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

With #2703 instrumentation scope name and version are included as attributes in the prometheus exporter, which helps to accommodate OpenTelemetry metric's ability to have instruments with the same name under...

spec:metrics

I have seen several time a confusion around the nature of the scope and whether scope attributes can change at runtime. The purpose of this PR is to make sure...

## Changes This came up in https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14474 where it was highlighted that just `name` is not sufficient to provide for uniqueness of a Kubernetes Event. The attribute `event.domain` is only...

Follow up based on the votes from https://github.com/open-telemetry/opentelemetry.io/issues/1777#issuecomment-1261330303. This has been brought up to the Technical Committee meeting, Specification SIG meeting and Maintainers meeting. This would help to improve consistency...

This is an alternate to https://github.com/open-telemetry/opentelemetry-specification/pull/2863 ## Problem "Event" is a confusing term that is understood differently by different people in different contexts. We would like to avoid using it...

We are developing our own system to accept metrics data in OTLP format and would like to have some means to troubleshoot customer issues related to missing/duplicate/slowly delivered metrics packets....

needs discussion
spec:protocol
triaged-needmoreinfo

**What are you trying to achieve?** It would be nice to support the [LLen](https://pkg.go.dev/github.com/go-redis/redis/v8#Client.LLen) function in redis. To use a common language, supporting list lengths would increase our coverage of...

spec:metrics

The spec is currently not very clear about what is a log and what is an event. Here is a for example a discussion that shows that there are different...

Fixes #2843 ## Changes - Add semantic conventions for gRPC request and response metadata.

This downloads the schema files from https://opentelemetry.io/schemas/ and verifies their content. Next time we make a release this will force us to make sure https://github.com/open-telemetry/opentelemetry.io repo is updated before we...