Skip to content

Commit

Permalink
Fix dashboard gossipsub bucket metrics (#4822)
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths authored Dec 2, 2022
1 parent 18a48da commit 1fde79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/lodestar_debug_gossipsub.json
Original file line number Diff line number Diff line change
Expand Up @@ -5404,7 +5404,7 @@
"uid": "${DS_PROMETHEUS}"
},
"exemplar": false,
"expr": "gossipsub_peer_stat_behaviour_penalty_bucket - 100",
"expr": "gossipsub_peer_stat_behaviour_penalty_bucket",
"format": "heatmap",
"interval": "",
"intervalFactor": 10,
Expand Down Expand Up @@ -5875,7 +5875,7 @@
"uid": "${DS_PROMETHEUS}"
},
"exemplar": false,
"expr": "rate(gossipsub_iwant_promise_delivery_seconds_bucket[$rate_interval]) - 100",
"expr": "rate(gossipsub_iwant_promise_delivery_seconds_bucket[$rate_interval])",
"format": "heatmap",
"interval": "",
"intervalFactor": 10,
Expand Down

0 comments on commit 1fde79d

Please sign in to comment.