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

Use proper pre/suffixes for internal metrics names #941

Merged
merged 7 commits into from
Jun 18, 2024

Conversation

marctc
Copy link
Contributor

@marctc marctc commented Jun 17, 2024

This PRs adds beyla_ prefix to internal metrics.
Also adds _total to counters.

Fixes #929 and #927

@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.79%. Comparing base (6162c54) to head (ef15029).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #941      +/-   ##
==========================================
+ Coverage   75.74%   75.79%   +0.04%     
==========================================
  Files         131      131              
  Lines       10154    10154              
==========================================
+ Hits         7691     7696       +5     
+ Misses       1939     1935       -4     
+ Partials      524      523       -1     
Flag Coverage Δ
k8s-integration-test 59.24% <100.00%> (+0.01%) ⬆️
oats-test 36.14% <0.00%> (ø)
unittests 47.27% <0.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@grcevski grcevski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! The test failure should be fixed now, maybe merge main or kick a re-run for green CI?

@marctc marctc force-pushed the standarize_internal_metrics branch from 5cd4443 to bc0170c Compare June 18, 2024 10:28
@marctc marctc merged commit 2bd57f7 into main Jun 18, 2024
8 checks passed
@marctc marctc deleted the standarize_internal_metrics branch June 18, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Internal metrics should have beyla_ prefix
4 participants