From 9e22743fc62cb940a8d4c10b0c4f14d248beb740 Mon Sep 17 00:00:00 2001 From: edinstance Date: Tue, 4 Nov 2025 00:05:48 +0000 Subject: [PATCH] fix: fixed router config --- router.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/router.yml b/router.yml index a0212a1..3f68a32 100644 --- a/router.yml +++ b/router.yml @@ -33,7 +33,7 @@ telemetry: service_name: "graphql-router" otlp: enabled: true - endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://otel-collector:4317} + endpoint: ${env.OTEL_EXPORTER_OTLP_ENDPOINT:-http://otel-collector:4317} protocol: grpc metrics: common: @@ -41,7 +41,7 @@ telemetry: service_name: "graphql-router" otlp: enabled: true - endpoint: ${OTEL_METRICS_EXPORTER_ENDPOINT:http://otel-collector:4317} + endpoint: ${env.OTEL_METRICS_EXPORTER_ENDPOINT:-http://otel-collector:4317} protocol: grpc logging: stdout: