From 5790ff9e1743a16fc71ee84de4eb950534deb470 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Wed, 21 Aug 2024 10:41:13 +0200 Subject: [PATCH] fix: add missing configuration setting --- hello-tracing-backend/config.yaml | 1 + hello-tracing-gateway/config.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/hello-tracing-backend/config.yaml b/hello-tracing-backend/config.yaml index a03c33f..f426e56 100644 --- a/hello-tracing-backend/config.yaml +++ b/hello-tracing-backend/config.yaml @@ -4,5 +4,6 @@ api: telemetry: tracing: + enabled: true service_name: "hello-tracing-backend" otlp_exporter_endpoint: "http://localhost:4317" diff --git a/hello-tracing-gateway/config.yaml b/hello-tracing-gateway/config.yaml index 427cb2e..e0ee665 100644 --- a/hello-tracing-gateway/config.yaml +++ b/hello-tracing-gateway/config.yaml @@ -7,5 +7,6 @@ api: telemetry: tracing: + enabled: true service_name: "hello-tracing-gateway" otlp_exporter_endpoint: "http://localhost:4317"