opentelemetry-java/extensions/kotlin/README.md

328 B

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
}