semantic-conventions

Installation
SKILL.md

OpenTelemetry Semantic Conventions

Use this skill when you need released semantic convention guidance for naming, attributes, or compliance checks.

If the broader task is manual instrumentation design or review, pair this with manual-instrumentation.

Workflow

  1. Start with released semantic conventions, not model memory.
  • do not load the full semantic convention spec into context
  • use the bundled lookup script to query only the needed released group or attribute
  1. Choose the closest released group before inventing custom keys.
  • identify the boundary type such as http, db, messaging, rpc, network, gen-ai, or mcp
  • pick one primary group first, then add related groups only when they add needed context
  • see references/semconv-selection.md
  1. Query only the released guidance you need.
  • list groups: ./scripts/query-otel-semantic-conventions.sh --groups
Related skills

More from ollygarden/opentelemetry-agent-skills

Installs
8
GitHub Stars
19
First Seen
Apr 23, 2026