forked from influxdata/chronograf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnsq_server.json
38 lines (38 loc) · 856 Bytes
/
nsq_server.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
{
"id": "6c351881-05ec-48f1-b11b-9c36d2c7cc80",
"measurement": "nsq_server",
"app": "nsq",
"autoflow": true,
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "c376a3d8-cd2a-4212-bf1d-da776b75feeb",
"name": "NSQ - Topic Count",
"queries": [
{
"query": "SELECT mean(\"topic_count\") AS \"topic_count\" FROM \":db:\".\":rp:\".\"nsq_server\"",
"groupbys": [],
"wheres": []
}
]
},
{
"x": 4,
"y": 0,
"w": 4,
"h": 4,
"i": "aa1aa20a-48aa-4a42-aaa0-426aa6a58aa8",
"name": "NSQ - Server Count",
"queries": [
{
"query": "SELECT mean(\"server_count\") AS \"server_count\" FROM \":db:\".\":rp:\".\"nsq_server\"",
"groupbys": [],
"wheres": []
}
]
}
]
}