Skip to content

Commit

Permalink
add panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ltitanb committed Sep 17, 2024
1 parent 991859c commit c144d27
Showing 1 changed file with 92 additions and 14 deletions.
106 changes: 92 additions & 14 deletions grafana/dashboards/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,94 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 1,
"links": [],
"liveNow": true,
"panels": [
{
"datasource": {
"type": "prometheus",
"uid": "cb_prometheus"
},
"fieldConfig": {
"defaults": {
"color": {
"fixedColor": "red",
"mode": "thresholds"
},
"fieldMinMax": false,
"mappings": [],
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "yellow",
"value": null
},
{
"color": "green",
"value": 100
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 11,
"w": 6,
"x": 0,
"y": 0
},
"id": 61,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "horizontal",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.1.0",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "cb_prometheus"
},
"disableTextWrap": false,
"editorMode": "code",
"exemplar": false,
"expr": "cb_pbs_relay_last_slot",
"format": "time_series",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
"legendFormat": "{{relay_id}}",
"range": true,
"refId": "A",
"useBackend": false
}
],
"title": "Last delivered slot",
"type": "stat"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
"y": 11
},
"id": 12,
"panels": [],
Expand Down Expand Up @@ -103,7 +181,7 @@
"h": 11,
"w": 6,
"x": 0,
"y": 1
"y": 12
},
"id": 11,
"options": {
Expand Down Expand Up @@ -202,7 +280,7 @@
"h": 11,
"w": 6,
"x": 6,
"y": 1
"y": 12
},
"id": 13,
"options": {
Expand Down Expand Up @@ -301,7 +379,7 @@
"h": 11,
"w": 6,
"x": 12,
"y": 1
"y": 12
},
"id": 43,
"options": {
Expand Down Expand Up @@ -400,7 +478,7 @@
"h": 11,
"w": 6,
"x": 18,
"y": 1
"y": 12
},
"id": 44,
"options": {
Expand Down Expand Up @@ -500,7 +578,7 @@
"h": 11,
"w": 6,
"x": 0,
"y": 12
"y": 23
},
"id": 20,
"options": {
Expand Down Expand Up @@ -604,7 +682,7 @@
"h": 11,
"w": 6,
"x": 6,
"y": 12
"y": 23
},
"id": 29,
"options": {
Expand Down Expand Up @@ -708,7 +786,7 @@
"h": 11,
"w": 6,
"x": 12,
"y": 12
"y": 23
},
"id": 30,
"options": {
Expand Down Expand Up @@ -767,6 +845,11 @@
"text": "All",
"value": "$__all"
},
{
"selected": false,
"text": "register_validator",
"value": "register_validator"
},
{
"selected": false,
"text": "get_header",
Expand All @@ -776,11 +859,6 @@
"selected": false,
"text": "submit_blinded_block",
"value": "submit_blinded_block"
},
{
"selected": false,
"text": "register_validator",
"value": "register_validator"
}
],
"query": "register_validator, get_header, submit_blinded_block",
Expand All @@ -798,6 +876,6 @@
"timezone": "browser",
"title": "PBS Metrics",
"uid": "cb_prometheus",
"version": 1,
"version": 2,
"weekStart": ""
}

0 comments on commit c144d27

Please sign in to comment.