Skip to content

otelconf: add support for propagator configuration#8281

Merged
dmathieu merged 7 commits into
open-telemetry:mainfrom
codeboten:codeboten/propagators-1.0
Jan 14, 2026
Merged

otelconf: add support for propagator configuration#8281
dmathieu merged 7 commits into
open-telemetry:mainfrom
codeboten:codeboten/propagators-1.0

Conversation

@codeboten
Copy link
Copy Markdown
Contributor

Fixes #6712

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.3%. Comparing base (61b6dc0) to head (d5a8984).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #8281   +/-   ##
=====================================
  Coverage   82.3%   82.3%           
=====================================
  Files        178     179    +1     
  Lines      13693   13728   +35     
=====================================
+ Hits       11272   11307   +35     
  Misses      2023    2023           
  Partials     398     398           
Files with missing lines Coverage Δ
otelconf/config.go 97.8% <100.0%> (+0.1%) ⬆️
otelconf/propagator.go 100.0% <100.0%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codeboten codeboten marked this pull request as ready for review December 22, 2025 18:26
@codeboten codeboten requested review from a team and pellared as code owners December 22, 2025 18:26
@codeboten codeboten force-pushed the codeboten/propagators-1.0 branch from bdbcd10 to 2f4daf4 Compare January 5, 2026 16:31
Fixes open-telemetry#6712

Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten force-pushed the codeboten/propagators-1.0 branch from 4bd3bf8 to 00e7868 Compare January 13, 2026 17:31
@dmathieu dmathieu merged commit 89052b2 into open-telemetry:main Jan 14, 2026
28 checks passed
@codeboten codeboten deleted the codeboten/propagators-1.0 branch January 14, 2026 17:10
codeboten added a commit to codeboten/opentelemetry-specification that referenced this pull request Jan 14, 2026
Support for propagators in the Go implementation of Declarative config was completed in open-telemetry/opentelemetry-go-contrib#8281

Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
github-merge-queue Bot pushed a commit to open-telemetry/opentelemetry-specification that referenced this pull request Jan 14, 2026
## Changes

Support for propagators in the Go implementation of Declarative config
was completed in
open-telemetry/opentelemetry-go-contrib#8281

* [x] [Spec compliance
matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix/template.yaml)
updated if necessary

Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
@MrAlias MrAlias added this to the v1.40.0 milestone Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

config: add support for configuring propagators

4 participants