Skip to content

bylidev/springboot-micrometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot 3 🍃

Micrometer with OTEL and Zipking

Instalation

  mvn clean install

Support trace propagation with

  • Kafka topics
  • Threads with @Async

POC

Running two instances of the application

  java -jar target/springboot3-0.0.1-SNAPSHOT.jar --server.port=8080
  java -jar target/springboot3-0.0.1-SNAPSHOT.jar --server.port=8081
  docker compose up /src/main/resources/docker-compose.yml

Making curl request to propagate a trace

```shell
curl -X GET http://localhost:8080/call-b
```

Span exported to Zipkin 💪

img.png img_1.png

About

springboot 3 trace implementation with micrometer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages