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