Reconfigure

object Reconfigure extends Reconfigure
Companion:
class
class Object
trait Matchable
class Any

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

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.

Inherited from:
Reconfigure

Disables scoping of Span metrics to their parent operation

Disables scoping of Span metrics to their parent operation

Inherited from:
Reconfigure

Makes Kamon flush metric snapshots to reporters every millisecond

Makes Kamon flush metric snapshots to reporters every millisecond

Inherited from:
Reconfigure

Makes Kamon flush spans to reporters every millisecond

Makes Kamon flush spans to reporters every millisecond

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.

Inherited from:
Reconfigure

Enables scoping of Span metrics to their parent operation

Enables scoping of Span metrics to their parent operation

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.

Inherited from:
Reconfigure
def sampleAlways(): Unit

Makes Kamon sample all new traces

Makes Kamon sample all new traces

Inherited from:
Reconfigure
def sampleNever(): Unit

Makes Kamon never sample a new trace

Makes Kamon never sample a new trace

Inherited from:
Reconfigure