Skip to content

metrics: add chain/gas for cumulative gas usage #32004

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

Merged
merged 3 commits into from
Jun 12, 2025

Conversation

seanl-circle
Copy link
Contributor

This is a followup to #31753.

A cumulative counter is more useful when we need to measure / aggregate the metric over a longer period of time.
It also means we won't miss data,
e.g. our prometheus scrapes every 30 seconds,
and so may miss a transient spike in the preaggregated mgas/s.

This is a followup to ethereum#31753.

A cumulative counter is more useful when we need to measure / aggregate
the metric over a longer peruid of time.
It also means we won't miss data,
e.g. our prometheus scrapes every 30 seconds,
and so may miss a transient spike in the preaggregated mgas/s.
@rjl493456442 rjl493456442 added this to the 1.15.12 milestone Jun 12, 2025
rjl493456442
rjl493456442 previously approved these changes Jun 12, 2025
@rjl493456442 rjl493456442 merged commit 82c2c81 into ethereum:master Jun 12, 2025
3 of 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.

2 participants