Class InfluxDBWriter

java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.influxdb.InfluxDBWriter

@Deprecated
public class InfluxDBWriter
extends AbstractMonitoringWriter
Deprecated.
2.0.0
Since:
1.13
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String CONFIG_PROPERTY_DB_NAME
    Deprecated.
     
    static java.lang.String CONFIG_PROPERTY_DB_PASSWORD
    Deprecated.
     
    static java.lang.String CONFIG_PROPERTY_DB_PORT
    Deprecated.
     
    static java.lang.String CONFIG_PROPERTY_DB_URL
    Deprecated.
     
    static java.lang.String CONFIG_PROPERTY_DB_USERNAME
    Deprecated.
     

    Fields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter

    configuration
  • Constructor Summary

    Constructors 
    Constructor Description
    InfluxDBWriter​(kieker.common.configuration.Configuration configuration)
    Deprecated.
    Creates a new instance of this class using the given parameters.
  • Method Summary

    Modifier and Type Method Description
    protected void connectToInfluxDB()
    Deprecated.
    Connect to InfluxDB.
    void onStarting()
    Deprecated.
    This event fires when Kieker has been initialized and is ready to monitor.
    void onTerminating()
    Deprecated.
    This event fires when Kieker has been notified to terminate.
    void writeMonitoringRecord​(kieker.common.record.IMonitoringRecord monitoringRecord)
    Deprecated.
    This event fires when Kieker has received a new record.

    Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait