opentelemetry-java/extensions/kotlin
jack-berg a8493271bc
Update min kotlin version to 1.8 (#7155)
2025-04-10 14:18:44 -05:00
..
src fix(deps): update spotless packages to v7 (major) (#6993) 2025-01-07 13:03:51 -06:00
README.md Add clearer docs around coroutine support with an example (#5799) 2023-09-28 10:31:36 -05:00
build.gradle.kts Update min kotlin version to 1.8 (#7155) 2025-04-10 14:18:44 -05:00

README.md

OpenTelemetry Kotlin Extension

Kotlin Extensions to propagate OpenTelemetry context into coroutines.

For example, you could do the following with coroutines

launch(Context.current().asContextElement()) {
// trace ids propagated here
}