grafana: enhance thruput stats in ZW network essential

This commit is contained in:
Astro 2023-11-10 19:59:44 +01:00
parent b647a3fa44
commit 29ef560669
1 changed files with 9 additions and 11 deletions

View File

@ -39,9 +39,9 @@
"mode": "palette-classic" "mode": "palette-classic"
}, },
"custom": { "custom": {
"axisCenteredZero": false, "axisCenteredZero": true,
"axisColorMode": "text", "axisColorMode": "text",
"axisLabel": "RX", "axisLabel": "TX/RX",
"axisPlacement": "auto", "axisPlacement": "auto",
"barAlignment": 0, "barAlignment": 0,
"drawStyle": "line", "drawStyle": "line",
@ -70,7 +70,6 @@
}, },
"links": [], "links": [],
"mappings": [], "mappings": [],
"min": 0,
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
@ -99,10 +98,6 @@
"fixedColor": "#e24d42", "fixedColor": "#e24d42",
"mode": "fixed" "mode": "fixed"
} }
},
{
"id": "custom.axisLabel",
"value": "TX"
} }
] ]
}, },
@ -118,6 +113,10 @@
"fixedColor": "#7eb26d", "fixedColor": "#7eb26d",
"mode": "fixed" "mode": "fixed"
} }
},
{
"id": "custom.transform",
"value": "negative-Y"
} }
] ]
}, },
@ -731,7 +730,7 @@
"unit": "none" "unit": "none"
} }
}, },
"pluginVersion": "9.5.8", "pluginVersion": "9.5.13",
"reverseYBuckets": false, "reverseYBuckets": false,
"targets": [ "targets": [
{ {
@ -902,7 +901,7 @@
"unit": "none" "unit": "none"
} }
}, },
"pluginVersion": "9.5.8", "pluginVersion": "9.5.13",
"reverseYBuckets": false, "reverseYBuckets": false,
"targets": [ "targets": [
{ {
@ -1020,8 +1019,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",