SpanReporter

trait SpanReporter extends Module

Modules implementing this trait will get registered for periodically receiving span batches. The frequency of the span batches is controlled by the kamon.trace.tick-interval setting.

trait Module
class Object
trait Matchable
class Any

Value members

Abstract methods

def reportSpans(spans: Seq[Finished]): Unit

Inherited methods

def reconfigure(newConfig: Config): Unit

Signals that a new configuration object has been provided to Kamon. Modules should ensure that their internal settings are in sync with the provided configuration.

Signals that a new configuration object has been provided to Kamon. Modules should ensure that their internal settings are in sync with the provided configuration.

Inherited from:
Module
def stop(): Unit

Signals that the module should be stopped and all acquired resources, if any, should be released.

Signals that the module should be stopped and all acquired resources, if any, should be released.

Inherited from:
Module