opentelemetry

Installation
SKILL.md

OpenTelemetry

Vendor-neutral observability framework for distributed tracing, metrics, and logs. Provides SDKs for application instrumentation and a Collector for receiving, processing, and exporting telemetry data.

Architecture

App (SDK) → OTEL Collector → Backend (Jaeger / Tempo+Grafana)
    ↓              ↓
  Traces       Pipelines:
  Metrics      receivers → processors → exporters
  Logs

Task Reference

Go Instrumentation

Installs
1
First Seen
Jun 26, 2026
opentelemetry — kettleofketchup/dotfiles