Uses of Class
org.jmxtrans.agent.influxdb.InfluxTag
| Package | Description |
|---|---|
| org.jmxtrans.agent.influxdb |
-
Uses of InfluxTag in org.jmxtrans.agent.influxdb
Methods in org.jmxtrans.agent.influxdb that return types with arguments of type InfluxTag Modifier and Type Method Description List<InfluxTag>InfluxMetric. getTags()static List<InfluxTag>InfluxMetricConverter. tagsFromCommaSeparatedString(String s)Method parameters in org.jmxtrans.agent.influxdb with type arguments of type InfluxTag Modifier and Type Method Description static InfluxMetricInfluxMetricConverter. convertToInfluxMetric(String metricName, Object value, List<InfluxTag> additionalTags, long timestamp)Constructor parameters in org.jmxtrans.agent.influxdb with type arguments of type InfluxTag Constructor Description InfluxMetric(String measurement, List<InfluxTag> tags, Object value, long timestampMillis)