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

feat: add gas averages over time into grafana #12237

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

edisontim
Copy link
Contributor

@edisontim edisontim commented Oct 31, 2024

Closes #12179
Screenshot 2024-10-31 at 15 45 44

Copy link
Member

@Rjected Rjected left a 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?

"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
"legendFormat": "avg/m",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"legendFormat": "avg/m",
"legendFormat": "Avg Gas/s (1m)",

"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
"legendFormat": "avg/5m",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"legendFormat": "avg/5m",
"legendFormat": "Avg Gas/s (5m)",

"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
"legendFormat": "avg/10m",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"legendFormat": "avg/10m",
"legendFormat": "Avg Gas/s (10m)",

"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
"legendFormat": "avg/h",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"legendFormat": "avg/h",
"legendFormat": "Avg Gas/s (1h)",

"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
"legendFormat": "avg/24h",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"legendFormat": "avg/24h",
"legendFormat": "Avg Gas/s (24h)",

Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

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

Awesome thanks!

@mattsse mattsse added this pull request to the merge queue Nov 6, 2024
Merged via the queue into paradigmxyz:main with commit 4bac153 Nov 6, 2024
40 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.

Include gas/s averages in execution throughput graph
3 participants