Skip to content

Commit 5640c7d

Browse files
ironcladlouretroflexer
authored andcommitted
Bug 1881082: remove erroneously specified label drop rules
This patch removes Prometheus label drop rules which were erroneously carried over from etcd or the apiserver. These rules caused debugging metrics exposed by the operator to be inadvertently dropped.
1 parent c47cc41 commit 5640c7d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

manifests/0000_90_etcd-operator_03_servicemonitor.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ spec:
77
endpoints:
88
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
99
interval: 30s
10-
metricRelabelings:
11-
- action: drop
12-
regex: etcd_(debugging|disk|request|server).*
13-
sourceLabels:
14-
- __name__
15-
- action: drop
16-
regex: etcd_(helper_cache_hit_count|helper_cache_miss_count|helper_cache_entry_count|request_cache_get_latencies_summary|request_cache_add_latencies_summary|request_latencies_summary)
17-
sourceLabels:
18-
- __name__
1910
port: https
2011
scheme: https
2112
tlsConfig:

0 commit comments

Comments
 (0)