Skip to content

Commit

Permalink
fix: checkpoint state cache grafana panel labels
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Apr 1, 2024
1 parent b81230a commit 2e31ee7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dashboards/lodestar_state_cache_regen.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,22 +452,26 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": false,
"expr": "lodestar_cp_state_cache_size{}",
"interval": "",
"legendFormat": "states",
"legendFormat": "states_{{type}}",
"range": true,
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": false,
"expr": "lodestar_cp_state_epoch_size",
"hide": false,
"interval": "",
"legendFormat": "epochs",
"legendFormat": "epochs_{{type}}",
"range": true,
"refId": "B"
}
],
Expand Down

0 comments on commit 2e31ee7

Please sign in to comment.