Reconfigure

kamon.testkit.Reconfigure
See theReconfigure companion object
trait Reconfigure

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Reconfigure.type

Members list

Value members

Concrete 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

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

Disables scoping of Span metrics to their parent operation

Disables scoping of Span metrics to their parent operation

Attributes

Makes Kamon flush metric snapshots to reporters every millisecond

Makes Kamon flush metric snapshots to reporters every millisecond

Attributes

Makes Kamon flush spans to reporters every millisecond

Makes Kamon flush spans to reporters every millisecond

Attributes

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

Enables scoping of Span metrics to their parent operation

Enables scoping of Span metrics to their parent operation

Attributes

def reset(): Unit

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

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

Attributes

def sampleAlways(): Unit

Makes Kamon sample all new traces

Makes Kamon sample all new traces

Attributes

def sampleNever(): Unit

Makes Kamon never sample a new trace

Makes Kamon never sample a new trace

Attributes