From 9658ee4f9013b5172f470de0a16a553ff05a9948 Mon Sep 17 00:00:00 2001
From: Dima Denisenko <1253839+dmitriidenisenko@users.noreply.github.com>
Date: Mon, 2 Dec 2024 21:52:00 +0200
Subject: [PATCH] fix: temporary drop boot-starter-observability support
---
pom.xml | 4 ----
src/main/resources/application.yml | 13 -------------
2 files changed, 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3afe7b9..c12ea50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,10 +75,6 @@
org.springframework.boot
spring-boot-starter-webflux
-
- com.iqkv.boot
- boot-starter-observability
-
org.springframework.boot
spring-boot-starter-security
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0801554..1d0a8f4 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -104,19 +104,6 @@ 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