Skip to content

Commit

Permalink
update the labeling
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Aug 19, 2023
1 parent 0eb6c51 commit 31ce9a1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions deps/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ extraScrapeConfigs: |
server:
remoteWrite:
- write_relabel_configs:
# KEDA metrics used during tests
# KEDA metrics used during tests and Container usage metrics
- source_labels: [__name__]
regex: "keda_internal_scale_loop_latency|keda_resource_totals"
regex: "keda_internal_scale_loop_latency|keda_resource_totals|^container_.*"
action: keep
# Container usage metrics
- source_labels: [__name__]
regex: "^container_.*"
action: keep

0 comments on commit 31ce9a1

Please sign in to comment.