InfluxDBReporter

kamon.influxdb.InfluxDBReporter
See theInfluxDBReporter companion object
class InfluxDBReporter extends MetricReporter

Attributes

Companion
object
Graph
Supertypes
trait MetricReporter
trait Module
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def reconfigure(config: 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.

Attributes

Definition Classes
Module
override def reportPeriodSnapshot(snapshot: PeriodSnapshot): Unit

Attributes

Definition Classes
MetricReporter
override 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.

Attributes

Definition Classes
Module
def writeDoubleField(builder: StringBuilder, fieldName: String, value: Double, appendSeparator: Boolean): Unit
def writeIntField(builder: StringBuilder, fieldName: String, value: Long, appendSeparator: Boolean): Unit
def writeTimestamp(builder: StringBuilder, timestamp: String): Unit