@@ -16,9 +16,9 @@ metrics:
16
16
17
17
The number of checkpoints completed or failed.
18
18
19
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
20
- | ---- | ----------- | ---------- | ----------------------- | --------- |
21
- | {checkpoints} | Sum | Int | Cumulative | true |
19
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
20
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
21
+ | {checkpoints} | Sum | Int | Cumulative | true | development |
22
22
23
23
#### Attributes
24
24
@@ -30,65 +30,65 @@ The number of checkpoints completed or failed.
30
30
31
31
The number of checkpoints in progress.
32
32
33
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
34
- | ---- | ----------- | ---------- | ----------------------- | --------- |
35
- | {checkpoints} | Sum | Int | Cumulative | false |
33
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
34
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
35
+ | {checkpoints} | Sum | Int | Cumulative | false | development |
36
36
37
37
### flink.job.last_checkpoint.size
38
38
39
39
The total size of the last checkpoint.
40
40
41
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
42
- | ---- | ----------- | ---------- | ----------------------- | --------- |
43
- | By | Sum | Int | Cumulative | false |
41
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
42
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
43
+ | By | Sum | Int | Cumulative | false | development |
44
44
45
45
### flink.job.last_checkpoint.time
46
46
47
47
The end to end duration of the last checkpoint.
48
48
49
- | Unit | Metric Type | Value Type |
50
- | ---- | ----------- | ---------- |
51
- | ms | Gauge | Int |
49
+ | Unit | Metric Type | Value Type | Stability |
50
+ | ---- | ----------- | ---------- | --------- |
51
+ | ms | Gauge | Int | development |
52
52
53
53
### flink.job.restart.count
54
54
55
55
The total number of restarts since this job was submitted, including full restarts and fine-grained restarts.
56
56
57
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
58
- | ---- | ----------- | ---------- | ----------------------- | --------- |
59
- | {restarts} | Sum | Int | Cumulative | true |
57
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
58
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
59
+ | {restarts} | Sum | Int | Cumulative | true | development |
60
60
61
61
### flink.jvm.class_loader.classes_loaded
62
62
63
63
The total number of classes loaded since the start of the JVM.
64
64
65
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
66
- | ---- | ----------- | ---------- | ----------------------- | --------- |
67
- | {classes} | Sum | Int | Cumulative | true |
65
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
66
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
67
+ | {classes} | Sum | Int | Cumulative | true | development |
68
68
69
69
### flink.jvm.cpu.load
70
70
71
71
The CPU usage of the JVM for a jobmanager or taskmanager.
72
72
73
- | Unit | Metric Type | Value Type |
74
- | ---- | ----------- | ---------- |
75
- | % | Gauge | Double |
73
+ | Unit | Metric Type | Value Type | Stability |
74
+ | ---- | ----------- | ---------- | --------- |
75
+ | % | Gauge | Double | development |
76
76
77
77
### flink.jvm.cpu.time
78
78
79
79
The CPU time used by the JVM for a jobmanager or taskmanager.
80
80
81
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
82
- | ---- | ----------- | ---------- | ----------------------- | --------- |
83
- | ns | Sum | Int | Cumulative | true |
81
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
82
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
83
+ | ns | Sum | Int | Cumulative | true | development |
84
84
85
85
### flink.jvm.gc.collections.count
86
86
87
87
The total number of collections that have occurred.
88
88
89
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
90
- | ---- | ----------- | ---------- | ----------------------- | --------- |
91
- | {collections} | Sum | Int | Cumulative | true |
89
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
90
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
91
+ | {collections} | Sum | Int | Cumulative | true | development |
92
92
93
93
#### Attributes
94
94
@@ -100,9 +100,9 @@ The total number of collections that have occurred.
100
100
101
101
The total time spent performing garbage collection.
102
102
103
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
104
- | ---- | ----------- | ---------- | ----------------------- | --------- |
105
- | ms | Sum | Int | Cumulative | true |
103
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
104
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
105
+ | ms | Sum | Int | Cumulative | true | development |
106
106
107
107
#### Attributes
108
108
@@ -114,137 +114,137 @@ The total time spent performing garbage collection.
114
114
115
115
The total capacity of all buffers in the direct buffer pool.
116
116
117
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
118
- | ---- | ----------- | ---------- | ----------------------- | --------- |
119
- | By | Sum | Int | Cumulative | false |
117
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
118
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
119
+ | By | Sum | Int | Cumulative | false | development |
120
120
121
121
### flink.jvm.memory.direct.used
122
122
123
123
The amount of memory used by the JVM for the direct buffer pool.
124
124
125
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
126
- | ---- | ----------- | ---------- | ----------------------- | --------- |
127
- | By | Sum | Int | Cumulative | false |
125
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
126
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
127
+ | By | Sum | Int | Cumulative | false | development |
128
128
129
129
### flink.jvm.memory.heap.committed
130
130
131
131
The amount of heap memory guaranteed to be available to the JVM.
132
132
133
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
134
- | ---- | ----------- | ---------- | ----------------------- | --------- |
135
- | By | Sum | Int | Cumulative | false |
133
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
134
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
135
+ | By | Sum | Int | Cumulative | false | development |
136
136
137
137
### flink.jvm.memory.heap.max
138
138
139
139
The maximum amount of heap memory that can be used for memory management.
140
140
141
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
142
- | ---- | ----------- | ---------- | ----------------------- | --------- |
143
- | By | Sum | Int | Cumulative | false |
141
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
142
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
143
+ | By | Sum | Int | Cumulative | false | development |
144
144
145
145
### flink.jvm.memory.heap.used
146
146
147
147
The amount of heap memory currently used.
148
148
149
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
150
- | ---- | ----------- | ---------- | ----------------------- | --------- |
151
- | By | Sum | Int | Cumulative | false |
149
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
150
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
151
+ | By | Sum | Int | Cumulative | false | development |
152
152
153
153
### flink.jvm.memory.mapped.total_capacity
154
154
155
155
The number of buffers in the mapped buffer pool.
156
156
157
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
158
- | ---- | ----------- | ---------- | ----------------------- | --------- |
159
- | By | Sum | Int | Cumulative | false |
157
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
158
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
159
+ | By | Sum | Int | Cumulative | false | development |
160
160
161
161
### flink.jvm.memory.mapped.used
162
162
163
163
The amount of memory used by the JVM for the mapped buffer pool.
164
164
165
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
166
- | ---- | ----------- | ---------- | ----------------------- | --------- |
167
- | By | Sum | Int | Cumulative | false |
165
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
166
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
167
+ | By | Sum | Int | Cumulative | false | development |
168
168
169
169
### flink.jvm.memory.metaspace.committed
170
170
171
171
The amount of memory guaranteed to be available to the JVM in the Metaspace memory pool.
172
172
173
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
174
- | ---- | ----------- | ---------- | ----------------------- | --------- |
175
- | By | Sum | Int | Cumulative | false |
173
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
174
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
175
+ | By | Sum | Int | Cumulative | false | development |
176
176
177
177
### flink.jvm.memory.metaspace.max
178
178
179
179
The maximum amount of memory that can be used in the Metaspace memory pool.
180
180
181
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
182
- | ---- | ----------- | ---------- | ----------------------- | --------- |
183
- | By | Sum | Int | Cumulative | false |
181
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
182
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
183
+ | By | Sum | Int | Cumulative | false | development |
184
184
185
185
### flink.jvm.memory.metaspace.used
186
186
187
187
The amount of memory currently used in the Metaspace memory pool.
188
188
189
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
190
- | ---- | ----------- | ---------- | ----------------------- | --------- |
191
- | By | Sum | Int | Cumulative | false |
189
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
190
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
191
+ | By | Sum | Int | Cumulative | false | development |
192
192
193
193
### flink.jvm.memory.nonheap.committed
194
194
195
195
The amount of non-heap memory guaranteed to be available to the JVM.
196
196
197
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
198
- | ---- | ----------- | ---------- | ----------------------- | --------- |
199
- | By | Sum | Int | Cumulative | false |
197
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
198
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
199
+ | By | Sum | Int | Cumulative | false | development |
200
200
201
201
### flink.jvm.memory.nonheap.max
202
202
203
203
The maximum amount of non-heap memory that can be used for memory management.
204
204
205
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
206
- | ---- | ----------- | ---------- | ----------------------- | --------- |
207
- | By | Sum | Int | Cumulative | false |
205
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
206
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
207
+ | By | Sum | Int | Cumulative | false | development |
208
208
209
209
### flink.jvm.memory.nonheap.used
210
210
211
211
The amount of non-heap memory currently used.
212
212
213
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
214
- | ---- | ----------- | ---------- | ----------------------- | --------- |
215
- | By | Sum | Int | Cumulative | false |
213
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
214
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
215
+ | By | Sum | Int | Cumulative | false | development |
216
216
217
217
### flink.jvm.threads.count
218
218
219
219
The total number of live threads.
220
220
221
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
222
- | ---- | ----------- | ---------- | ----------------------- | --------- |
223
- | {threads} | Sum | Int | Cumulative | false |
221
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
222
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
223
+ | {threads} | Sum | Int | Cumulative | false | development |
224
224
225
225
### flink.memory.managed.total
226
226
227
227
The total amount of managed memory.
228
228
229
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
230
- | ---- | ----------- | ---------- | ----------------------- | --------- |
231
- | By | Sum | Int | Cumulative | false |
229
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
230
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
231
+ | By | Sum | Int | Cumulative | false | development |
232
232
233
233
### flink.memory.managed.used
234
234
235
235
The amount of managed memory currently used.
236
236
237
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
238
- | ---- | ----------- | ---------- | ----------------------- | --------- |
239
- | By | Sum | Int | Cumulative | false |
237
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
238
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
239
+ | By | Sum | Int | Cumulative | false | development |
240
240
241
241
### flink.operator.record.count
242
242
243
243
The number of records an operator has.
244
244
245
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
246
- | ---- | ----------- | ---------- | ----------------------- | --------- |
247
- | {records} | Sum | Int | Cumulative | true |
245
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
246
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
247
+ | {records} | Sum | Int | Cumulative | true | development |
248
248
249
249
#### Attributes
250
250
@@ -257,9 +257,9 @@ The number of records an operator has.
257
257
258
258
The last watermark this operator has emitted.
259
259
260
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
261
- | ---- | ----------- | ---------- | ----------------------- | --------- |
262
- | ms | Sum | Int | Cumulative | false |
260
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
261
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
262
+ | ms | Sum | Int | Cumulative | false | development |
263
263
264
264
#### Attributes
265
265
@@ -271,9 +271,9 @@ The last watermark this operator has emitted.
271
271
272
272
The number of records a task has.
273
273
274
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
275
- | ---- | ----------- | ---------- | ----------------------- | --------- |
276
- | {records} | Sum | Int | Cumulative | true |
274
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
275
+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
276
+ | {records} | Sum | Int | Cumulative | true | development |
277
277
278
278
#### Attributes
279
279
0 commit comments