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
}
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
}