https://github.com/open-telemetry/semantic-conventions-genai
https://github.com/open-telemetry/semantic-conventions-genai
Last synced: 11 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-22T09:12:17.000Z (18 days ago)
- Last Synced: 2026-05-22T10:57:06.154Z (18 days 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
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).