-
Notifications
You must be signed in to change notification settings - Fork 61
/
metrics.json
126 lines (126 loc) · 4.15 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"NIFI_MASTER": {
"Component": [{
"type": "ganglia",
"metrics": {
"default": {
"metrics/nifi/FlowFilesReceivedLast5Minutes": {
"metric": "FlowFilesReceivedLast5Minutes",
"pointInTime": false,
"temporal": true
},
"metrics/nifi/BytesReceivedLast5Minutes": {
"metric": "BytesReceivedLast5Minutes",
"pointInTime": false,
"temporal": true
},
"metrics/nifi/FlowFilesSentLast5Minutes": {
"metric": "FlowFilesSentLast5Minutes",
"pointInTime": false,
"temporal": true
},
"metrics/nifi/BytesSentLast5Minutes": {
"metric": "BytesSentLast5Minutes",
"pointInTime": false,
"temporal": true
},
"metrics/nifi/FlowFilesQueued": {
"metric": "FlowFilesQueued",
"pointInTime": false,
"temporal": true
},
"metrics/nifi/BytesQueued": {
"metric": "BytesQueued",
"pointInTime": false,
"temporal": true
},
"metrics/nifi/BytesReadLast5Minutes": {
"metric": "BytesReadLast5Minutes",
"pointInTime": false,
"temporal": true
},
"metrics/nifi/BytesWrittenLast5Minutes": {
"metric": "BytesWrittenLast5Minutes",
"pointInTime": false,
"temporal": true
},
"metrics/nifi/ActiveThreads": {
"metric": "ActiveThreads",
"pointInTime": false,
"temporal": true
},
"metrics/nifi/TotalTaskDurationSeconds": {
"metric": "TotalTaskDurationSeconds",
"pointInTime": false,
"temporal": true
},
"metrics/jvm/uptime": {
"metric": "jvm.uptime",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/heap_used": {
"metric": "jvm.heap_used",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/heap_usage": {
"metric": "jvm.heap_usage",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/non_heap_usage": {
"metric": "jvm.non_heap_usage",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/thread_states/runnable": {
"metric": "jvm.thread_states.runnable",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/thread_states/blocked": {
"metric": "jvm.thread_states.blocked",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/thread_states/timed_waiting": {
"metric": "jvm.thread_states.timed_waiting",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/thread_states/terminated": {
"metric": "jvm.thread_states.terminated",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/thread_count": {
"metric": "jvm.thread_count",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/daemon_thread_count": {
"metric": "jvm.daemon_thread_count",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/file_descriptor_usage": {
"metric": "jvm.file_descriptor_usage",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/gc/runs/$1": {
"metric": "jvm.gc.runs.(\\w+)",
"pointInTime": true,
"temporal": true
},
"metrics/jvm/gc/time/$1": {
"metric": "jvm.gc.time.(\\w+)",
"pointInTime": true,
"temporal": true
}
}
}
}]
}
}