Skip to content

Commit

Permalink
fix(DMVP-3107): Add metric for node status
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian committed Nov 22, 2023
1 parent 9872dc9 commit 8053f6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/adot/templates/adot-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ adotCollector:
- regex: __meta_service_pod_label_(.+)
action: labelmap
metric_relabel_configs:
- action: keep
source_labels:
- namespace
regex: ${accept_namespace_regex}
- action: keep
source_labels:
- condition
regex: (Ready)
- action: keep
source_labels:
- namespace
regex: ${accept_namespace_regex}
- action: replace
source_labels:
- node
Expand Down

0 comments on commit 8053f6e

Please sign in to comment.