semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
### Area(s) area:system ### Is your change request related to a problem? Please describe. In https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33731 we received a proposal to add `process.status` as a resource attribute. Due to the...
### Area(s) Semantic convention for otelcol's kubeletstatsreceiver, `area:k8s`. ### Is your change request related to a problem? Please describe. In k8s, I would like to record CSI driver and volume...
The existing Kubernetes resource attributes list specific groups, but it is not an exhaustive list. The way the semantic convention is written for k8s resource attributes today means that only...
There is an assumption that total tokens are not always a sum of input and output tokens. If it's the case we can recommend recording total number as a separate...
Cohere reports billable tokens separately from usage prompt/completion tokens. We need to document it.
### Area(s) area:telemetry ### Is your change request related to a problem? Please describe. Note: I am primarily working on JS so those are the examples I'll be using, but...
Process and system metrics are expected to be attached to a corresponding resource - https://github.com/open-telemetry/semantic-conventions/issues/1215 Currently there is no good way to express it in a formal way: - documenting...
### Area(s) area:jvm, area:os, area:system ### Is your change request related to a problem? Please describe. Now we have a metric `process.open_file_descriptor.count` https://github.com/open-telemetry/semantic-conventions/blob/main/docs/system/process-metrics.md#metric-processopen_file_descriptorcount since jdk provided both `getMaxFileDescriptorCount` and `getOpenFileDescriptorCount`...
Based on the discussion in https://github.com/open-telemetry/opentelemetry-specification/issues/4123, we should recommend instrumentation libraries to let users control per-message tracing: - it should be possible to opt-out of per-message tracing (via sampling or...
Recently, we added an attribute to represent an OTel data type (metrics/traces/logs) to an internal collector metric in https://github.com/open-telemetry/opentelemetry-collector/pull/10593. The semantic conventions do not provide guidance on what the attribute...