-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmetrics.json
More file actions
executable file
·47 lines (47 loc) · 1.7 KB
/
metrics.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.7 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
{
"REMEDY_HEARTBEAT": {
"displayName": "Remedy Plugin Heartbeat",
"displayNameShort": "Remedy Heartbeat",
"description": "Displays remedy plugin heartbeat ",
"defaultResolutionMS": 900000,
"defaultAggregate": "avg",
"unit": "number",
"isDisabled": false
},
"REMEDY_INVALID_EVENTS_COUNT": {
"displayName": "Remedy Invalid Events Count",
"displayNameShort": "Remedy Invalid Cnt",
"description": "Remedy Invalid events with greater than size limit (32000 bytes)",
"defaultResolutionMS": 900000,
"defaultAggregate": "sum",
"unit": "number",
"isDisabled": false
},
"REMEDY_INGESTION_SUCCESS_COUNT": {
"displayName": "Remedy Successful Events Ingestion Count",
"displayNameShort": "Remedy Success cnt",
"description": "Remedy successful events ingestion count",
"defaultResolutionMS": 900000,
"defaultAggregate": "sum",
"unit": "number",
"isDisabled": false
},
"REMEDY_INGESTION_FAILURE_COUNT": {
"displayName": "Remedy Events Ingestion Failure Count",
"displayNameShort": "Remedy fail cnt",
"description": "Remedy events ingestion failure count",
"defaultResolutionMS": 900000,
"defaultAggregate": "sum",
"unit": "number",
"isDisabled": false
},
"REMEDY_INGESTION_EXCEPTION": {
"displayName": "Remedy Events Ingestion Exception",
"displayNameShort": "Remedy Ingstn Exptn",
"description": "Remedy events ingestion exception",
"defaultResolutionMS": 900000,
"defaultAggregate": "avg",
"unit": "number",
"isDisabled": false
}
}