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

[batchprocessor] fix broken processor_batch_metadata_cardinality metric #10232

Merged

Conversation

codeboten
Copy link
Contributor

Fixes #10231

Fixes open-telemetry#10231

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten requested a review from a team as a code owner May 27, 2024 17:31
@codeboten codeboten requested a review from djaglowski May 27, 2024 17:31
@codeboten
Copy link
Contributor Author

Found the bug when I was adding internal telemetry test for #10230, will add tests as part of #10230

Copy link

codecov bot commented May 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.55%. Comparing base (2940226) to head (6364644).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10232      +/-   ##
==========================================
+ Coverage   92.54%   92.55%   +0.01%     
==========================================
  Files         387      387              
  Lines       18198    18198              
==========================================
+ Hits        16841    16843       +2     
+ Misses       1016     1015       -1     
+ Partials      341      340       -1     

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

@codeboten codeboten merged commit af4fdd4 into open-telemetry:main May 27, 2024
49 checks passed
@codeboten codeboten deleted the codeboten/fix-batchprocessor-bug branch May 27, 2024 19:28
@github-actions github-actions bot added this to the next release milestone May 27, 2024
codeboten added a commit that referenced this pull request May 28, 2024
Follows
#10232,
use mdatagen for async counter

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
steves-canva pushed a commit to Canva/opentelemetry-collector that referenced this pull request Jun 14, 2024
…ic (open-telemetry#10232)

Fixes open-telemetry#10231

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
steves-canva pushed a commit to Canva/opentelemetry-collector that referenced this pull request Jun 14, 2024
Follows
open-telemetry#10232,
use mdatagen for async counter

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
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.

Metric processor_batch_metadata_cardinality is broken
2 participants