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

Specifications for OpenTelemetry

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

## Changes This PR is a follow up to the OTEP [Events and Logs API](https://github.com/open-telemetry/oteps/blob/main/text/0202-events-and-logs-api.md). It describes the specification for an Events and Logs API and also defines semantic conventions...

enhancement
area:api
area:semantic-conventions
spec:logs

Resolves #2647. The simplest possible fix would have been to simply change `LogProcessor#emit` to accept `LogRecord` instead of `LogData`, but I took the opportunity to add some additional detail to...

spec:logs
Stale

## Changes add apache pulsar semantic_conventions. Related issues # Related [OTEP(s)](https://github.com/open-telemetry/oteps) #

area:semantic-conventions
Stale

In Messaging Instrumentation WG, we're looking for the proper way to trace multiple messages sent within a single batch. We do not have a concept for this in tracing spec...

area:semantic-conventions
spec:trace
triaged-needmoreinfo

This unblocks #2702 by making the changes introduced in https://github.com/open-telemetry/build-tools/pull/114 available for use. It also allows for more semantic conventions for scope attributes to be defined in the future (#2682)....

editorial

This PR prepares the changelog for this month's spec release and adds some missing entries.

The issue https://github.com/open-telemetry/opentelemetry-specification/issues/2589 explains why the direction for `disk` is not the right thing, which makes total sense. But we got that blindly and apply for every "attribute" called "direction"...

spec:miscellaneous

Fixes #2667 ## Changes Add OTEL_SDK_ENABLED environment property This will allow applications to easily deactivate opentelemetry on deployments where it's not supported or needed. This property is already present in...

enhancement
area:sdk
area:configuration

## Changes Fixes #2708 Add the following process metrics to the semantic conventions: - `process.voluntary_context_switches` - `process.involuntary_context_switches` - `process.open_file_descriptors` Related issues https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/12482 This will need to be rebased on https://github.com/open-telemetry/opentelemetry-specification/pull/2705...

enhancement
area:semantic-conventions
spec:metrics

**What are you trying to achieve?** OpenTelemetry has not incorporated the Gauge histogram instrument. Several issues have been filed at various times in the otel-proto repository about this, but nothing...

spec:metrics
triaged-accepted