Created
September 18, 2019 18:01
-
-
Save caarlos0/55bac531a06ac5fe56eef3b073748384 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prometheus-operator: | |
kubelet: | |
serviceMonitor: | |
metricRelabelings: | |
- sourceLabels: ["__name__"] | |
regex: 'storage_operation.*' | |
action: drop | |
cAdvisorMetricRelabelings: | |
- sourceLabels: ["__name__"] | |
regex: '(container_network_tcp.*|container_network_udp.*|container_fs_.*|container_tasks_state.*|container_memory_failures_total|.*swap.*)' | |
action: drop | |
- regex: (id|endpoint|name) | |
action: labeldrop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment