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
}
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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
}