Update dash.

main
mathan 2024-04-03 12:14:49 -07:00
parent 9cfc23b981
commit f9dde4db39
1 changed files with 47 additions and 31 deletions

View File

@ -939,35 +939,54 @@
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": { "color": {
"mode": "thresholds" "mode": "continuous-GrYlRd"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 20,
"gradientMode": "scheme",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 3,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
}, },
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
"mode": "percentage", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green",
"value": null "value": null
}, },
{
"color": "blue",
"value": 25
},
{
"color": "yellow",
"value": 50
},
{
"color": "orange",
"value": 75
},
{ {
"color": "red", "color": "red",
"value": 90 "value": 80
} }
] ]
}, }
"unit": "percent"
}, },
"overrides": [] "overrides": []
}, },
@ -979,19 +998,16 @@
}, },
"id": 39, "id": 39,
"options": { "options": {
"minVizHeight": 75, "legend": {
"minVizWidth": 75, "calcs": [],
"orientation": "auto", "displayMode": "hidden",
"reduceOptions": { "placement": "right",
"calcs": [ "showLegend": false
"lastNotNull"
],
"fields": "",
"values": false
}, },
"showThresholdLabels": false, "tooltip": {
"showThresholdMarkers": true, "mode": "single",
"sizing": "auto" "sort": "none"
}
}, },
"pluginVersion": "10.4.1", "pluginVersion": "10.4.1",
"targets": [ "targets": [
@ -1014,7 +1030,7 @@
} }
], ],
"title": "IO time", "title": "IO time",
"type": "gauge" "type": "timeseries"
}, },
{ {
"datasource": { "datasource": {
@ -2938,6 +2954,6 @@
"timezone": "", "timezone": "",
"title": "Bsky indexer", "title": "Bsky indexer",
"uid": "aXw6dQhSzs", "uid": "aXw6dQhSzs",
"version": 4, "version": 5,
"weekStart": "" "weekStart": ""
} }