Skip to content

Commit

Permalink
fix: add rate()
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Aug 28, 2023
1 parent 1d93e11 commit 0999e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/lodestar_networking.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "lodestar_attnets_service_committee_subscriptions_time_to_stable_mesh_seconds_bucket",
"expr": "rate(lodestar_attnets_service_committee_subscriptions_time_to_stable_mesh_seconds_bucket[$rate_interval]) * 1000",
"format": "heatmap",
"legendFormat": "{{le}}",
"range": true,
Expand Down

0 comments on commit 0999e37

Please sign in to comment.