
opentelemetry
OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting
9estrelas
2forks
Atualizado 1/29/2026
SKILL.md
readonlyread-only
name
opentelemetry
description
"OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting"
version
1.0.0
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 conventionsreferences/collector-and-otlp.md— Collector pipelines, processors, deployment patterns, tail samplingreferences/instrumentation-and-troubleshooting.md— manual spans, propagation pitfalls, cardinality, debugging
You Might Also Like
Related Skills

verify
243K
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
facebook
test
243K
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
facebook
feature-flags
243K
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
facebook
extract-errors
243K
Use when adding new error messages to React, or seeing "unknown error code" warnings.
facebook