Skip to content
OpenSmartRoute
Skillv1.0.0

opentelemetry

OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting

by bobmatnyc(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from bobmatnyc/claude-mpm-skills (universal/observability/opentelemetry/SKILL.md) via skills.sh. Install upstream with npx skills add bobmatnyc/claude-mpm-skills --skill opentelemetry. Copyright stays with the author (MIT).

OpenTelemetry

Quick Start (signal design)

  • Export OTLP via an OpenTelemetry Collector (vendor-neutral endpoint).
  • Standardize resource attributes: service.name, service.version, deployment.environment.
  • Start with auto-instrumentation, then add manual spans and log correlation.

Load Next (References)

  • references/concepts.md — traces/metrics/logs, context propagation, sampling, semantic conventions
  • references/collector-and-otlp.md — Collector pipelines, processors, deployment patterns, tail sampling
  • references/instrumentation-and-troubleshooting.md — manual spans, propagation pitfalls, cardinality, debugging

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/bobmatnyc-claude-mpm-skills-opentelemetry/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

bobmatnyc-claude-mpm-skills-opentelemetry.ocm.jsonjson
{
  "ocm": "1",
  "id": "bobmatnyc-claude-mpm-skills-opentelemetry",
  "kind": "skill",
  "name": "opentelemetry",
  "description": "OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting",
  "publisher": "bobmatnyc",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "observability",
      "opentelemetry",
      "tracing",
      "metrics",
      "logs",
      "otlp",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/bobmatnyc/claude-mpm-skills",
      "path": "universal/observability/opentelemetry/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/bobmatnyc/claude-mpm-skills/opentelemetry",
      "key": "bobmatnyc/claude-mpm-skills/universal/observability/opentelemetry/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# OpenTelemetry\n\n## Quick Start (signal design)\n\n- Export OTLP via an OpenTelemetry Collector (vendor-neutral endpoint).\n- Standardize resource attributes: `service.name`, `service.version`, `deployment.environment`.\n- Start with auto-instrumentation, then add manual spans and log correlation.\n\n## Load Next (References)\n\n- `references/concepts.md` — traces/metrics/logs, context propagation, sampling, semantic conventions\n- `references/collector-and-otlp.md` — Collector pipelines, processors, deployment patterns, tail sampling\n- `references/instrumentation-and-troubleshooting.md` — manual spans",
  "cost": {
    "context_tokens": 161
  }
}

Fetch it by URL: GET /api/v1/registry/bobmatnyc-claude-mpm-skills-opentelemetry/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.