Skip to content

Commit

Permalink
fix(prometheus): typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Feb 21, 2024
1 parent db4aa12 commit 91b1312
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ kube-prometheus-stack:
- action: replace
replacement: portefaix-k3s-homelab
targetLabel: cluster
metric_relabel_configs:
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:
Expand Down Expand Up @@ -198,7 +198,7 @@ kube-prometheus-stack:
- action: replace
replacement: portefaix-k3s-homelab
targetLabel: cluster
metric_relabel_configs:
metricRelabelings:
- action: drop
regex: "etcd_request_duration_seconds_bucket"
source_labels:
Expand Down

0 comments on commit 91b1312

Please sign in to comment.