Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 328 Bytes

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
}