File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
modules/eks-monitoring/otel-config/templates Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1527,7 +1527,7 @@ spec:
15271527 authenticator: sigv4auth
15281528 resource_to_telemetry_conversion:
15291529 enabled: true
1530- logging :
1530+ debug :
15311531 verbosity: {{ .Values.adotLoglevel }}
15321532 extensions:
15331533 sigv4auth:
@@ -1539,6 +1539,7 @@ spec:
15391539 sts_region: {{ .Values.region }}
15401540 {{ end }}
15411541 health_check:
1542+ endpoint: 0.0.0.0:13133
15421543 pprof:
15431544 endpoint: :1888
15441545 zpages:
@@ -1569,7 +1570,7 @@ spec:
15691570 metrics:
15701571 receivers: [prometheus, otlp]
15711572 processors: [batch/metrics, attributes/metrics]
1572- exporters: [logging , prometheusremotewrite]
1573+ exporters: [debug , prometheusremotewrite]
15731574 {{ if .Values.enableAdotcollectorMetrics }}
15741575 metrics/1:
15751576 receivers: [prometheus/1]
@@ -1580,7 +1581,7 @@ spec:
15801581 traces:
15811582 receivers: [otlp]
15821583 processors: [batch/traces]
1583- exporters: [logging , awsxray]
1584+ exporters: [debug , awsxray]
15841585 {{ end }}
15851586 {{ if .Values.enableAdotcollectorMetrics }}
15861587 telemetry:
You can’t perform that action at this time.
0 commit comments