From ccc6d5e415067d91a293b8a12f7043ebc8004c98 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 27 May 2026 11:53:39 +0300 Subject: [PATCH] Fix WB Grafana datasource and OpenObserve logs endpoint --- .../infrastructure/patches/opentelemetry-collector.yaml | 2 +- clusters/wb/infrastructure/patches/prometheus-stack.yaml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/clusters/wb/infrastructure/patches/opentelemetry-collector.yaml b/clusters/wb/infrastructure/patches/opentelemetry-collector.yaml index 8ebb15d..79db690 100644 --- a/clusters/wb/infrastructure/patches/opentelemetry-collector.yaml +++ b/clusters/wb/infrastructure/patches/opentelemetry-collector.yaml @@ -42,7 +42,7 @@ spec: k8sattributes: {} exporters: otlphttp/openobserve: - endpoint: http://openobserve.openobserve.svc.cluster.local:5080/api/default + endpoint: http://openobserve-web.openobserve.svc.cluster.local:5080/api/default headers: Authorization: Basic ${env:OPENOBSERVE_BASIC_AUTH} tls: diff --git a/clusters/wb/infrastructure/patches/prometheus-stack.yaml b/clusters/wb/infrastructure/patches/prometheus-stack.yaml index b355290..28cccfe 100644 --- a/clusters/wb/infrastructure/patches/prometheus-stack.yaml +++ b/clusters/wb/infrastructure/patches/prometheus-stack.yaml @@ -65,9 +65,8 @@ spec: labelValue: "1" datasources: enabled: true - additionalDataSources: - - name: VictoriaMetrics - type: prometheus - access: proxy - isDefault: true + defaultDatasourceEnabled: true + isDefaultDatasource: true + name: VictoriaMetrics + uid: vm url: http://vmsingle-vmstack.vmstack.svc.cluster.local:8428