Skip to content

Commit

Permalink
feat(prometheus): remove metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Feb 22, 2024
1 parent 91b1312 commit 6d14e0f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ kube-prometheus-stack:
metricRelabelings:
- action: drop
regex: (apiserver_request_duration_seconds_bucket|apiserver_request_body_size_bytes_bucket|apiserver_response_sizes_bucket|apiserver_watch_events_sizes_bucket)
source_labels:
- "__name__"
source_labels: [__name__]

kubelet:
serviceMonitor:
Expand Down Expand Up @@ -201,8 +200,7 @@ kube-prometheus-stack:
metricRelabelings:
- action: drop
regex: "etcd_request_duration_seconds_bucket"
source_labels:
- __name__
source_labels: [__name__]

kubeScheduler:
endpoints:
Expand Down

0 comments on commit 6d14e0f

Please sign in to comment.