Class InfluxDBWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
2.0.0
- Since:
- 1.13
- Author:
- Teerat Pitakrat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter
configuration -
Constructor Summary
ConstructorsConstructorDescriptionInfluxDBWriter(Configuration configuration) Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidDeprecated.Connect to InfluxDB.voidDeprecated.This event fires when Kieker has been initialized and is ready to monitor.voidDeprecated.This event fires when Kieker has been notified to terminate.final voidwriteMonitoringRecord(IMonitoringRecord monitoringRecord) Deprecated.This event fires when Kieker has received a new record.Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter
toString
-
Field Details
-
CONFIG_PROPERTY_DB_URL
Deprecated.- See Also:
-
CONFIG_PROPERTY_DB_PORT
Deprecated.- See Also:
-
CONFIG_PROPERTY_DB_USERNAME
Deprecated.- See Also:
-
CONFIG_PROPERTY_DB_PASSWORD
Deprecated.- See Also:
-
CONFIG_PROPERTY_DB_NAME
Deprecated.- See Also:
-
-
Constructor Details
-
InfluxDBWriter
Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
configuration- The configuration for this component.
-
-
Method Details
-
connectToInfluxDB
Deprecated.Connect to InfluxDB.- Throws:
IOException- If connection to InfluxDB fails.
-
writeMonitoringRecord
Deprecated.Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has received a new record.- Specified by:
writeMonitoringRecordin classAbstractMonitoringWriter
-
onStarting
public void onStarting()Deprecated.Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has been initialized and is ready to monitor. It is executed by theMonitoringWriterThreadjust before reading the writer queue.- Specified by:
onStartingin classAbstractMonitoringWriter
-
onTerminating
public void onTerminating()Deprecated.Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has been notified to terminate. It is executed by theMonitoringWriterThreadjust after finishing the writer queue.- Specified by:
onTerminatingin classAbstractMonitoringWriter
-