-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: add gas averages over time into grafana #12237
feat: add gas averages over time into grafana #12237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! just notes on the legend, also can we also add a 30m one?
etc/grafana/dashboards/overview.json
Outdated
"fullMetaSearch": false, | ||
"hide": false, | ||
"includeNullMetadata": true, | ||
"legendFormat": "avg/m", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"legendFormat": "avg/m", | |
"legendFormat": "Avg Gas/s (1m)", |
etc/grafana/dashboards/overview.json
Outdated
"fullMetaSearch": false, | ||
"hide": false, | ||
"includeNullMetadata": true, | ||
"legendFormat": "avg/5m", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"legendFormat": "avg/5m", | |
"legendFormat": "Avg Gas/s (5m)", |
etc/grafana/dashboards/overview.json
Outdated
"fullMetaSearch": false, | ||
"hide": false, | ||
"includeNullMetadata": true, | ||
"legendFormat": "avg/10m", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"legendFormat": "avg/10m", | |
"legendFormat": "Avg Gas/s (10m)", |
etc/grafana/dashboards/overview.json
Outdated
"fullMetaSearch": false, | ||
"hide": false, | ||
"includeNullMetadata": true, | ||
"legendFormat": "avg/h", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"legendFormat": "avg/h", | |
"legendFormat": "Avg Gas/s (1h)", |
etc/grafana/dashboards/overview.json
Outdated
"fullMetaSearch": false, | ||
"hide": false, | ||
"includeNullMetadata": true, | ||
"legendFormat": "avg/24h", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"legendFormat": "avg/24h", | |
"legendFormat": "Avg Gas/s (24h)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome thanks!
Closes #12179