<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-instrumentation</artifactId>
<version>3.1.0</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-sleuth-instrumentation" % "3.1.0"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-sleuth-instrumentation', version='3.1.0')
)
<dependency org="org.springframework.cloud" name="spring-cloud-sleuth-instrumentation" rev="3.1.0" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-sleuth</artifactId> <version>3.1.0</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-sleuth-api
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-rsocket
|-- io.micrometer:micrometer-core
|-- io.projectreactor:reactor-core
|-- io.projectreactor.kafka:reactor-kafka
|-- org.reactivestreams:reactive-streams
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.integration:spring-integration-core
|-- org.springframework.cloud:spring-cloud-config-server
|-- org.springframework.cloud:spring-cloud-starter-config
|-- org.springframework.cloud:spring-cloud-function-context
|-- org.springframework.boot:spring-boot-starter-websocket
|-- org.springframework.kafka:spring-kafka
|-- org.springframework.boot:spring-boot-starter-batch
|-- org.springframework.cloud:spring-cloud-stream
|-- org.springframework.cloud:spring-cloud-commons
|-- org.springframework:spring-context
|-- org.springframework.cloud:spring-cloud-context
|-- io.github.openfeign:feign-okhttp
|-- org.springframework.cloud:spring-cloud-starter-openfeign
|-- org.springframework.cloud:spring-cloud-starter-loadbalancer
|-- org.springframework.cloud:spring-cloud-starter-gateway
|-- org.springframework.cloud:spring-cloud-starter-task
|-- org.springframework.boot:spring-boot-starter-data-cassandra
|-- org.springframework.boot:spring-boot-starter-data-cassandra-reactive
|-- org.springframework.cloud:spring-cloud-deployer-spi
|-- org.springframework.boot:spring-boot-starter-quartz
|-- org.springframework.boot:spring-boot-autoconfigure-processor
|-- org.springframework.security.oauth:spring-security-oauth2
|-- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure
|-- org.springframework.session:spring-session-data-redis
|-- org.springframework.security:spring-security-core
|-- io.projectreactor.kotlin:reactor-kotlin-extensions
|-- org.jetbrains.kotlin:kotlin-reflect
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8
|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor
|-- org.springframework.boot:spring-boot-starter-data-mongodb
|-- org.mongodb:mongodb-driver-reactivestreams
|-- p6spy:p6spy
|-- net.ttddyy:datasource-proxy
|-- io.prometheus:simpleclient_common
test
|-- org.springframework.boot:spring-boot-starter-test