Skip to content

Latest commit

 

History

History

kotlin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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
}