Setup the single stat widgets to use locale format so number are formatted properly.
This commit is contained in:
parent
f6d7894343
commit
40a3abcd1c
@ -20,7 +20,7 @@
|
|||||||
"type": "grafana",
|
"type": "grafana",
|
||||||
"id": "grafana",
|
"id": "grafana",
|
||||||
"name": "Grafana",
|
"name": "Grafana",
|
||||||
"version": "6.7.1"
|
"version": "6.7.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "panel",
|
"type": "panel",
|
||||||
@ -77,7 +77,7 @@
|
|||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": null,
|
"id": null,
|
||||||
"iteration": 1586042104220,
|
"iteration": 1586218911223,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
@ -248,7 +248,7 @@
|
|||||||
"showThresholdLabels": false,
|
"showThresholdLabels": false,
|
||||||
"showThresholdMarkers": true
|
"showThresholdMarkers": true
|
||||||
},
|
},
|
||||||
"pluginVersion": "6.7.1",
|
"pluginVersion": "6.7.2",
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"alias": "CPU Total",
|
"alias": "CPU Total",
|
||||||
@ -505,7 +505,7 @@
|
|||||||
"showThresholdLabels": false,
|
"showThresholdLabels": false,
|
||||||
"showThresholdMarkers": true
|
"showThresholdMarkers": true
|
||||||
},
|
},
|
||||||
"pluginVersion": "6.7.1",
|
"pluginVersion": "6.7.2",
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"alias": "Load",
|
"alias": "Load",
|
||||||
@ -835,7 +835,7 @@
|
|||||||
"showThresholdLabels": false,
|
"showThresholdLabels": false,
|
||||||
"showThresholdMarkers": true
|
"showThresholdMarkers": true
|
||||||
},
|
},
|
||||||
"pluginVersion": "6.7.1",
|
"pluginVersion": "6.7.2",
|
||||||
"repeat": null,
|
"repeat": null,
|
||||||
"repeatDirection": "h",
|
"repeatDirection": "h",
|
||||||
"targets": [
|
"targets": [
|
||||||
@ -929,7 +929,7 @@
|
|||||||
"showThresholdLabels": false,
|
"showThresholdLabels": false,
|
||||||
"showThresholdMarkers": true
|
"showThresholdMarkers": true
|
||||||
},
|
},
|
||||||
"pluginVersion": "6.7.1",
|
"pluginVersion": "6.7.2",
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"alias": "Ram",
|
"alias": "Ram",
|
||||||
@ -1360,7 +1360,7 @@
|
|||||||
"#d44a3a"
|
"#d44a3a"
|
||||||
],
|
],
|
||||||
"datasource": "${DS_INFLUXDB}",
|
"datasource": "${DS_INFLUXDB}",
|
||||||
"format": "short",
|
"format": "locale",
|
||||||
"gauge": {
|
"gauge": {
|
||||||
"maxValue": 100,
|
"maxValue": 100,
|
||||||
"minValue": 0,
|
"minValue": 0,
|
||||||
@ -1552,7 +1552,8 @@
|
|||||||
"#d44a3a"
|
"#d44a3a"
|
||||||
],
|
],
|
||||||
"datasource": "${DS_INFLUXDB}",
|
"datasource": "${DS_INFLUXDB}",
|
||||||
"format": "short",
|
"decimals": 0,
|
||||||
|
"format": "locale",
|
||||||
"gauge": {
|
"gauge": {
|
||||||
"maxValue": 100,
|
"maxValue": 100,
|
||||||
"minValue": 0,
|
"minValue": 0,
|
||||||
@ -1591,6 +1592,7 @@
|
|||||||
"prefixFontSize": "50%",
|
"prefixFontSize": "50%",
|
||||||
"rangeMaps": [
|
"rangeMaps": [
|
||||||
{
|
{
|
||||||
|
"$$hashKey": "object:225",
|
||||||
"from": "null",
|
"from": "null",
|
||||||
"text": "N/A",
|
"text": "N/A",
|
||||||
"to": "null"
|
"to": "null"
|
||||||
@ -1600,7 +1602,7 @@
|
|||||||
"fillColor": "rgba(31, 118, 189, 0.18)",
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||||||
"full": false,
|
"full": false,
|
||||||
"lineColor": "rgb(31, 120, 193)",
|
"lineColor": "rgb(31, 120, 193)",
|
||||||
"show": false,
|
"show": true,
|
||||||
"ymax": null,
|
"ymax": null,
|
||||||
"ymin": null
|
"ymin": null
|
||||||
},
|
},
|
||||||
@ -3113,7 +3115,8 @@
|
|||||||
"style": "dark",
|
"style": "dark",
|
||||||
"tags": [
|
"tags": [
|
||||||
"pfsense",
|
"pfsense",
|
||||||
"pfblocker"
|
"pfblocker",
|
||||||
|
"telegraf"
|
||||||
],
|
],
|
||||||
"templating": {
|
"templating": {
|
||||||
"list": [
|
"list": [
|
||||||
@ -3355,5 +3358,5 @@
|
|||||||
"variables": {
|
"variables": {
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"version": 24
|
"version": 29
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user