add all chains to dash

This commit is contained in:
cventastic
2022-07-01 17:15:53 +02:00
parent 417f01da21
commit fae11760d2

View File

@@ -21,8 +21,8 @@
"editable": true, "editable": true,
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 0, "graphTooltip": 0,
"id": 4, "id": 6,
"iteration": 1656678179037, "iteration": 1656686026130,
"links": [], "links": [],
"liveNow": false, "liveNow": false,
"panels": [ "panels": [
@@ -912,16 +912,12 @@
"type": "prometheus", "type": "prometheus",
"uid": "$DS_PROMETHEUS" "uid": "$DS_PROMETHEUS"
}, },
"description": "Block Processing Time sum / count", "description": "consensus_missing_validators",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": { "color": {
"mode": "thresholds" "mode": "thresholds"
}, },
"custom": {
"fillOpacity": 70,
"lineWidth": 1
},
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
@@ -929,14 +925,6 @@
{ {
"color": "green", "color": "green",
"value": null "value": null
},
{
"color": "#EAB839",
"value": 40000
},
{
"color": "red",
"value": 50000
} }
] ]
} }
@@ -949,18 +937,18 @@
"x": 8, "x": 8,
"y": 10 "y": 10
}, },
"id": 15, "id": 21,
"options": { "options": {
"colWidth": 0.9, "orientation": "auto",
"legend": { "reduceOptions": {
"displayMode": "table", "calcs": [
"placement": "right" "lastNotNull"
],
"fields": "",
"values": false
}, },
"rowHeight": 0.73, "showThresholdLabels": false,
"showValue": "always", "showThresholdMarkers": true
"tooltip": {
"mode": "single"
}
}, },
"pluginVersion": "8.3.3", "pluginVersion": "8.3.3",
"targets": [ "targets": [
@@ -970,20 +958,21 @@
"uid": "$DS_PROMETHEUS" "uid": "$DS_PROMETHEUS"
}, },
"exemplar": true, "exemplar": true,
"expr": "tendermint_state_block_processing_time_sum{job=~\"$job\"} / tendermint_state_block_processing_time_count{job=~\"$job\"}", "expr": "tendermint_consensus_missing_validators_power{job=~\"$job\"}",
"interval": "", "interval": "",
"legendFormat": ".", "legendFormat": "",
"refId": "A" "refId": "A"
} }
], ],
"title": "Block Processing Time sum / count", "title": "missing_validators",
"type": "status-history" "type": "gauge"
}, },
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "$DS_PROMETHEUS" "uid": "$DS_PROMETHEUS"
}, },
"description": "",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": { "color": {
@@ -993,7 +982,7 @@
"axisLabel": "", "axisLabel": "",
"axisPlacement": "auto", "axisPlacement": "auto",
"barAlignment": 0, "barAlignment": 0,
"drawStyle": "bars", "drawStyle": "line",
"fillOpacity": 0, "fillOpacity": 0,
"gradientMode": "none", "gradientMode": "none",
"hideFrom": { "hideFrom": {
@@ -1025,9 +1014,13 @@
"color": "green", "color": "green",
"value": null "value": null
}, },
{
"color": "#EAB839",
"value": 40000
},
{ {
"color": "red", "color": "red",
"value": 80 "value": 50000
} }
] ]
} }
@@ -1035,12 +1028,12 @@
"overrides": [] "overrides": []
}, },
"gridPos": { "gridPos": {
"h": 6, "h": 3,
"w": 4, "w": 4,
"x": 12, "x": 12,
"y": 10 "y": 10
}, },
"id": 17, "id": 16,
"options": { "options": {
"legend": { "legend": {
"calcs": [], "calcs": [],
@@ -1059,13 +1052,13 @@
"uid": "$DS_PROMETHEUS" "uid": "$DS_PROMETHEUS"
}, },
"exemplar": true, "exemplar": true,
"expr": "tendermint_consensus_block_interval_seconds{job=~\"$job\"}", "expr": "histogram_quantile(0.9, sum by (le) (rate(tendermint_mempool_tx_size_bytes_bucket{job=~\"$job\"}[1m])))",
"interval": "", "interval": "",
"legendFormat": "", "legendFormat": "",
"refId": "A" "refId": "A"
} }
], ],
"title": "block interval", "title": "mempool tx size",
"type": "timeseries" "type": "timeseries"
}, },
{ {
@@ -1198,12 +1191,16 @@
"type": "prometheus", "type": "prometheus",
"uid": "$DS_PROMETHEUS" "uid": "$DS_PROMETHEUS"
}, },
"description": "consensus_missing_validators", "description": "Block Processing Time sum / count",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": { "color": {
"mode": "thresholds" "mode": "thresholds"
}, },
"custom": {
"fillOpacity": 70,
"lineWidth": 4
},
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
@@ -1211,9 +1208,18 @@
{ {
"color": "green", "color": "green",
"value": null "value": null
},
{
"color": "#EAB839",
"value": 40000
},
{
"color": "red",
"value": 50000
} }
] ]
} },
"unit": "m"
}, },
"overrides": [] "overrides": []
}, },
@@ -1223,18 +1229,18 @@
"x": 8, "x": 8,
"y": 13 "y": 13
}, },
"id": 21, "id": 15,
"options": { "options": {
"orientation": "auto", "colWidth": 0.77,
"reduceOptions": { "legend": {
"calcs": [ "displayMode": "table",
"lastNotNull" "placement": "right"
],
"fields": "",
"values": false
}, },
"showThresholdLabels": false, "rowHeight": 0.87,
"showThresholdMarkers": true "showValue": "always",
"tooltip": {
"mode": "single"
}
}, },
"pluginVersion": "8.3.3", "pluginVersion": "8.3.3",
"targets": [ "targets": [
@@ -1244,14 +1250,106 @@
"uid": "$DS_PROMETHEUS" "uid": "$DS_PROMETHEUS"
}, },
"exemplar": true, "exemplar": true,
"expr": "tendermint_consensus_missing_validators_power{job=~\"$job\"}", "expr": "tendermint_state_block_processing_time_sum{job=~\"$job\"} / 60000",
"format": "time_series",
"instant": false,
"interval": "",
"intervalFactor": 1,
"legendFormat": ".",
"refId": "A"
}
],
"title": "Block Processing Time ",
"type": "status-history"
},
{
"datasource": {
"type": "prometheus",
"uid": "$DS_PROMETHEUS"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "bars",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 4,
"x": 12,
"y": 13
},
"id": 17,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom"
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "8.3.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "$DS_PROMETHEUS"
},
"exemplar": true,
"expr": "tendermint_consensus_block_interval_seconds{job=~\"$job\"}",
"interval": "", "interval": "",
"legendFormat": "", "legendFormat": "",
"refId": "A" "refId": "A"
} }
], ],
"title": "missing_validators", "title": "block interval",
"type": "gauge" "type": "timeseries"
}, },
{ {
"datasource": { "datasource": {
@@ -1343,100 +1441,6 @@
"title": "Avg relay time for all chains", "title": "Avg relay time for all chains",
"type": "timeseries" "type": "timeseries"
}, },
{
"datasource": {
"type": "prometheus",
"uid": "$DS_PROMETHEUS"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 40000
},
{
"color": "red",
"value": 50000
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 4,
"x": 12,
"y": 16
},
"id": 16,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom"
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "8.3.3",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "$DS_PROMETHEUS"
},
"exemplar": true,
"expr": "histogram_quantile(0.9, sum by (le) (rate(tendermint_mempool_tx_size_bytes_bucket{job=~\"$job\"}[1m])))",
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "mempool tx size",
"type": "timeseries"
},
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
@@ -1494,8 +1498,8 @@
"overrides": [] "overrides": []
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 4,
"w": 12, "w": 16,
"x": 0, "x": 0,
"y": 17 "y": 17
}, },
@@ -1535,9 +1539,9 @@
"list": [ "list": [
{ {
"current": { "current": {
"selected": false, "selected": true,
"text": "pocket-fr-2", "text": "pocket-fr-1",
"value": "pocket-fr-2" "value": "pocket-fr-1"
}, },
"hide": 0, "hide": 0,
"includeAll": false, "includeAll": false,
@@ -1546,12 +1550,12 @@
"name": "job", "name": "job",
"options": [ "options": [
{ {
"selected": false, "selected": true,
"text": "pocket-fr-1", "text": "pocket-fr-1",
"value": "pocket-fr-1" "value": "pocket-fr-1"
}, },
{ {
"selected": true, "selected": false,
"text": "pocket-fr-2", "text": "pocket-fr-2",
"value": "pocket-fr-2" "value": "pocket-fr-2"
}, },
@@ -1608,7 +1612,7 @@
}, },
{ {
"current": { "current": {
"selected": false, "selected": true,
"text": "pokt-fr-1", "text": "pokt-fr-1",
"value": "pokt-fr-1" "value": "pokt-fr-1"
}, },
@@ -1635,6 +1639,6 @@
"timezone": "", "timezone": "",
"title": "Pokt Dashboard", "title": "Pokt Dashboard",
"uid": "PPoaArJnz", "uid": "PPoaArJnz",
"version": 10, "version": 1,
"weekStart": "" "weekStart": ""
} }