From c133447ea63858180bcbda1df4e861059ce5feee Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Mon, 22 Jun 2026 19:17:04 +0200 Subject: [PATCH] chore(htwg-1): disable OTEL SDK to stop Grafana export noise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sets OTEL_SDK_DISABLED=true in htwg-1-prod overlay so the OTel SDK never initializes — eliminates export attempts to Grafana Alloy. Co-Authored-By: Claude Sonnet 4.6 --- nowchess/htwg-1-prod/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nowchess/htwg-1-prod/kustomization.yaml b/nowchess/htwg-1-prod/kustomization.yaml index d369c59..1894a56 100755 --- a/nowchess/htwg-1-prod/kustomization.yaml +++ b/nowchess/htwg-1-prod/kustomization.yaml @@ -16,6 +16,7 @@ patches: NOWCHESS_COORDINATOR_ENABLED: "false" REDIS_PREFIX: nowchess QUARKUS_LOG_LEVEL: "WARN" + OTEL_SDK_DISABLED: "true" target: kind: ConfigMap name: nowchess-env-config