-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
53 lines (53 loc) · 1.86 KB
/
Copy pathconfig.json
File metadata and controls
53 lines (53 loc) · 1.86 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"api": null,
"colors": ["#97a932", "#86962c", "#748227", "#636e21", "#515b1b", "#3f4715", "#2e330f", "#1c2009", "#b5c846", "#bdce5a", "#c5d46e", "#ccda81", "#d4e095", "#dce5a9", "#e4ebbc", "#ecf1d0"],
"cycle": false,
"default": null,
"expire": 30,
"hostname": "localhost",
"pageSize": 15,
"pause": 21,
"port": 8000,
"si": "Disk|Memory|Network",
"transition": 0,
"xformat": "hh:mm A",
"pills": [
{
"name": "Applications",
"slug": "applications",
"source": "applications",
"uri": "https://api.newrelic.com/v2/applications.json",
"fields": ["name", "application_summary.response_time", "application_summary.apdex_score", "application_summary.throughput"],
"order": "application_summary.throughput desc, application_summary.response_time desc, name asc",
"chartGrid": true,
"metrics": {
"uri": "https://api.newrelic.com/v2/applications/:id/hosts/:host/metrics/data.json",
"instances": [],
"names": []
}
},
{
"name": "Servers",
"slug": "servers",
"source": "servers",
"uri": "https://api.newrelic.com/v2/servers.json",
"fields": ["name", "summary.cpu", "summary.memory"],
"order": "summary.memory desc, name asc",
"chartGrid": false,
"metrics": {
"uri": "https://api.newrelic.com/v2/servers/:id/metrics/data.json",
"instances": [],
"names": ["System/CPU/System/percent", "System/Disk/All/bytes/sec", "System/Memory/Used/bytes", "System/Network/All/All/bytes/sec"]
}
},
{
"name": "Transactions",
"slug": "transactions",
"source": "key_transactions",
"uri": "https://api.newrelic.com/v2/key_transactions.json",
"fields": ["name", "transaction_name", "application_summary.response_time", "application_summary.apdex_score", "application_summary.throughput"],
"order": "application_summary.throughput desc, application_summary.response_time desc, name asc",
"chartGrid": false
}
]
}