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

fix(metrics): convert Gauges to Counters #1699

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

jasonschroeder-sfdc
Copy link
Collaborator

These are only being inc() (incremented) and will be better represented as Counters rather than Gauges.

These are only being `inc()` (incremented) and will be better
represented as Counters rather than Gauges.
Updating Gauge->Counter for:
- operations_stage_load
- operation_status
- operation_exit_code
- operation_worker
@jasonschroeder-sfdc jasonschroeder-sfdc marked this pull request as ready for review April 4, 2024 18:51
@werkt werkt merged commit d0bbc5f into bazelbuild:main Apr 10, 2024
4 checks passed
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

3 participants