Skip to content

Collect async exemplars when exemplar filter is always_on#8363

Open
ADITYA-CODE-SOURCE wants to merge 2 commits intoopen-telemetry:mainfrom
ADITYA-CODE-SOURCE:issue-8355-async-exemplars
Open

Collect async exemplars when exemplar filter is always_on#8363
ADITYA-CODE-SOURCE wants to merge 2 commits intoopen-telemetry:mainfrom
ADITYA-CODE-SOURCE:issue-8355-async-exemplars

Conversation

@ADITYA-CODE-SOURCE
Copy link
Copy Markdown

@ADITYA-CODE-SOURCE ADITYA-CODE-SOURCE commented May 3, 2026

Summary

Fixes #8355

Allow asynchronous metric storage to use the configured exemplar filter so
always_on can capture async exemplars, matching the clarified spec. Add
coverage at both the storage and SDK integration levels.

Refs open-telemetry#8355
@ADITYA-CODE-SOURCE ADITYA-CODE-SOURCE requested a review from a team as a code owner May 3, 2026 08:22
@codecov
Copy link
Copy Markdown

codecov Bot commented May 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.82%. Comparing base (1b207c6) to head (8562b12).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8363   +/-   ##
=========================================
  Coverage     90.82%   90.82%           
- Complexity     7927     7928    +1     
=========================================
  Files           895      895           
  Lines         23872    23872           
  Branches       2378     2378           
=========================================
+ Hits          21681    21682    +1     
  Misses         1446     1446           
+ Partials        745      744    -1     

☔ View full report in Codecov by Sentry.
📢 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.

Async instruments should collect exemplars when filter is set to always on

1 participant