Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #778 - Exemplars should be sorted before sending to Cloud Ops. #788

Merged
merged 1 commit into from Jan 3, 2024

Conversation

jsuereth
Copy link
Contributor

Fixes #778

We discovered that using the fixed-sized reservoir does not guarantee exemplar order, but this is required in Cloud Operations for most distribution types.

cc @franciscovalentecastro

@jsuereth jsuereth requested a review from a team as a code owner December 19, 2023 15:22
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (18da23f) 70.08% compared to head (bac16d7) 69.94%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #788      +/-   ##
==========================================
- Coverage   70.08%   69.94%   -0.15%     
==========================================
  Files          42       42              
  Lines        4874     4877       +3     
==========================================
- Hits         3416     3411       -5     
- Misses       1307     1315       +8     
  Partials      151      151              

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

@jsuereth jsuereth merged commit 02b243a into main Jan 3, 2024
26 of 27 checks passed
@jsuereth jsuereth deleted the fix-exemplar-sort branch January 3, 2024 16:28
@damemi
Copy link
Member

damemi commented Jan 3, 2024

codecov failure is #790

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.

Exemplars should be sorted in Collector exporter
2 participants