Skip to content

Commit

Permalink
fix: temporary drop boot-starter-observability support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 2, 2024
1 parent 2fb87a6 commit 9658ee4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-observability</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
Expand Down
13 changes: 0 additions & 13 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9658ee4

Please sign in to comment.