https://github.com/open-telemetry/semantic-conventions-genai
https://github.com/open-telemetry/semantic-conventions-genai
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-telemetry/semantic-conventions-genai
- Owner: open-telemetry
- License: apache-2.0
- Created: 2026-05-05T03:08:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-22T09:12:17.000Z (3 months ago)
- Last Synced: 2026-05-22T10:57:06.154Z (3 months ago)
- Language: Python
- Homepage: https://opentelemetry.io
- Size: 3.37 MB
- Stars: 43
- Watchers: 4
- Forks: 24
- Open Issues: 123
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Agents: .github/AGENTS.md
Awesome Lists containing this project
- awesome-evals - OpenTelemetry GenAI Semantic Conventions (agent & framework spans) - telemetry/semantic-conventions-genai> · *docs* — The upstream vendor-neutral standard (spans/metrics/events for LLM calls, invoke_agent, execute_tool, MCP) that OpenInference maps onto — the canonical trace schema the section's OpenInference entry derives from. 🆕 (4 · Observability & the output / eval space (the surfaces you can grade))
- awesome-ai-agents-2026 - OpenTelemetry GenAI Semantic Conventions - GenAI クライアント・エージェント・ツール呼び出し・MCP 向けの標準化されたスパン / メトリクス / イベント — 任意の OTel バックエンド(Arize、Langfuse、Helicone、Jaeger など)でベンダー中立なトレーシングを実現。コア semconv リポジトリから専用の GenAI リポジトリへ移動。 (📊 エージェント評価とオブザーバビリティ / 自動運転)
README
#
OpenTelemetry GenAI Semantic Conventions
Semantic Conventions for Generative AI (GenAI), including spans, metrics,
and events for GenAI clients, MCP (Model Context Protocol), and
provider-specific conventions (OpenAI, etc.).
This repository extends the
[OpenTelemetry Semantic Conventions](https://github.com/open-telemetry/semantic-conventions)
with GenAI-specific conventions, using
[Weaver](https://github.com/open-telemetry/weaver) to manage dependencies
on the core semantic conventions.
## Schema URL
## Read the docs
The human-readable version of the semantic conventions resides in the
[docs](docs/) folder. Major parts of these Markdown documents are generated
from the YAML definitions located in the [model](model/) folder.
Reference implementations and their tooling live under [reference](reference/).
For the Python reference compliance matrix and per-signal support reports, see
[reference/README.md](reference/README.md).
For contribution guidance specific to that project, see
[reference/CONTRIBUTING.md](reference/CONTRIBUTING.md).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).