From 6b49a57c2aebcfe806b7b1ad0e38594c4efccf81 Mon Sep 17 00:00:00 2001 From: Dima Denisenko <1253839+dmitriidenisenko@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:29:27 +0200 Subject: [PATCH] feat: drop tempo default point --- src/main/resources/application.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d610be4..c495dd5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -56,18 +56,12 @@ management : http : server : requests : true - tracing : - sampling : - probability : 1.0 - enabled : true prometheus : metrics : export : step : 20s enabled : true - zipkin : - tracing : - endpoint : ${TEMPO_URL:http://localhost:9411/api/v2/spans} + endpoints :