opentelemetry

Adopt vendor-neutral telemetry with consistent instrumentation across services.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "opentelemetry" with this command: npx skills add bagelhole/devops-security-agent-skills/bagelhole-devops-security-agent-skills-opentelemetry

OpenTelemetry

Adopt vendor-neutral telemetry with consistent instrumentation across services.

When to Use This Skill

Use this skill when:

  • Debugging latency across microservices

  • Standardizing observability data model and naming

  • Sending telemetry to Prometheus, Grafana, Datadog, or OTLP backends

  • Building SLO dashboards with trace-to-log correlation

Core Workflow

  • Define semantic conventions for services, environments, and versions.

  • Add SDK or auto-instrumentation in each service.

  • Run an OpenTelemetry Collector to receive, transform, and export telemetry.

  • Validate cardinality and sampling to control cost.

  • Create golden signals dashboards and alerting from collected data.

Collector Starter Config

otel-collector.yaml

receivers: otlp: protocols: grpc: http:

processors: batch: memory_limiter: check_interval: 1s limit_mib: 512 attributes: actions: - key: deployment.environment value: production action: upsert

exporters: debug: {} otlp: endpoint: observability-backend:4317 tls: insecure: true

service: pipelines: traces: receivers: [otlp] processors: [memory_limiter, batch, attributes] exporters: [otlp, debug] metrics: receivers: [otlp] processors: [memory_limiter, batch, attributes] exporters: [otlp]

Best Practices

  • Use tail-based sampling for high-volume production traces.

  • Tag telemetry with service.name , service.version , and deployment.environment .

  • Drop noisy attributes early in the collector.

  • Keep metric label cardinality low for stable query performance.

Related Skills

  • prometheus-grafana - Dashboarding and alerting

  • datadog - Managed observability backend

  • alerting-oncall - On-call routing and escalation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

linux-administration

No summary provided by upstream source.

Repository SourceNeeds Review
Security

sops-encryption

No summary provided by upstream source.

Repository SourceNeeds Review
Security

linux-hardening

No summary provided by upstream source.

Repository SourceNeeds Review
Security

windows-server

No summary provided by upstream source.

Repository SourceNeeds Review