Skip to content

Fix declarative Jaeger sampler interval configuration - #8668

Open
abdessattar23 wants to merge 1 commit into
open-telemetry:mainfrom
abdessattar23:fix/jaeger-interval
Open

Fix declarative Jaeger sampler interval configuration#8668
abdessattar23 wants to merge 1 commit into
open-telemetry:mainfrom
abdessattar23:fix/jaeger-interval

Conversation

@abdessattar23

@abdessattar23 abdessattar23 commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

The declarative Jaeger remote sampler exposes its polling interval as interval, but the provider reads internal. This causes configured intervals to be ignored in favor of the default.

This updates the key and adds regression coverage for configured and default intervals.

fixes #8648

@abdessattar23
abdessattar23 requested a review from a team as a code owner July 28, 2026 23:20
@opentelemetry-pr-dashboard

opentelemetry-pr-dashboard Bot commented Jul 28, 2026

Copy link
Copy Markdown

Pull request dashboard status

Waiting on reviewers · refreshed 2026-07-29 01:36 UTC

Review the latest changes.

Status above doesn't look right?
  • Just replied or pushed? Anything around or after the refresh time above may not be picked up yet — give it a few minutes.
  • Anything look wrong? Report it with what you expected; it helps us improve the dashboard.

@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.48%. Comparing base (54076d3) to head (4c199ac).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8668   +/-   ##
=========================================
  Coverage     91.47%   91.48%           
- Complexity    10458    10459    +1     
=========================================
  Files          1021     1021           
  Lines         27647    27652    +5     
  Branches       3242     3242           
=========================================
+ Hits          25290    25297    +7     
+ Misses         1616     1614    -2     
  Partials        741      741           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Jaeger remote sampler ignores declarative config interval option

1 participant