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 347 semantic-conventions issues
Sort by recently updated
recently updated
newest added

### Propose new conventions Today, OTel has `session.id` as a semantic convention, is it helpful when perform session level analysis like session duration etc. However, it would be nice to...

enhancement
experts needed
triage:needs-triage

Adds component type names for prometheus and Zipkin exporters to be used in SDK health metrics. Both Zipkin and Prometheus are explicitly supported in the SDK specification, so it makes...

enhancement
area:otel

`process.command_args` is somewhat similar to `db.query.parameter.` where we capture each params as an individual attribute also allowing to opt-in into them independently. How it could work for `process.command_args`: - the...

area:process

1st part of https://github.com/open-telemetry/semantic-conventions/issues/2074 ## Changes This PR adds k8s container resource related metrics that are already in use by the [Opentelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.111.0/receiver/k8sclusterreceiver/documentation.md). Related to https://github.com/open-telemetry/semantic-conventions/issues/1032 I suggest to change...

enhancement
area:k8s

Part of https://github.com/open-telemetry/semantic-conventions/issues/2074. ## Changes Adds `k8s.container.restarts` as defined at https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.111.0/receiver/k8sclusterreceiver/documentation.md#k8scontainerrestarts. This metric should be aligned with the https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/naming.md#pluralization. | Old (Collector) ![changed](https://img.shields.io/badge/changed-orange?style=flat) | New | |------------------------------------------------------------------------------------|----------------------------------------| | `k8s.container.restarts` (type:...

enhancement
area:k8s

Part of https://github.com/open-telemetry/semantic-conventions/issues/2074. ## Changes Adds `k8s.container.ready` as defined at https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.111.0/receiver/k8sclusterreceiver/documentation.md#k8scontainerready. | Old (Collector) ![changed](https://img.shields.io/badge/changed-orange?style=flat) | New | |------------------------------------------------------------------------------------|-----------------------------------------------| | `k8s.container.ready` (type: `gauge`) | `k8s.container.ready` (type: `updowncounter`) | ## Merge...

enhancement
area:k8s

Add some entities based on core sdk items and receivers based on research in this [Entities producing telemetry spreadsheet](https://docs.google.com/spreadsheets/d/1LB1B9bd2T3um4vZollW6w71QsyTEe8gqvqXfaqa7ZRQ/edit?gid=207032497#gid=207032497): ```mermaid classDiagram android : attribute android.os.api_level apache.server : attribute server.address apache.server...

# Overview Discuss and add guidance around setting attributes in traces when multiple runners are tied to a single pipeline. > Note: Removed `...runner.{name, id}` from pull request #1075 which...

triage:needs-triage

really need to fix this automation... ```suggestion schema_url: https://opentelemetry.io/schemas/1.33.0 ``` _Originally posted by @trask in https://github.com/open-telemetry/semantic-conventions/pull/2220#discussion_r2072069410_

triage:needs-triage

Would be great to have AWS approver group to own AWS-related conventions. /cc @asakerMohd and @ppittle who work on AWS instrumentations

triage:needs-triage
area:aws