semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
### Area(s) area:gen-ai , llm ### Is your change request related to a problem? Please describe. > **NOTE**: narrowed down the list of fields in https://github.com/open-telemetry/semantic-conventions/issues/1034 To prevent threats to...
Fixes #860 ## Changes Query string values are now redacted by default due to concerns around leaking sensitive data. This is not considered a breaking change because the [OTel semantic...
### Area(s) area:system ### Is your change request related to a problem? Please describe. The idea is to create SemConv CLR metrics for .NET, similar to [JVM metrics](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/runtime/jvm-metrics.md). [System](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/system/system-metrics.md) and...
**What are you trying to achieve?** Some observability use cases require localization of resources. Examples are: - Observability of mobile devices: Geographically localizing the mobile devices provides valuable insights into...
### Area(s) area:db Some random observations on databases in `db.system`: - `coldfusion` is not a database, but ["a commercial rapid web-application development computing platform"](https://en.wikipedia.org/wiki/Adobe_ColdFusion). - `cache` is too broad and...
### Area(s) area:container area:system area:process ### Is your change request related to a problem? Please describe. At the moment we have 3 different metric attributes representing the `cpu.state`: - [`system.cpu.state`](https://github.com/open-telemetry/semantic-conventions/blob/4368358cdcdd78f37291317a31cbc413080738ec/model/metrics/system-metrics.yaml#L20)...
Pursuant to #330 which should be merged soon, I am opening this issue to revisit the process metrics schema while we are making breaking changes anyway. As of writing, the...
## Changes Following up on the WG discussion inspired by https://github.com/open-telemetry/semantic-conventions/issues/965 ## Merge requirement checklist * [x] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. * [x] Change log entry added, according to the guidelines...
Fixes #947, #937 ## Changes - deprecate `messaging.operation.type` - make `messaging.operation.name` required. - update span name accordingly (and following DB semconv pattern of `{operation} {destination}`) - update metrics: - unify...
### Area(s) area:gen-ai ### Is your change request related to a problem? Please describe. This is for llm semantic convention, suggest adding metrics for model.accuracy to clarify the quality of...