Adriel Perkins
Adriel Perkins
# Overview The latest semantic conventions for in the GitHub receiver need to be brought over to the GitLab receiver.
# Overview Build out the GitLab Actions tracing prototype using current & potentially future semantic conventions. This will also provide implementation context on the Environment Variable specification. As this prototype...
# 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...
# Description Supports: #4829 Adds a prototype for the environment variable carrier, specifically decorating Getter and Setter instead of creating a dedicated propagator. The comes from the conversations within the...
## Changes Adds supplementary guidance around the behaviors the SDKs should look to implement. * [x] Related issues [#4470](https://github.com/open-telemetry/opentelemetry-specification/issues/4470) & #4484 * [x] Related [OTEP 0258](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0258-env-context-baggage-carriers.md) * [x] Links to...
**What are you trying to achieve?** This relates to this [comment thread](https://github.com/open-telemetry/opentelemetry-specification/pull/4454#discussion_r2015053822) on issue pull request #4454. The goal is to add some form of decorator, example code (or preferably...
# Overview With the [environment variable context propagation spec](https://opentelemetry.io/docs/specs/otel/context/env-carriers/) being added, we'd like to have its support added to Python. This is part of a larger effort to adding support...
# Overview In order to support the recent specification changes, we want to add support for the specification in multiple library repositories so that downstream users can get the benefits...