trace test
All checks were successful
Gradle Build on PR / call-gradle-build (pull_request) Successful in 2m59s
Publish Snapshot / call-publish (push) Successful in 3m30s

This commit was merged in pull request #4.
This commit is contained in:
2025-09-19 11:35:20 +02:00
parent aa32d52111
commit 67dbd928fd
2 changed files with 12 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ dependencies {
implementation(aa.springboot.starter.actuator)
implementation(aa.springboot.starter.webflux)
implementation("io.micrometer:micrometer-tracing:1.4.4")
implementation("io.micrometer:micrometer-tracing-bridge-otel:1.4.4")
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.39.0")
testImplementation(aa.kotlin.junit5)
testImplementation(aa.kotlinx.coroutines.test)
testImplementation(aa.springboot.starter.test)