Update GrafanaDash-SpeedTests.json

Data anomaly fixes.
This commit is contained in:
Leigh Phillips 2021-01-21 19:43:07 -08:00 committed by GitHub
parent 17fb6a22b2
commit f8d8ee2407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 101 additions and 47 deletions

View File

@ -59,7 +59,7 @@
"gnetId": 13053, "gnetId": 13053,
"graphTooltip": 0, "graphTooltip": 0,
"id": null, "id": null,
"iteration": 1611206261586, "iteration": 1611279295418,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@ -833,7 +833,7 @@
"y": 7 "y": 7
}, },
"id": 139, "id": 139,
"interval": "", "interval": "5s",
"options": { "options": {
"colorMode": "value", "colorMode": "value",
"graphMode": "area", "graphMode": "area",
@ -874,7 +874,7 @@
}, },
{ {
"params": [], "params": [],
"type": "min" "type": "mean"
} }
] ]
], ],
@ -963,45 +963,6 @@
"stack": false, "stack": false,
"steppedLine": false, "steppedLine": false,
"targets": [ "targets": [
{
"alias": "Latency",
"groupBy": [
{
"params": [
"$interval"
],
"type": "time"
}
],
"measurement": "pings",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT mean(\"bytes\") FROM \"download\" WHERE $timeFilter GROUP BY time($__interval) fill(0)",
"rawQuery": false,
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"rtt"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "namespace",
"operator": "=~",
"value": "/^$namespace$/"
}
]
},
{ {
"alias": "Uptime", "alias": "Uptime",
"groupBy": [ "groupBy": [
@ -1029,7 +990,7 @@
}, },
{ {
"params": [], "params": [],
"type": "min" "type": "mean"
} }
] ]
], ],
@ -1041,6 +1002,97 @@
} }
], ],
"tz": "" "tz": ""
},
{
"alias": "Latency",
"groupBy": [
{
"params": [
"$interval"
],
"type": "time"
}
],
"measurement": "pings",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT mean(\"rtt\") FROM \"pings\" WHERE (\"namespace\" =~ /^$namespace$/) AND success = 1 AND $timeFilter GROUP BY time($interval)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"rtt"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "namespace",
"operator": "=~",
"value": "/^$namespace$/"
}
]
},
{
"alias": "",
"groupBy": [
{
"params": [
"$interval"
],
"type": "time"
},
{
"params": [
"target"
],
"type": "tag"
}
],
"hide": true,
"measurement": "pings",
"orderByTime": "ASC",
"policy": "autogen",
"query": "SELECT mean(\"rtt\") AS \"Latency\" FROM \"pings\" WHERE (\"namespace\" =~ /^$namespace$/) AND success = 1 AND $timeFilter GROUP BY time($interval), \"target\"",
"rawQuery": true,
"refId": "C",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"rtt"
],
"type": "field"
},
{
"params": [],
"type": "mean"
},
{
"params": [
"Latency"
],
"type": "alias"
}
]
],
"tags": [
{
"key": "namespace",
"operator": "=~",
"value": "/^$namespace$/"
}
]
} }
], ],
"thresholds": [], "thresholds": [],
@ -1125,7 +1177,7 @@
"y": 10 "y": 10
}, },
"id": 140, "id": 140,
"interval": "", "interval": "5s",
"options": { "options": {
"colorMode": "value", "colorMode": "value",
"graphMode": "area", "graphMode": "area",
@ -1154,6 +1206,8 @@
"measurement": "pings", "measurement": "pings",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"query": "SELECT mean(\"rtt\") FROM \"pings\" WHERE (\"namespace\" =~ /^$namespace$/) AND success = 1 AND $timeFilter GROUP BY time($__interval)",
"rawQuery": true,
"refId": "A", "refId": "A",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
@ -2706,7 +2760,7 @@
"h": 7, "h": 7,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 36 "y": 37
}, },
"id": 130, "id": 130,
"options": { "options": {
@ -2892,7 +2946,7 @@
"type": "row" "type": "row"
} }
], ],
"refresh": "", "refresh": false,
"schemaVersion": 26, "schemaVersion": 26,
"style": "dark", "style": "dark",
"tags": [], "tags": [],
@ -2944,5 +2998,5 @@
"timezone": "", "timezone": "",
"title": "SpeedTests", "title": "SpeedTests",
"uid": "kLXTiedGz", "uid": "kLXTiedGz",
"version": 30 "version": 38
} }