From 7b1689af0806d4db0daadceacf34cfb761c1cf46 Mon Sep 17 00:00:00 2001 From: Daniel Temme Date: Wed, 1 Jan 2025 13:00:52 +0200 Subject: [PATCH] bind zipkin port to be accessible probably worth investigating if there are more obvious receivers for traces now but at least this makes it work again --- compose/config/tempo-local.yaml | 1 + compose/spring/application-local.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/compose/config/tempo-local.yaml b/compose/config/tempo-local.yaml index 91883db..436b787 100644 --- a/compose/config/tempo-local.yaml +++ b/compose/config/tempo-local.yaml @@ -20,6 +20,7 @@ distributor: thrift_binary: thrift_compact: zipkin: + endpoint: tempo:9411 otlp: protocols: http: diff --git a/compose/spring/application-local.yaml b/compose/spring/application-local.yaml index b5549fb..7eb0a66 100644 --- a/compose/spring/application-local.yaml +++ b/compose/spring/application-local.yaml @@ -4,9 +4,9 @@ management: show-values: ALWAYS env: show-values: ALWAYS - tracing: - sampling: - probability: 0.01 + # tracing: + # sampling: + # probability: 0.01 spring: datasource: