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

[mdatagen] add support for optional internal metrics #10316

Merged

Conversation

codeboten
Copy link
Contributor

This allows metrics to be initialized at a later time as is the case for the queue metrics in exporterhelper which are only initialized if a queue is configured.

Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.55%. Comparing base (0d6e6bf) to head (2d5e29b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10316      +/-   ##
==========================================
- Coverage   92.56%   92.55%   -0.01%     
==========================================
  Files         387      387              
  Lines       18254    18267      +13     
==========================================
+ Hits        16896    16907      +11     
- Misses       1014     1015       +1     
- Partials      344      345       +1     

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

@codeboten codeboten force-pushed the codeboten/optional-internal-metric branch from 8618bc0 to ea36283 Compare June 4, 2024 21:55
@codeboten codeboten marked this pull request as ready for review June 4, 2024 21:55
@codeboten codeboten requested a review from a team as a code owner June 4, 2024 21:55
@codeboten codeboten requested a review from jpkrohling June 4, 2024 21:55
This allows metrics to be initialized at a later time as is the case for the queue metrics in exporterhelper
which are only initialized if a queue is configured.

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten force-pushed the codeboten/optional-internal-metric branch from 8748f96 to 2d5e29b Compare June 7, 2024 21:47
@codeboten codeboten merged commit 6a78f1a into open-telemetry:main Jun 10, 2024
49 checks passed
@codeboten codeboten deleted the codeboten/optional-internal-metric branch June 10, 2024 14:44
@github-actions github-actions bot added this to the next release milestone Jun 10, 2024
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.

None yet

2 participants