semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
Fixes #2721 #1835 ## Changes Add JSON schema definition for gen_ai.tool.definitions. > [!IMPORTANT] > Pull requests acceptance are subject to the triage process as described in [Issue and PR Triage...
We should offer an index page in the registry for each signal type. These additional pages should be hidden from the navigation via the options mentioned in [docsy navigation](https://www.docsy.dev/docs/adding-content/navigation/#section-menu). These...
### Area(s) area:peer ### What's missing? The `peer.service` attribute does not match the way we define the identity of services in the `service.*` namespace via `service.name` and `service.namespace`. Part of...
### Area(s) area:cloud,aws ### What's missing? `cloud.platform` value supports `aws_eks`, but there is no way to differentiate between aws eks vs aws eks fargate. ### Describe the solution you'd like...
Fixes #1981 ## Changes Adds in the code attributes to the exception event as opt-in > [!IMPORTANT] > Pull requests acceptance are subject to the triage process as described in...
One of the pain points which comes from having the weaver generated markdown checked in to the repo is that the chance of merge conflicts is higher than normal. This...
### Area(s) area:db ### Propose new conventions This proposal introduces a new database-related semantic attribute/metric: Attribute: `db.response.affected_rows` Metric: `db.client.response.returned_rows` This attribute represents the number of rows affected by a database...
### Area(s) area:db ### What's missing? A generic way to capture the size of the response ### Describe the solution you'd like Rename db.response.returned_rows to ~~db.response.count/size~~ or db.response.returned_items so that...
Mark the following attributes sampling-relevant on all GenAI spans they appear * `gen_ai.operation.name` * `gen_ai.provider.name` * `gen_ai.request.model` * `server.address` * `server.port` (also add `gen_ai.provider.name` to embeddings spans - it seems...
### Area(s) area:k8s ### What's the problem? When i look at k8s metrics the content is not being rendered correctly, An example of this is https://github.com/open-telemetry/semantic-conventions/blob/main/docs/system/k8s-metrics.md#metric-k8sresourcequotaobject_countused & https://opentelemetry.io/docs/specs/semconv/system/k8s-metrics/#metric-k8sresourcequotaobject_countused When I...