-
Notifications
You must be signed in to change notification settings - Fork 3
/
metrics.json
38 lines (38 loc) · 1.19 KB
/
metrics.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
{
"JIRA_HEARTBEAT": {
"displayName": "Jira Plugin Heartbeat",
"displayNameShort": "Jira Heartbeat",
"description": "Displays Jira plugin heartbeat ",
"defaultResolutionMS": 900000,
"defaultAggregate": "avg",
"unit": "number",
"isDisabled": false
},
"JIRA_INGESTION_SUCCESS_COUNT": {
"displayName": "Jira Successful Events ingestion count",
"displayNameShort": "Jira Success count",
"description": "Jira Successful Events ingestion count",
"defaultResolutionMS": 900000,
"defaultAggregate": "sum",
"unit": "number",
"isDisabled": false
},
"JIRA_INGESTION_FAILURE_COUNT": {
"displayName": "Jira Events ingestion failure count",
"displayNameShort": "Jira fail count",
"description": "Jira Events ingestion failure count",
"defaultResolutionMS": 900000,
"defaultAggregate": "sum",
"unit": "number",
"isDisabled": false
},
"JIRA_INGESTION_EXCEPTION": {
"displayName": "Jira Events ingestion exception",
"displayNameShort": "Jira Ingstn Exptn",
"description": "Jira Events ingestion exception",
"defaultResolutionMS": 900000,
"defaultAggregate": "avg",
"unit": "number",
"isDisabled": false
}
}