Skip to content

Commit ae69292

Browse files
authored
Pin OTel Container Insights self-telemetry to level: none (#351)
1 parent fde13e5 commit ae69292

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

charts/amazon-cloudwatch-observability/templates/linux/_otel-container-insights-cluster-scraper-config.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,12 @@ exporters:
395395
authenticator: sigv4auth/cw_k8s_ci_v0_cwotel
396396

397397
service:
398+
# Pin internal self-telemetry off. Without this the collector falls back to its
399+
# built-in default (metrics level Normal + a Prometheus reader on localhost:8888),
400+
# which collides with the co-scheduled node DaemonSet agent on the node's :8888.
401+
telemetry:
402+
metrics:
403+
level: none
398404
extensions:
399405
- sigv4auth/cw_k8s_ci_v0_cwotel
400406
- nodemetadatacache/cw_k8s_ci_v0

charts/amazon-cloudwatch-observability/templates/linux/_otel-container-insights-config.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,12 @@ exporters:
827827
{{- end }}
828828

829829
service:
830+
# Pin internal self-telemetry off. Without this the collector falls back to its
831+
# built-in default (metrics level Normal + a Prometheus reader on localhost:8888),
832+
# which collides with the co-scheduled cluster-scraper on the node's :8888.
833+
telemetry:
834+
metrics:
835+
level: none
830836
extensions:
831837
- sigv4auth/cw_k8s_ci_v0_metrics_dest
832838
{{- if .Values.otelContainerInsights.logs.enabled }}

0 commit comments

Comments
 (0)