We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9e370 commit 4d7188cCopy full SHA for 4d7188c
assets/control-plane/service-monitor-kubelet.yaml
@@ -66,11 +66,16 @@ spec:
66
sourceLabels:
67
- __name__
68
- action: drop
69
- regex: (container_fs_.*|container_spec_.*|container_blkio_device_usage_total|container_file_descriptors|container_sockets|container_threads_max|container_threads|container_start_time_seconds|container_last_seen);;
+ regex: (container_spec_.*|container_file_descriptors|container_sockets|container_threads_max|container_threads|container_start_time_seconds|container_last_seen);;
70
71
72
- pod
73
- namespace
74
+ - action: drop
75
+ regex: (container_fs_.*|container_blkio_device_usage_total);.+
76
+ sourceLabels:
77
+ - __name__
78
+ - container
79
80
regex: container_memory_failures_total
81
0 commit comments