semantic-conventions icon indicating copy to clipboard operation
semantic-conventions copied to clipboard

Defines standards for generating consistent, accessible telemetry across a variety of domains

Results 442 semantic-conventions issues
Sort by recently updated
recently updated
newest added

### Area(s) area:cloud ### What's missing? ## Background Back in https://github.com/open-telemetry/semantic-conventions/issues/1658 we added Oracle Cloud Infrastructure (OCI) awareness to `cloud.provider` and `cloud.platform` but we didn't yet introduce any vendor-prefixed attributes....

triage:needs-triage
area:cloud

Part of https://github.com/open-telemetry/semantic-conventions/issues/3119. This issue suggests that we stabilise all resource/entity attributes that are used by the following Collector components: - [k8sattributes processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/k8sattributesprocessor) (from [metadata.yaml](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/k8sattributesprocessor/metadata.yaml#L14C1-L135C19) and [extract::metadata](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/k8sattributesprocessor/config.go#L133-L147)) - [resourcedetection processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor)...

area:k8s
k8s-stability
triage:accepted:ready-with-sig

Progresses #3111 ## Changes This switches the docs from using bold text to indicate the alert type to instead using gfm alert which hugo can understand and stylize accordingly. Comparison:...

triage:accepted:ready

During KubeCon North America 2025 the group met and decided on the following regarding the stability plan: ### Phase 1 ref: https://github.com/open-telemetry/semantic-conventions/issues/3120 Focus on semantic conventions that are used by...

area:k8s
k8s-stability

## Changes This ensures that all markdown tables are consistently formatted in terms of spacing within the headers. Changes have been restricted to just the jinja templates. > [!IMPORTANT] >...

## Changes This adds in some guidance on selecting a signal type based on questions regarding what you want to do. A slight re-ordering has been done to improve grouping/readability....

Progresses #189 ## Changes This ensures that lists use - as opposed to * as per prettier recommendations. Note all pages which have a toc also require - to be...

triage:accepted:ready

## Proposal: Formalize `service.owner` Entity We have observed a common pattern where users utilize resource attributes to annotate services with ownership information, such as source code location and team communication...

enhancement
experts needed
triage:needs-triage
area:service

It would be great if there was a language- and protocol-agnostic convention for marking a span as representing a cancelled operation. At present, different languages and protocols treat cancelled operations...

Closes #1976 Progresses #1821 ## Changes This switches to use github front matter syntax rather than embedding the front matter in comments. Currently these comments need to be processed before...