Skip to content

Instantly share code, notes, and snippets.

@tomatophobia
Created July 19, 2023 05:45
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'io.micrometer:micrometer-tracing-bridge-brave'
implementation 'io.zipkin.reporter2:zipkin-reporter-brave'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment