Add jitter gauge

This commit is contained in:
ItsDrike 2021-07-07 01:19:58 +02:00
parent ecce1679a8
commit f312dbca95
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -17,7 +17,6 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 1,
"links": [],
"panels": [
{
@ -239,7 +238,7 @@
},
"gridPos": {
"h": 9,
"w": 12,
"w": 6,
"x": 12,
"y": 0
},
@ -275,6 +274,92 @@
"title": "Speedtest Ping",
"type": "gauge"
},
{
"cacheTimeout": null,
"datasource": "prometheus",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 2,
"mappings": [
{
"options": {
"match": "null",
"result": {
"text": "N/A"
}
},
"type": "special"
}
],
"max": 20,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "dark-green",
"value": null
},
{
"color": "yellow",
"value": 3
},
{
"color": "orange",
"value": 8
},
{
"color": "red",
"value": 15
}
]
},
"unit": "ms"
},
"overrides": []
},
"gridPos": {
"h": 9,
"w": 6,
"x": 18,
"y": 0
},
"id": 15,
"interval": null,
"links": [],
"maxDataPoints": 50000,
"options": {
"orientation": "horizontal",
"reduceOptions": {
"calcs": [
"mean"
],
"fields": "",
"values": false
},
"showThresholdLabels": false,
"showThresholdMarkers": true,
"text": {}
},
"pluginVersion": "8.0.4",
"targets": [
{
"exemplar": true,
"expr": "speedtest_jitter_latency_milliseconds",
"format": "time_series",
"instant": false,
"interval": "",
"intervalFactor": 1,
"legendFormat": "",
"refId": "A"
}
],
"title": "Speedtest Jitter",
"type": "gauge"
},
{
"datasource": "prometheus",
"fieldConfig": {
@ -566,7 +651,7 @@
"list": []
},
"time": {
"from": "now-12h",
"from": "now-5m",
"to": "now"
},
"timepicker": {
@ -597,5 +682,5 @@
"timezone": "browser",
"title": "Internet connection",
"uid": "NLDu4qznk",
"version": 3
"version": 1
}