Skip to content

Commit

Permalink
fix(DMVP-3107): Revert adot config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian committed Nov 30, 2023
1 parent 003b8fe commit aea40b9
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions modules/adot/templates/adot-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ adotCollector:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
prometheus/node:
config:
global:
scrape_interval: 60s
Expand Down Expand Up @@ -208,16 +207,6 @@ adotCollector:
%{ for value in prometheus_metrics }
- ${value}
%{ endfor ~}
- dimensions:
- - Node
- Resource
metric_name_selectors:
- kube_node_status_capacity
- dimensions:
- - Condition
- Status
metric_name_selectors:
- kube_node_status_condition
namespace: ContainerInsights
parse_json_encoded_attr_values:
- Sources
Expand Down Expand Up @@ -298,7 +287,7 @@ adotCollector:
service:
pipelines:
metrics/awsemf_prometheus:
receivers: ["prometheus","prometheus/node"]
receivers: ["prometheus"]
processors: ["resource/set_attributes"]
exporters: ["awsemf/prometheus"]
metrics/awsemf_namespace_specific:
Expand Down

0 comments on commit aea40b9

Please sign in to comment.