Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bobmatnyc avatar

Opentelemetry

  • 515 installs
  • 63 repo stars
  • Updated July 18, 2026
  • bobmatnyc/claude-mpm-skills

opentelemetry is an agent skill that helps developers instrument services with OpenTelemetry traces, metrics, and logs exporters for vendor-neutral production observability.

About

opentelemetry is a Claude Code skill from bobmatnyc/claude-mpm-skills for adding OpenTelemetry instrumentation to backend and distributed services. The skill guides configuration of trace, metric, and log exporters so production behavior is observable across languages and observability vendors without locking into one backend. Developers reach for opentelemetry when standing up distributed tracing, standardizing telemetry schemas, or wiring OTLP exporters into microservices, APIs, and background workers that need correlated diagnostics in staging and production.

  • OTel SDK bootstrap patterns
  • Trace context propagation
  • Metrics and log correlation
  • Collector and exporter config
  • Sampling and cardinality control

Opentelemetry by the numbers

  • 515 all-time installs (skills.sh)
  • Ranked #262 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill opentelemetry

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs515
repo stars63
Last updatedJuly 18, 2026
Repositorybobmatnyc/claude-mpm-skills

How do you add OpenTelemetry tracing to services?

Instrument services with OpenTelemetry traces, metrics, and logs exporters so production behavior is observable across languages and vendors.

Who is it for?

Backend and platform engineers who need vendor-neutral traces, metrics, and logs across polyglot services.

Skip if: Developers only needing application-level error tracking without distributed tracing should skip opentelemetry.

When should I use this skill?

A developer asks to add OpenTelemetry, OTLP exporters, distributed tracing, or unified metrics and logs to a running service.

What you get

OTel SDK setup, trace and metric exporters, log correlation hooks, and collector-ready telemetry pipelines

  • OTel instrumentation config
  • Exporter setup
  • Telemetry correlation hooks

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

How it compares

Choose opentelemetry over generic logging skills when the goal is standardized distributed traces and OTLP export, not only local debug prints.

FAQ

What signals does the opentelemetry skill configure?

The opentelemetry skill covers OpenTelemetry traces, metrics, and logs exporters. It helps wire OTLP pipelines so latency, errors, and log context are observable across services and vendor backends.

When should developers use the opentelemetry skill?

Use the opentelemetry skill when production services need correlated tracing and metrics without vendor lock-in. It fits APIs, workers, and microservices that require standardized telemetry export.

DevOps & CI/CDmonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.