case class TracingConfig(propagation: Propagation = Propagation.Enabled, tracer: Tracer = Tracer()) extends Product with Serializable
- propagation
How should trace contexts (debugging details associated with actions) be propagated between nodes.
- tracer
Tracer configuration
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TracingConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TracingConfig(propagation: Propagation = Propagation.Enabled, tracer: Tracer = Tracer())
- propagation
How should trace contexts (debugging details associated with actions) be propagated between nodes.
- tracer
Tracer configuration