Interface InfluxdbInserter

  • All Known Implementing Classes:
    HttpInfluxdbInserter

    public interface InfluxdbInserter
    An InfluxdbInserter can pass MetricValues to an InfluxDB server according to some protocol.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void insert​(java.util.Collection<com.elastisys.autoscaler.core.api.types.MetricValue> values)
      Inserts a collection of MetricValues into InfluxDB.