Skip to content

Commit

Permalink
Remove network load time dashboard for computations (#386)
Browse files Browse the repository at this point in the history
Signed-off-by: Slimane AMAR <[email protected]>
  • Loading branch information
SlimaneAmar authored Feb 8, 2024
1 parent ca0ebfe commit d3cf246
Showing 1 changed file with 5 additions and 107 deletions.
112 changes: 5 additions & 107 deletions docker-compose/technical/grafana/dashboards/computations_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,112 +538,10 @@
},
"gridPos": {
"h": 7,
"w": 8,
"w": 12,
"x": 0,
"y": 17
},
"id": 3,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"disableTextWrap": false,
"editorMode": "builder",
"exemplar": true,
"expr": "app_computation_network_load_seconds_max{type='$COMPUTATION', error=\"none\"}",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
"interval": "",
"legendFormat": "{{provider}}",
"range": true,
"refId": "A",
"useBackend": false
}
],
"title": "Network load time (max)",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": 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
}
]
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 7,
"x": 8,
"y": 17
},
"id": 4,
"options": {
"legend": {
Expand Down Expand Up @@ -742,8 +640,8 @@
},
"gridPos": {
"h": 7,
"w": 9,
"x": 15,
"w": 12,
"x": 12,
"y": 17
},
"id": 5,
Expand Down Expand Up @@ -1010,7 +908,7 @@
"current": {
"selected": true,
"text": "loadflow",
"value": "loadflow"
"value": "LoadFlow"
},
"hide": 0,
"includeAll": false,
Expand All @@ -1020,7 +918,7 @@
{
"selected": true,
"text": "loadflow",
"value": "loadflow"
"value": "LoadFlow"
},
{
"selected": false,
Expand Down

0 comments on commit d3cf246

Please sign in to comment.