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] ensure attributes are set on metadata metric #10245

Merged
merged 3 commits into from
May 29, 2024

Conversation

codeboten
Copy link
Contributor

Fixing this bug required a change in mdatagen to ensure attributes could be passed in to the telemetry builder.

Fixes #9674

@codeboten
Copy link
Contributor Author

Follows #10233

Fixing this bug required a change in mdatagen to ensure attributes could be passed in to the telemetry builder.

Fixes open-telemetry#9674

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten marked this pull request as ready for review May 28, 2024 18:16
@codeboten codeboten requested a review from a team as a code owner May 28, 2024 18:16
Copy link

codecov bot commented May 28, 2024

Codecov Report

Attention: Patch coverage is 73.68421% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 92.44%. Comparing base (40f5a4e) to head (6314eef).
Report is 1 commits behind head on main.

Files Patch % Lines
...ereceiver/internal/metadata/generated_telemetry.go 25.00% 3 Missing ⚠️
cmd/mdatagen/main.go 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10245      +/-   ##
==========================================
- Coverage   92.48%   92.44%   -0.04%     
==========================================
  Files         387      387              
  Lines       18244    18256      +12     
==========================================
+ Hits        16873    16877       +4     
- Misses       1025     1031       +6     
- Partials      346      348       +2     

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

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten merged commit 567a175 into open-telemetry:main May 29, 2024
46 of 48 checks passed
@codeboten codeboten deleted the codeboten/fix-9674 branch May 29, 2024 16:10
@github-actions github-actions bot added this to the next release milestone May 29, 2024
steves-canva pushed a commit to Canva/opentelemetry-collector that referenced this pull request Jun 14, 2024
…elemetry#10245)

Fixing this bug required a change in mdatagen to ensure attributes could
be passed in to the telemetry builder.
    
Fixes open-telemetry#9674

---------

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.

[processor/batch] processor ID missing from the metadata_cardinality metric
2 participants