Interface OpenTsdbInserter

  • All Known Implementing Classes:
    OpenTsdbSocketInserter

    public interface OpenTsdbInserter
    Inserts MetricValues into an OpenTSDB server.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void insert​(com.elastisys.autoscaler.core.api.types.MetricValue value)
      Inserts a single MetricValue into a backing OpenTSDB server.
    • Method Detail

      • insert

        void insert​(com.elastisys.autoscaler.core.api.types.MetricValue value)
             throws OpenTsdbException
        Inserts a single MetricValue into a backing OpenTSDB server.
        Parameters:
        value - The data point to be inserted.
        Throws:
        OpenTsdbException - Thrown if the insert operation fails.