Reconfigure

Companion:
object
class Object
trait Matchable
class Any
object Reconfigure.type

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

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.

Disables scoping of Span metrics to their parent operation

Disables scoping of Span metrics to their parent operation

Makes Kamon flush metric snapshots to reporters every millisecond

Makes Kamon flush metric snapshots to reporters every millisecond

Makes Kamon flush spans to reporters every millisecond

Makes Kamon flush spans to reporters every millisecond

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.

Enables scoping of Span metrics to their parent operation

Enables scoping of Span metrics to their parent operation

def reset(): Unit

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

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

def sampleAlways(): Unit

Makes Kamon sample all new traces

Makes Kamon sample all new traces

def sampleNever(): Unit

Makes Kamon never sample a new trace

Makes Kamon never sample a new trace