agent-substrate / agent-substrate/substrate

Default OTLP endpoint points at an addon namespace that usually does not exist

未關閉
#1,258 4 則留言 0 個 reaction 已指派 1 人 已被 @JeffLuoo 認領 在 GitHub 檢視
area/observability kind/bug prio/P0
主要語言
Go
星號
1.8k
分支
316
平均合併
2 天 43 分鐘
30 天內合併 PR
287

描述

Default OTLP endpoint points at an addon namespace that usually does not exist

manifests/ate-install/ate-otel-config.yaml defaults to http://opentelemetry-collector.gke-managed-otel.svc.cluster.local:4317. On any cluster without GKE's managed OTel addon enabled - the default gke-managed-otel namespace does not exist, so every component fails to resolve the collector once a minute, forever, and telemetry is silently dead. It presents as a networking fault rather than a missing dependency.

The installer rewrites the ConfigMap, so patching it after install is silently reverted. The override has to go in at install time via ATE_OTLP_ENDPOINT, which hack/install-ate.sh already honours.

Ask: default to no exporter, or make the install refuse when the endpoint's namespace is absent.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。