public interface InfluxDbSender
| Modifier and Type | Method and Description |
|---|---|
void |
appendPoints(InfluxDbPoint point)
Adds this metric point to the buffer.
|
void |
flush()
Flushes buffer, if applicable.
|
boolean |
hasSeriesData() |
void |
setTags(Map<String,String> tags)
Set tags applicable for all the points.
|
int |
writeData()
Writes buffer data to InfluxDb.
|
void flush()
boolean hasSeriesData()
void appendPoints(InfluxDbPoint point)
point - metric point with tags and fieldsint writeData()
throws Exception
Exception - exception while writing to InfluxDb apiCopyright © 2021. All rights reserved.