opentelemetry-java/extensions/kotlin
Lauri Tulmin c87852c3d1
Target kotlin 1.4 in kotlin extension (#5910)
2023-11-17 13:54:13 -06:00
..
src Revert removal final newline (#5133) 2023-01-18 08:51:41 -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 Target kotlin 1.4 in kotlin extension (#5910) 2023-11-17 13:54:13 -06: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
}