|  | ||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| build.gradle.kts | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	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
}