opentelemetry-specification icon indicating copy to clipboard operation
opentelemetry-specification copied to clipboard

Specifications for OpenTelemetry

Results 413 opentelemetry-specification issues
Sort by recently updated
recently updated
newest added

## Changes Adds a new metric, `process.threads.count`, to the process metrics available. Related issues https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/12482

area:semantic-conventions
spec:metrics

Fixes # #2581 [Common] Spec inconsistency with proto definition of Attributes ## Changes - Clarifies the Attribute support as defined by Proto `AnyValue` and clarifies Attribute Collections. - Clarifies and...

area:api
spec:logs
Stale
area:data-model

**What are you trying to achieve?** I was looking to update the https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/runtime Golang runtime metrics package to use the [`runtime/metrics`](https://pkg.go.dev/runtime/metrics) package introduced in Go-1.16. This package exposes official Go...

spec:metrics

Currently, exporters in OTel only get access to spans that are already finished in order to send them to the backend. This proposal adds an option to also allow exporting...

area:api
spec:trace
release:after-ga
triage:deciding:community-feedback

**What are you trying to achieve?** I would like the [API Specifications for Metrics](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md) to support the Summary data type **Additional context.** I saw that the Metrics Data Model and...

spec:metrics
triaged-rejected

**What are you trying to achieve?** I would like to add the following metrics to the metrics semantic conventions: - `process.open_file_descriptors`: Count of file descriptors a process has open -...

area:semantic-conventions
spec:metrics

There are multiple places where we refer to the start-time in a gauge data model description: * In the overview description of the gauge https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#gauge. Here the start time is...

spec:metrics
area:data-model

**What are you trying to achieve?** For some data sources (e.g. browsers) the wall clock reading might be unreliable. There are several ways to deal with that (e.g. using NTP...

area:sdk
spec:protocol
release:after-ga
spec:miscellaneous

It is possible (perhaps even likely) that instrumentation will generate metrics with cardinality explosions. There may be backends that can handle this, so it's not necessarily an error in the...

area:sdk
spec:metrics
release:allowed-for-ga

In OT Metric API Instruments Spec, we defined that each type of metric instrument should be binding with a default aggregation behavior / aggregator. In AWS CloudWatch, we support to...

spec:metrics
priority:p1
release:allowed-for-ga
area:data-model