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 cee562e commit 7ad6264
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/adot/templates/adot-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ adotCollector:
source_labels:
- condition
regex: (Ready)
- action: keep
source_labels:
- resource
regex: (pods)
- action: keep
source_labels:
- status
Expand All @@ -81,6 +85,10 @@ adotCollector:
source_labels:
- node
target_label: Node
- action: replace
source_labels:
- resource
target_label: Resource
- action: replace
source_labels:
- status
Expand Down

0 comments on commit 7ad6264

Please sign in to comment.