otel-name-span

Installation
SKILL.md

Review or Create OpenTelemetry Span Names

Review or create span names that follow OTel Semantic Conventions, ensuring low cardinality, correct protocol-specific patterns, and proper attribute separation.

Before applying any rule below, fetch the latest naming guidance to check for updates:

If the fetched content contradicts any rule in this skill, follow the fetched content and flag the discrepancy.

Core Principle

Span names MUST have low cardinality. The name describes the class of operation, not the specific instance.

General Naming Pattern: {verb} {object}

  • Verb: the work being done — process, send, calculate, render, validate
  • Object: a noun describing what is acted upon — payment, invoice, order
Related skills
Installs
21
First Seen
Mar 30, 2026