Skip to content

Commit

Permalink
chore: n-historical state - track state persist count per epoch (#6699)
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Apr 23, 2024
1 parent ab10788 commit fd2fb16
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion dashboards/lodestar_state_cache_regen.json
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,48 @@
"mappings": [],
"unit": "s"
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "count_per_epoch"
},
"properties": [
{
"id": "custom.axisPlacement",
"value": "right"
},
{
"id": "unit",
"value": "none"
}
]
},
{
"__systemRef": "hideSeriesFrom",
"matcher": {
"id": "byNames",
"options": {
"mode": "exclude",
"names": [
"count_per_epoch"
],
"prefix": "All except:",
"readOnly": true
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": false,
"tooltip": false,
"viz": true
}
}
]
}
]
},
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -1356,6 +1397,19 @@
"legendFormat": "sec_from_slot",
"range": true,
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "rate(lodestar_cp_state_cache_state_persist_seconds_from_slot_count[$rate_interval]) * 384",
"hide": false,
"instant": false,
"legendFormat": "count_per_epoch",
"range": true,
"refId": "C"
}
],
"title": "State persist",
Expand Down

0 comments on commit fd2fb16

Please sign in to comment.