Package-level declarations
Types
Link copied to clipboard
class PropagationContextElement : ThreadContextElement<ContextSnapshot.Scope> , AbstractCoroutineContextElement
ThreadContextElement that ensures that contexts registered with the Micrometer Context Propagation library are captured and restored when a coroutine is resumed on a thread. This is typically being used for Micrometer Tracing support in Kotlin suspended functions.