From 9e5a9be758bc077a6df7bd4d3389ff6622a40b87 Mon Sep 17 00:00:00 2001 From: Dima Denisenko <1253839+dmitriidenisenko@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:29:11 +0200 Subject: [PATCH] feat: drop tempo default point --- dashboard-service/src/main/resources/application.yml | 7 ------- edge-service/src/main/resources/application.yml | 8 +------- importer-service/src/main/resources/application.yml | 7 ------- init-container-service/src/main/resources/application.yml | 7 ------- 4 files changed, 1 insertion(+), 28 deletions(-) diff --git a/dashboard-service/src/main/resources/application.yml b/dashboard-service/src/main/resources/application.yml index 775678c..ccbe703 100644 --- a/dashboard-service/src/main/resources/application.yml +++ b/dashboard-service/src/main/resources/application.yml @@ -103,18 +103,11 @@ 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 : enabled-by-default : false diff --git a/edge-service/src/main/resources/application.yml b/edge-service/src/main/resources/application.yml index 163a6be..c47674a 100644 --- a/edge-service/src/main/resources/application.yml +++ b/edge-service/src/main/resources/application.yml @@ -62,18 +62,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 : enabled-by-default : false diff --git a/importer-service/src/main/resources/application.yml b/importer-service/src/main/resources/application.yml index 4176079..8719d0c 100644 --- a/importer-service/src/main/resources/application.yml +++ b/importer-service/src/main/resources/application.yml @@ -102,18 +102,11 @@ 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 : enabled-by-default : false diff --git a/init-container-service/src/main/resources/application.yml b/init-container-service/src/main/resources/application.yml index a254077..f29c840 100644 --- a/init-container-service/src/main/resources/application.yml +++ b/init-container-service/src/main/resources/application.yml @@ -94,18 +94,11 @@ 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 : enabled-by-default : false