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:
1527
1527
authenticator: sigv4auth
1528
1528
resource_to_telemetry_conversion:
1529
1529
enabled: true
1530
- logging :
1530
+ debug :
1531
1531
verbosity: {{ .Values.adotLoglevel }}
1532
1532
extensions:
1533
1533
sigv4auth:
@@ -1539,6 +1539,7 @@ spec:
1539
1539
sts_region: {{ .Values.region }}
1540
1540
{{ end }}
1541
1541
health_check:
1542
+ endpoint: 0.0.0.0:13133
1542
1543
pprof:
1543
1544
endpoint: :1888
1544
1545
zpages:
@@ -1569,7 +1570,7 @@ spec:
1569
1570
metrics:
1570
1571
receivers: [prometheus, otlp]
1571
1572
processors: [batch/metrics, attributes/metrics]
1572
- exporters: [logging , prometheusremotewrite]
1573
+ exporters: [debug , prometheusremotewrite]
1573
1574
{{ if .Values.enableAdotcollectorMetrics }}
1574
1575
metrics/1:
1575
1576
receivers: [prometheus/1]
@@ -1580,7 +1581,7 @@ spec:
1580
1581
traces:
1581
1582
receivers: [otlp]
1582
1583
processors: [batch/traces]
1583
- exporters: [logging , awsxray]
1584
+ exporters: [debug , awsxray]
1584
1585
{{ end }}
1585
1586
{{ if .Values.enableAdotcollectorMetrics }}
1586
1587
telemetry:
You can’t perform that action at this time.
0 commit comments