
metrics_influxdb.v08.Influxdb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics-influxdb Show documentation
Show all versions of metrics-influxdb Show documentation
A reporter for metrics which announces measurements to an InfluxDB server.
The newest version!
package metrics_influxdb.v08;
public interface Influxdb {
public void resetRequest();
public boolean hasSeriesData();
public long convertTimestamp(long timestamp);
public void appendSeries(String namePrefix, String name, String nameSuffix, String[] columns, Object[][] points);
public int sendRequest(boolean throwExc, boolean printJson) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy