opentelemetry
OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting
What this skill does
# 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 in universal
headlessui
IncludedHeadless UI - Unstyled, fully accessible UI components for React and Vue with built-in ARIA patterns
mpm-orchestration-demo
IncludedReference implementation demonstrating the Command → Agent → Skill orchestration pattern in Claude MPM, showing both preloaded-skill and dynamic-skill-invocation styles
kubernetes
IncludedKubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging
threat-modeling
IncludedThreat modeling workflow for software systems: scope, data flow diagrams, STRIDE analysis, risk scoring, and turning mitigations into backlog and tests
terraform
IncludedTerraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails
sec-edgar-pipeline
IncludedSEC EDGAR extraction pipeline: setup, filing discovery by CIK, recipe-driven extraction, and report generation.