Use correct field data format for display.

This commit is contained in:
Jeff Geerling 2021-04-04 09:35:26 -05:00
parent da78cb61a3
commit b603ebea76
1 changed files with 13 additions and 3 deletions

View File

@ -249,7 +249,7 @@
"axisPlacement": "auto", "axisPlacement": "auto",
"barAlignment": 0, "barAlignment": 0,
"drawStyle": "line", "drawStyle": "line",
"fillOpacity": 20, "fillOpacity": 10,
"gradientMode": "none", "gradientMode": "none",
"hideFrom": { "hideFrom": {
"graph": false, "graph": false,
@ -268,8 +268,18 @@
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
"steps": [] "steps": [
} {
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "bps"
}, },
"overrides": [] "overrides": []
}, },