-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
metadata.yaml
519 lines (459 loc) · 14.6 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
type: k8s_cluster
status:
class: receiver
stability:
beta: [metrics]
development: [logs]
distributions: [contrib, splunk, observiq, sumo, liatrio]
codeowners:
active: [dmitryax, TylerHelmuth, povilasv]
sem_conv_version: 1.18.0
resource_attributes:
k8s.namespace.uid:
description: The k8s namespace uid.
type: string
enabled: true
k8s.namespace.name:
description: The k8s namespace name.
type: string
enabled: true
k8s.node.uid:
description: The k8s node uid.
type: string
enabled: true
k8s.node.name:
description: The k8s node name.
type: string
enabled: true
container.id:
description: The container id.
type: string
enabled: true
container.image.name:
description: The container image name
type: string
enabled: true
container.image.tag:
description: The container image tag
type: string
enabled: true
k8s.container.name:
description: The k8s container name
type: string
enabled: true
k8s.pod.name:
description: The k8s pod name.
type: string
enabled: true
k8s.pod.uid:
description: The k8s pod uid.
type: string
enabled: true
k8s.pod.qos_class:
description: "The k8s pod qos class name. One of Guaranteed, Burstable, BestEffort."
type: string
enabled: false
k8s.replicaset.name:
description: The k8s replicaset name
type: string
enabled: true
k8s.replicaset.uid:
description: The k8s replicaset uid
type: string
enabled: true
k8s.replicationcontroller.name:
description: The k8s replicationcontroller name.
type: string
enabled: true
k8s.replicationcontroller.uid:
description: The k8s replicationcontroller uid.
type: string
enabled: true
k8s.resourcequota.uid:
description: The k8s resourcequota uid.
type: string
enabled: true
k8s.resourcequota.name:
description: The k8s resourcequota name.
type: string
enabled: true
k8s.statefulset.uid:
description: The k8s statefulset uid.
type: string
enabled: true
k8s.statefulset.name:
description: The k8s statefulset name.
type: string
enabled: true
k8s.deployment.uid:
description: The UID of the Deployment.
type: string
enabled: true
k8s.deployment.name:
description: The name of the Deployment.
type: string
enabled: true
k8s.cronjob.uid:
description: The k8s CronJob uid.
type: string
enabled: true
k8s.cronjob.name:
description: The k8s CronJob name
type: string
enabled: true
k8s.daemonset.name:
description: The k8s daemonset name.
type: string
enabled: true
k8s.daemonset.uid:
description: The k8s daemonset uid.
type: string
enabled: true
k8s.hpa.uid:
description: The k8s hpa uid.
type: string
enabled: true
k8s.hpa.name:
description: The k8s hpa name.
type: string
enabled: true
k8s.job.name:
description: The k8s pod name.
type: string
enabled: true
k8s.job.uid:
description: The k8s job uid.
type: string
enabled: true
k8s.kubelet.version:
description: The version of Kubelet running on the node.
type: string
enabled: false
container.runtime:
description: The container runtime used by Kubernetes Node.
type: string
enabled: false
container.runtime.version:
description: The version of container runtime used by Kubernetes Node.
type: string
enabled: false
os.description:
description: The os description used by Kubernetes Node.
type: string
enabled: false
os.type:
description: The os type used by Kubernetes Node.
type: string
enabled: false
k8s.kubeproxy.version:
description: The version of Kube Proxy running on the node.
type: string
enabled: false
warnings:
if_configured: k8s.kubeproxy.version resource attribute is deprecated and will be removed soon.
openshift.clusterquota.uid:
description: The k8s ClusterResourceQuota uid.
type: string
enabled: true
openshift.clusterquota.name:
description: The k8s ClusterResourceQuota name.
type: string
enabled: true
attributes:
k8s.namespace.name:
description: The k8s namespace name.
type: string
enabled: true
resource:
description: the name of the resource on which the quota is applied
type: string
enabled: true
condition:
description: "the name of Kubernetes Node condition. Example: Ready, Memory, PID, DiskPressure"
type: string
enabled: true
metrics:
k8s.container.cpu_request:
enabled: true
description: Resource requested for the container. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#resourcerequirements-v1-core for details
unit: "{cpu}"
gauge:
value_type: double
k8s.container.cpu_limit:
enabled: true
description: Maximum resource limit set for the container. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#resourcerequirements-v1-core for details
unit: "{cpu}"
gauge:
value_type: double
k8s.container.memory_request:
enabled: true
description: Resource requested for the container. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#resourcerequirements-v1-core for details
unit: "By"
gauge:
value_type: int
k8s.container.memory_limit:
enabled: true
description: Maximum resource limit set for the container. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#resourcerequirements-v1-core for details
unit: "By"
gauge:
value_type: int
k8s.container.storage_request:
enabled: true
description: Resource requested for the container. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#resourcerequirements-v1-core for details
unit: "By"
gauge:
value_type: int
k8s.container.storage_limit:
enabled: true
description: Maximum resource limit set for the container. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#resourcerequirements-v1-core for details
unit: "By"
gauge:
value_type: int
k8s.container.ephemeralstorage_request:
enabled: true
description: Resource requested for the container. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#resourcerequirements-v1-core for details
unit: "By"
gauge:
value_type: int
k8s.container.ephemeralstorage_limit:
enabled: true
description: Maximum resource limit set for the container. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#resourcerequirements-v1-core for details
unit: "By"
gauge:
value_type: int
k8s.container.restarts:
enabled: true
description: How many times the container has restarted in the recent past. This value is pulled directly from the K8s API and the value can go indefinitely high and be reset to 0 at any time depending on how your kubelet is configured to prune dead containers. It is best to not depend too much on the exact value but rather look at it as either == 0, in which case you can conclude there were no restarts in the recent past, or > 0, in which case you can conclude there were restarts in the recent past, and not try and analyze the value beyond that.
unit: "{restart}"
gauge:
value_type: int
k8s.container.ready:
enabled: true
description: Whether a container has passed its readiness probe (0 for no, 1 for yes)
unit: ""
gauge:
value_type: int
k8s.pod.phase:
enabled: true
description: Current phase of the pod (1 - Pending, 2 - Running, 3 - Succeeded, 4 - Failed, 5 - Unknown)
unit: ""
gauge:
value_type: int
k8s.pod.status_reason:
enabled: false
description: Current status reason of the pod (1 - Evicted, 2 - NodeAffinity, 3 - NodeLost, 4 - Shutdown, 5 - UnexpectedAdmissionError, 6 - Unknown)
unit: ""
gauge:
value_type: int
k8s.deployment.desired:
enabled: true
description: Number of desired pods in this deployment
unit: "{pod}"
gauge:
value_type: int
k8s.deployment.available:
enabled: true
description: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment
unit: "{pod}"
gauge:
value_type: int
k8s.cronjob.active_jobs:
enabled: true
description: The number of actively running jobs for a cronjob
unit: "{job}"
gauge:
value_type: int
k8s.daemonset.current_scheduled_nodes:
enabled: true
description: Number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod
unit: "{node}"
gauge:
value_type: int
k8s.daemonset.desired_scheduled_nodes:
enabled: true
description: Number of nodes that should be running the daemon pod (including nodes currently running the daemon pod)
unit: "{node}"
gauge:
value_type: int
k8s.daemonset.misscheduled_nodes:
enabled: true
description: Number of nodes that are running the daemon pod, but are not supposed to run the daemon pod
unit: "{node}"
gauge:
value_type: int
k8s.daemonset.ready_nodes:
enabled: true
description: Number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready
unit: "{node}"
gauge:
value_type: int
k8s.hpa.max_replicas:
enabled: true
description: Maximum number of replicas to which the autoscaler can scale up.
unit: "{pod}"
gauge:
value_type: int
k8s.hpa.min_replicas:
enabled: true
description: Minimum number of replicas to which the autoscaler can scale up.
unit: "{pod}"
gauge:
value_type: int
k8s.hpa.current_replicas:
enabled: true
description: Current number of pod replicas managed by this autoscaler.
unit: "{pod}"
gauge:
value_type: int
k8s.hpa.desired_replicas:
enabled: true
description: Desired number of pod replicas managed by this autoscaler.
unit: "{pod}"
gauge:
value_type: int
k8s.job.active_pods:
enabled: true
description: The number of actively running pods for a job
unit: "{pod}"
gauge:
value_type: int
k8s.job.desired_successful_pods:
enabled: true
description: The desired number of successfully finished pods the job should be run with
unit: "{pod}"
gauge:
value_type: int
k8s.job.failed_pods:
enabled: true
description: The number of pods which reached phase Failed for a job
unit: "{pod}"
gauge:
value_type: int
k8s.job.max_parallel_pods:
enabled: true
description: The max desired number of pods the job should run at any given time
unit: "{pod}"
gauge:
value_type: int
k8s.job.successful_pods:
enabled: true
description: The number of pods which reached phase Succeeded for a job
unit: "{pod}"
gauge:
value_type: int
k8s.namespace.phase:
enabled: true
description: The current phase of namespaces (1 for active and 0 for terminating)
unit: ""
gauge:
value_type: int
k8s.replicaset.desired:
enabled: true
description: Number of desired pods in this replicaset
unit: "{pod}"
gauge:
value_type: int
k8s.replicaset.available:
enabled: true
description: Total number of available pods (ready for at least minReadySeconds) targeted by this replicaset
unit: "{pod}"
gauge:
value_type: int
k8s.replication_controller.desired:
enabled: true
description: Number of desired pods in this replication_controller
unit: "{pod}"
gauge:
value_type: int
k8s.replication_controller.available:
enabled: true
description: Total number of available pods (ready for at least minReadySeconds) targeted by this replication_controller
unit: "{pod}"
gauge:
value_type: int
k8s.resource_quota.hard_limit:
enabled: true
description: The upper limit for a particular resource in a specific namespace. Will only be sent if a quota is specified. CPU requests/limits will be sent as millicores
unit: "{resource}"
gauge:
value_type: int
attributes:
- resource
k8s.resource_quota.used:
enabled: true
description: The usage for a particular resource in a specific namespace. Will only be sent if a quota is specified. CPU requests/limits will be sent as millicores
unit: "{resource}"
gauge:
value_type: int
attributes:
- resource
k8s.statefulset.desired_pods:
enabled: true
description: Number of desired pods in the stateful set (the `spec.replicas` field)
unit: "{pod}"
gauge:
value_type: int
k8s.statefulset.ready_pods:
enabled: true
description: Number of pods created by the stateful set that have the `Ready` condition
unit: "{pod}"
gauge:
value_type: int
k8s.statefulset.current_pods:
enabled: true
description: The number of pods created by the StatefulSet controller from the StatefulSet version
unit: "{pod}"
gauge:
value_type: int
k8s.statefulset.updated_pods:
enabled: true
description: Number of pods created by the StatefulSet controller from the StatefulSet version
unit: "{pod}"
gauge:
value_type: int
openshift.clusterquota.limit:
enabled: true
description: The configured upper limit for a particular resource.
unit: "{resource}"
gauge:
value_type: int
attributes:
- resource
openshift.clusterquota.used:
enabled: true
description: The usage for a particular resource with a configured limit.
unit: "{resource}"
gauge:
value_type: int
attributes:
- resource
openshift.appliedclusterquota.limit:
enabled: true
description: The upper limit for a particular resource in a specific namespace.
unit: "{resource}"
gauge:
value_type: int
attributes:
- k8s.namespace.name
- resource
openshift.appliedclusterquota.used:
enabled: true
description: The usage for a particular resource in a specific namespace.
unit: "{resource}"
gauge:
value_type: int
attributes:
- k8s.namespace.name
- resource
k8s.node.condition:
enabled: false
description: The condition of a particular Node.
unit: "{condition}"
gauge:
value_type: int
attributes:
- condition
# k8s.node.condition_* metrics (k8s.node.condition_ready, k8s.node.condition_memory_pressure, etc) are controlled
# by node_conditions_to_report config option. By default, only k8s.node.condition_ready is enabled.
# k8s.node.allocatable_* metrics (k8s.node.allocatable_cpu, k8s.node.allocatable_memory, etc) are controlled
# by allocatable_types_to_report config option. By default, none of them are reported.