Skip to content

Commit 4d7188c

Browse files
committed
Generate assets
1 parent 3c9e370 commit 4d7188c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/control-plane/service-monitor-kubelet.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,16 @@ spec:
6666
sourceLabels:
6767
- __name__
6868
- 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);;
69+
regex: (container_spec_.*|container_file_descriptors|container_sockets|container_threads_max|container_threads|container_start_time_seconds|container_last_seen);;
7070
sourceLabels:
7171
- __name__
7272
- pod
7373
- namespace
74+
- action: drop
75+
regex: (container_fs_.*|container_blkio_device_usage_total);.+
76+
sourceLabels:
77+
- __name__
78+
- container
7479
- action: drop
7580
regex: container_memory_failures_total
7681
sourceLabels:

0 commit comments

Comments
 (0)