opentelemetry-specification
opentelemetry-specification copied to clipboard
Specifications for OpenTelemetry
Fixes #2813 ## Changes Adds new metrics: `process.uptime` and `system.uptime` to the semantic conventions. Related issue: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14130
Fixes #1273 ## Changes Adds a new resource attribute `process.start_time` to the semantic conventions. Here's a related pull request that adds `process.uptime` and `system.uptime` metrics: https://github.com/open-telemetry/opentelemetry-specification/pull/2824. I also wanted to...
Fixes #2809 ## Changes Adds a new metric `process.paging.faults` to the semantic conventions.
Fixes #2811 ## Changes Adds a new metric `process.memory.utilization` to the semantic conventions. ## Context Here's a related proposal to implement this metric in the OT collector's `hostmetrics` receiver: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14084.
Fixes #2812 ## Changes Adds a new metric `process.disk.operations` to the semantic conventions. ## Context Here's a related proposal to implement this metric in the OT collector's `hostmetrics` receiver: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14084.
Fixes #2826 ## Changes Adds a new metric `process.signals_pending` to the semantic conventions. ## Context Here's a related proposal to implement this metric in the OT collector's `hostmetrics` receiver: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14084.
Fixes #2737 ## Changes Clarifies when the `http.retry_count` attribute should be added to the HTTP client span (every time the HTTP request gets re-sent, no matter what the cause is)....
Messaging instrumentation SIG is working on [spec changes](https://github.com/open-telemetry/oteps/pull/192) and this change is one of the first steps to bring the consensus we reached in SIG to the spec. This change...
This issue is intended to track an issue identified in the 2022-10-04 specification SIG. Currently [the specification states](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.13.0/specification/metrics/sdk.md#metricreader): > To construct a `MetricReader` when setting up an SDK, the caller...