-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
metadata.yaml
537 lines (531 loc) · 13.7 KB
/
metadata.yaml
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
type: kubeletstats
status:
class: receiver
stability:
beta: [metrics]
distributions: [contrib, k8s]
codeowners:
active: [dmitryax, TylerHelmuth, ChrsMark]
resource_attributes:
k8s.node.name:
description: "The name of the Node"
enabled: true
type: string
k8s.pod.uid:
description: "The UID of the Pod"
enabled: true
type: string
k8s.pod.name:
description: "The name of the Pod"
enabled: true
type: string
k8s.namespace.name:
description: "The name of the namespace that the pod is running in"
enabled: true
type: string
k8s.container.name:
description: "Container name used by container runtime"
enabled: true
type: string
container.id:
description: "Container id used to identify container"
enabled: true
type: string
k8s.volume.name:
description: "The name of the Volume"
enabled: true
type: string
k8s.volume.type:
description: "The type of the Volume"
enabled: true
type: string
k8s.persistentvolumeclaim.name:
description: "The name of the Persistent Volume Claim"
enabled: true
type: string
aws.volume.id:
description: "The id of the AWS Volume"
enabled: true
type: string
fs.type:
description: "The filesystem type of the Volume"
enabled: true
type: string
partition:
description: "The partition in the Volume"
enabled: true
type: string
gce.pd.name:
description: "The name of the persistent disk in GCE"
enabled: true
type: string
glusterfs.endpoints.name:
description: "The endpoint name that details Glusterfs topology"
enabled: true
type: string
glusterfs.path:
description: "Glusterfs volume path"
enabled: true
type: string
attributes:
interface:
description: Name of the network interface.
type: string
direction:
description: Direction of flow of bytes/operations (receive or transmit).
type: string
enum: [receive, transmit]
metrics:
k8s.node.cpu.usage:
enabled: false
description: "Total CPU usage (sum of all cores per second) averaged over the sample window"
unit: "{cpu}"
gauge:
value_type: double
attributes: []
k8s.node.cpu.utilization:
enabled: true
description: "Node CPU utilization"
warnings:
if_enabled: "This metric will be disabled in a future release. Use metric k8s.node.cpu.usage instead."
unit: "1"
gauge:
value_type: double
attributes: []
k8s.node.cpu.time:
enabled: true
description: "Total cumulative CPU time (sum of all cores) spent by the container/pod/node since its creation"
unit: s
sum:
value_type: double
monotonic: true
aggregation_temporality: cumulative
attributes: []
k8s.node.memory.available:
enabled: true
description: "Node memory available"
unit: By
gauge:
value_type: int
attributes: []
k8s.node.memory.usage:
enabled: true
description: "Node memory usage"
unit: By
gauge:
value_type: int
attributes: []
k8s.node.memory.rss:
enabled: true
description: "Node memory rss"
unit: By
gauge:
value_type: int
attributes: []
k8s.node.memory.working_set:
enabled: true
description: "Node memory working_set"
unit: By
gauge:
value_type: int
attributes: []
k8s.node.memory.page_faults:
enabled: true
description: "Node memory page_faults"
unit: "1"
gauge:
value_type: int
attributes: []
k8s.node.memory.major_page_faults:
enabled: true
description: "Node memory major_page_faults"
unit: "1"
gauge:
value_type: int
attributes: []
k8s.node.filesystem.available:
enabled: true
description: "Node filesystem available"
unit: By
gauge:
value_type: int
attributes: []
k8s.node.filesystem.capacity:
enabled: true
description: "Node filesystem capacity"
unit: By
gauge:
value_type: int
attributes: []
k8s.node.filesystem.usage:
enabled: true
description: "Node filesystem usage"
unit: By
gauge:
value_type: int
attributes: []
k8s.node.network.io:
enabled: true
description: "Node network IO"
unit: By
sum:
value_type: int
monotonic: true
aggregation_temporality: cumulative
attributes: ["interface", "direction"]
k8s.node.network.errors:
enabled: true
description: "Node network errors"
unit: "1"
sum:
value_type: int
monotonic: true
aggregation_temporality: cumulative
attributes: ["interface", "direction"]
k8s.node.uptime:
enabled: false
description: "The time since the node started"
unit: s
sum:
value_type: int
monotonic: true
aggregation_temporality: cumulative
attributes: []
k8s.pod.cpu.usage:
enabled: false
description: "Total CPU usage (sum of all cores per second) averaged over the sample window"
unit: "{cpu}"
gauge:
value_type: double
attributes: [ ]
k8s.pod.cpu.utilization:
enabled: true
description: "Pod CPU utilization"
warnings:
if_enabled: "This metric will be disabled in a future release. Use metric k8s.pod.cpu.usage instead."
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.pod.cpu.time:
enabled: true
description: "Total cumulative CPU time (sum of all cores) spent by the container/pod/node since its creation"
unit: s
sum:
value_type: double
monotonic: true
aggregation_temporality: cumulative
attributes: [ ]
k8s.pod.memory.available:
enabled: true
description: "Pod memory available"
unit: By
gauge:
value_type: int
attributes: []
k8s.pod.memory.usage:
enabled: true
description: "Pod memory usage"
unit: By
gauge:
value_type: int
attributes: []
k8s.pod.cpu.node.utilization:
enabled: false
description: "Pod cpu utilization as a ratio of the node's capacity"
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.pod.cpu_limit_utilization:
enabled: false
description: "Pod cpu utilization as a ratio of the pod's total container limits. If any container is missing a limit the metric is not emitted."
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.pod.cpu_request_utilization:
enabled: false
description: "Pod cpu utilization as a ratio of the pod's total container requests. If any container is missing a request the metric is not emitted."
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.pod.memory.node.utilization:
enabled: false
description: "Pod memory utilization as a ratio of the node's capacity"
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.pod.memory_limit_utilization:
enabled: false
description: "Pod memory utilization as a ratio of the pod's total container limits. If any container is missing a limit the metric is not emitted."
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.pod.memory_request_utilization:
enabled: false
description: "Pod memory utilization as a ratio of the pod's total container requests. If any container is missing a request the metric is not emitted."
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.pod.memory.rss:
enabled: true
description: "Pod memory rss"
unit: By
gauge:
value_type: int
attributes: []
k8s.pod.memory.working_set:
enabled: true
description: "Pod memory working_set"
unit: By
gauge:
value_type: int
attributes: []
k8s.pod.memory.page_faults:
enabled: true
description: "Pod memory page_faults"
unit: "1"
gauge:
value_type: int
attributes: []
k8s.pod.memory.major_page_faults:
enabled: true
description: "Pod memory major_page_faults"
unit: "1"
gauge:
value_type: int
attributes: []
k8s.pod.filesystem.available:
enabled: true
description: "Pod filesystem available"
unit: By
gauge:
value_type: int
attributes: []
k8s.pod.filesystem.capacity:
enabled: true
description: "Pod filesystem capacity"
unit: By
gauge:
value_type: int
attributes: []
k8s.pod.filesystem.usage:
enabled: true
description: "Pod filesystem usage"
unit: By
gauge:
value_type: int
attributes: []
k8s.pod.network.io:
enabled: true
description: "Pod network IO"
unit: By
sum:
value_type: int
monotonic: true
aggregation_temporality: cumulative
attributes: ["interface", "direction"]
k8s.pod.network.errors:
enabled: true
description: "Pod network errors"
unit: "1"
sum:
value_type: int
monotonic: true
aggregation_temporality: cumulative
attributes: ["interface", "direction"]
k8s.pod.uptime:
enabled: false
description: "The time since the pod started"
unit: s
sum:
value_type: int
monotonic: true
aggregation_temporality: cumulative
attributes: []
container.cpu.usage:
enabled: false
description: "Total CPU usage (sum of all cores per second) averaged over the sample window"
unit: "{cpu}"
gauge:
value_type: double
attributes: [ ]
container.cpu.utilization:
enabled: true
description: "Container CPU utilization"
warnings:
if_enabled: "This metric will be disabled in a future release. Use metric container.cpu.usage instead."
unit: "1"
gauge:
value_type: double
attributes: [ ]
container.cpu.time:
enabled: true
description: "Total cumulative CPU time (sum of all cores) spent by the container/pod/node since its creation"
unit: s
sum:
value_type: double
monotonic: true
aggregation_temporality: cumulative
attributes: [ ]
container.memory.available:
enabled: true
description: "Container memory available"
unit: By
gauge:
value_type: int
attributes: []
container.memory.usage:
enabled: true
description: "Container memory usage"
unit: By
gauge:
value_type: int
attributes: []
k8s.container.cpu.node.utilization:
enabled: false
description: "Container cpu utilization as a ratio of the node's capacity"
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.container.cpu_limit_utilization:
enabled: false
description: "Container cpu utilization as a ratio of the container's limits"
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.container.cpu_request_utilization:
enabled: false
description: "Container cpu utilization as a ratio of the container's requests"
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.container.memory.node.utilization:
enabled: false
description: "Container memory utilization as a ratio of the node's capacity"
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.container.memory_limit_utilization:
enabled: false
description: "Container memory utilization as a ratio of the container's limits"
unit: "1"
gauge:
value_type: double
attributes: [ ]
k8s.container.memory_request_utilization:
enabled: false
description: "Container memory utilization as a ratio of the container's requests"
unit: "1"
gauge:
value_type: double
attributes: [ ]
container.memory.rss:
enabled: true
description: "Container memory rss"
unit: By
gauge:
value_type: int
attributes: []
container.memory.working_set:
enabled: true
description: "Container memory working_set"
unit: By
gauge:
value_type: int
attributes: []
container.memory.page_faults:
enabled: true
description: "Container memory page_faults"
unit: "1"
gauge:
value_type: int
attributes: []
container.memory.major_page_faults:
enabled: true
description: "Container memory major_page_faults"
unit: "1"
gauge:
value_type: int
attributes: []
container.filesystem.available:
enabled: true
description: "Container filesystem available"
unit: By
gauge:
value_type: int
attributes: []
container.filesystem.capacity:
enabled: true
description: "Container filesystem capacity"
unit: By
gauge:
value_type: int
attributes: []
container.filesystem.usage:
enabled: true
description: "Container filesystem usage"
unit: By
gauge:
value_type: int
attributes: []
container.uptime:
enabled: false
description: "The time since the container started"
unit: s
sum:
value_type: int
monotonic: true
aggregation_temporality: cumulative
attributes: []
k8s.volume.available:
enabled: true
description: "The number of available bytes in the volume."
unit: By
gauge:
value_type: int
attributes: []
k8s.volume.capacity:
enabled: true
description: "The total capacity in bytes of the volume."
unit: By
gauge:
value_type: int
attributes: []
k8s.volume.inodes:
enabled: true
description: "The total inodes in the filesystem."
unit: "1"
gauge:
value_type: int
attributes: []
k8s.volume.inodes.free:
enabled: true
description: "The free inodes in the filesystem."
unit: "1"
gauge:
value_type: int
attributes: []
k8s.volume.inodes.used:
enabled: true
description: "The inodes used by the filesystem. This may not equal inodes - free because filesystem may share inodes with other filesystems."
unit: "1"
gauge:
value_type: int
attributes: []
tests:
config:
ca_file: "testdata/testcert.crt"
key_file: "testdata/testkey.key"
cert_file: "testdata/testcert.crt"
goleak:
skip: true