o11y-devo11y-devOfficialยท1 Agent Skills Included

opentelemetry-skill

Production-ready OpenTelemetry collector configuration and observability guidance

Generates production-ready OpenTelemetry collector configurations, pipeline designs, and instrumentation guidance for Kubernetes, ECS, Docker, and VMs. Prevents costly mistakes like metric cardinality explosions, memory crashes, and insecure telemetry endpoints. Audits existing configs for contradictions and covers sampling, security, OTTL transforms, and AI coding agent monitoring.
npx skills add o11y-dev/opentelemetry-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install opentelemetry-skill?โ–ผ

Run `npx skills add o11y-dev/opentelemetry-skill --all -g -y` in your terminal to install the skill globally.

How to configure an OpenTelemetry collector for production?โ–ผ

This skill provides a copy-paste-ready baseline config with memory limiters, batching, persistent queues, and health checks, plus platform-specific guides for Kubernetes, ECS, Docker, and VMs.

How to avoid high-cardinality metric problems in OpenTelemetry?โ–ผ

The skill enforces cardinality guards that block unbounded attributes like user_id from becoming metric dimensions and routes them to traces or logs instead.

Does opentelemetry-skill work with Claude Code and Cursor?โ–ผ

Yes. It ships as a standard SKILL.md with plugin manifests for Claude, Cursor, and Codex, and works with any agent that reads skill files.

Can it monitor AI coding agents with OpenTelemetry?โ–ผ

Yes. It includes dedicated guidance for collecting telemetry from Claude Code, Codex, Gemini CLI, and GitHub Copilot using GenAI semantic conventions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’