SpanPropagation
kamon.instrumentation.kafka.client.SpanPropagation
object SpanPropagation
Propagation mechanisms for Kamon's Span data to and from HTTP and Binary mediums.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SpanPropagation.type
Members list
Type members
Classlikes
class KCtxHeader extends KafkaPropagator
Reads and Writes a Span instance using the W3C Trace Context propagation format. The specification can be found here: https://www.w3.org/TR/trace-context-1/
Reads and Writes a Span instance using the W3C Trace Context propagation format. The specification can be found here: https://www.w3.org/TR/trace-context-1/
Attributes
- Companion
- object
- Supertypes
-
trait KafkaPropagatortrait EntryWriter[Headers]trait EntryReader[Headers]class Objecttrait Matchableclass AnyShow all
object KCtxHeader
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KCtxHeader.type
class W3CTraceContext extends KafkaPropagator
Attributes
- Companion
- object
- Supertypes
-
trait KafkaPropagatortrait EntryWriter[Headers]trait EntryReader[Headers]class Objecttrait Matchableclass AnyShow all
object W3CTraceContext
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
W3CTraceContext.type
In this article