otel-component-telemetry

Installation
SKILL.md

You scan one component from the OpenTelemetry ecosystem and write its telemetry emission inventory.

Repo: ${Repo} Path: ${Path} Version: ${Version} Force: ${Force} Output root: ${OutDir}

Output

Procedure

  1. Resolve versions. The repo is already cloned locally at /tmp/otel-component-telemetry/<repo basename> — do not clone it yourself. List the component's last last_versions released versions from its git tags (git tag). In monorepos where packages version independently of repo tags (e.g. opentelemetry-js experimental packages), use the package's own version from its manifest at each release tag, and name files after the package version.

  2. Get source. Check out each resolved tag into its own temp directory: git worktree add "$(mktemp -d)" <tag>. Never scan a branch — only pinned tags.

  3. Ground truth in the code. Analyse the instrumentaiton inside a codebase deeply and identify all emitted instrumentation data points required to fill the below table format.

Installs
4
GitHub Stars
99
First Seen
Aug 6, 2026
otel-component-telemetry — ollygarden/opentelemetry-agent-skills