-
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
Added grafana dashboards for new metrics #12927
Conversation
"refId": "B" | ||
} | ||
], | ||
"title": "Block finalisation", |
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.
Please move this to a new Polygon
section since these are Polygon specific charts and rename the title to Waypoint lengths
"uid": "${DS_PROMETHEUS}" | ||
}, | ||
"editorMode": "code", | ||
"expr": "wiggle_duration{instance=~\"$instance\",quantile=\"$quantile\"}", |
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.
Please move this into a separate graph into the Polygon
section as per https://github.com/erigontech/erigon/pull/12927/files#r1880458962
"refId": "B" | ||
} | ||
], | ||
"title": "Block finalisation", |
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.
do you know why we had to upload the same graphs twice in erigon.json and erigon_internals.json? What are their intended usages? I would've expected that adding it to erigon_internals.json would be enough?
removes outdated charts we added as part of #12927 because: 1. these were changed and superseded by new versions in erigon_internals as part of #13309 2. no need to duplicate these both in `prometheus/dashboards/erigon.json` and `prometheus/dashboards/erigon_internals.json` - only `erigon_internals.json` is enough
No description provided.