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 ad711b7 commit f941acf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/adot/templates/adot-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ adotCollector:
source_labels:
- resource
target_label: Resource
- action: replace
source_labels:
- status
target_label: Status
- action: replace
source_labels:
- condition
Expand Down Expand Up @@ -159,6 +163,7 @@ adotCollector:
- dimensions:
- - Node
- Condition
- Status
metric_name_selectors:
- kube_node_status_condition
namespace: ContainerInsights
Expand Down

0 comments on commit f941acf

Please sign in to comment.