forked from influxdata/chronograf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathping.json
42 lines (42 loc) · 1019 Bytes
/
ping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"id": "6fba9b06-b9d3-4e67-a41e-177d585dfe28",
"measurement": "ping",
"app": "ping",
"autoflow": true,
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "f58a157b-9f2f-4175-94c7-c250d9491c11",
"name": "Ping – Packet Loss Percent",
"queries": [
{
"query": "SELECT max(\"percent_packet_loss\") AS \"packet_loss\" FROM \":db:\".\":rp:\".\"ping\"",
"groupbys": [
"\"url\""
],
"wheres": []
}
]
},
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "865f646f-6ed9-4878-81f6-2b9e0d40697d",
"name": "Ping – Response Times (ms)",
"queries": [
{
"query": "SELECT mean(\"average_response_ms\") AS \"average\", mean(\"minimum_response_ms\") AS \"min\", mean(\"maximum_response_ms\") AS \"max\" FROM \":db:\".\":rp:\".\"ping\"",
"groupbys": [
"\"url\""
],
"wheres": []
}
]
}
]
}