Reconfigure

kamon.testkit.Reconfigure
See theReconfigure companion trait
object Reconfigure extends Reconfigure

Attributes

Companion
trait
Graph
Supertypes
trait Reconfigure
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def applyConfig(configString: String): Unit

Parses the provided configuration and reconfigures Kamon with it

Parses the provided configuration and reconfigures Kamon with it

Attributes

Inherited from:
Reconfigure

Disables using the same Span identifier as their remote parent on server operations.

Disables using the same Span identifier as their remote parent on server operations.

Attributes

Inherited from:
Reconfigure

Disables scoping of Span metrics to their parent operation

Disables scoping of Span metrics to their parent operation

Attributes

Inherited from:
Reconfigure

Makes Kamon flush metric snapshots to reporters every millisecond

Makes Kamon flush metric snapshots to reporters every millisecond

Attributes

Inherited from:
Reconfigure

Makes Kamon flush spans to reporters every millisecond

Makes Kamon flush spans to reporters every millisecond

Attributes

Inherited from:
Reconfigure

Enables using the same Span identifier as their remote parent on server operations.

Enables using the same Span identifier as their remote parent on server operations.

Attributes

Inherited from:
Reconfigure

Enables scoping of Span metrics to their parent operation

Enables scoping of Span metrics to their parent operation

Attributes

Inherited from:
Reconfigure
def reset(): Unit

Resets Kamon's configuration what would be loaded by default.

Resets Kamon's configuration what would be loaded by default.

Attributes

Inherited from:
Reconfigure
def sampleAlways(): Unit

Makes Kamon sample all new traces

Makes Kamon sample all new traces

Attributes

Inherited from:
Reconfigure
def sampleNever(): Unit

Makes Kamon never sample a new trace

Makes Kamon never sample a new trace

Attributes

Inherited from:
Reconfigure