statement-store: add prometheus metrics for observability#10976
statement-store: add prometheus metrics for observability#10976DenzelPenzel merged 8 commits intomasterfrom
Conversation
fae1ef3 to
ba4faa7
Compare
alexggh
left a comment
There was a problem hiding this comment.
Nice work, it is a good start.
I would also add some histograms for how long .submit takes and notify_matching_filters.
Can you also build the dashboards that show us this metrics ?
|
a7cffaf to
108b1e5
Compare
16e117f to
34f42d6
Compare
Removed low-priority and relative metrics from Grafana dashboards to focus on high-value signals per USE/RED methodology. Removed from statement-store dashboard: - Capacity Utilization (relative metrics) - Statements Over Time (informational) - Accounts Over Time (informational) - Cumulative Totals section (lifetime counters) Removed from network dashboard: - Network Cumulative Totals (informational) - Propagation Chunk Rate (optimization detail) - Average Chunk Size (relative metric) - Known Statements Received (lower priority) - Network Inefficiencies detail - Pending Validations Over Time (duplicate)
393808b to
d06d9c0
Compare
d06d9c0 to
45b6185
Compare
45b6185 to
54cf034
Compare
a6b3348 to
641a3f6
Compare
7592ca5 to
73c165f
Compare
73c165f to
b6f36a9
Compare
…ent-store-metrics
800883e to
e406e3e
Compare
…ent-store-metrics
e406e3e to
16c8342
Compare
| @@ -0,0 +1,348 @@ | |||
| # Statement Store & Network Dashboards | |||
There was a problem hiding this comment.
IMO very soon it's going to become outdated. Better to add the parts that matter to the docs of the metrics in the code
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-10976-to-stable2603
git worktree add --checkout .worktree/backport-10976-to-stable2603 backport-10976-to-stable2603
cd .worktree/backport-10976-to-stable2603
git reset --hard HEAD^
git cherry-pick -x 13aca011ecc3184fcaa853526169381104b4c4e3
git push --force-with-lease |
Backport #10976 into `stable2603` from DenzelPenzel. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: DenzelPenzel <15388928+DenzelPenzel@users.noreply.github.com>
Description
Implemented #10944
Changes: