Agent Skills: OpenTelemetry

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

UncategorizedID: bobmatnyc/claude-mpm-skills/opentelemetry

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bobmatnyc/claude-mpm-skills/tree/HEAD/universal/observability/opentelemetry

Skill Files

Browse the full folder contents for opentelemetry.

Download Skill

Loading file tree…

universal/observability/opentelemetry/SKILL.md

Skill Metadata

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

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