Sets the time series to the query. @param metric The metric to retrieve from the TSDB. @param tags The set of tags of interest. @param function The aggregation function to use. @param rate If true, the rate of the series will be used instead of the actual values. @param rate_options If included spec
(String metric, Map<String, String> tags,
Aggregator function, boolean rate, RateOptions rate_options)
| 95 | * @since 2.0 |
| 96 | */ |
| 97 | void setTimeSeries(String metric, Map<String, String> tags, |
| 98 | Aggregator function, boolean rate, RateOptions rate_options) |
| 99 | throws NoSuchUniqueName; |
| 100 |
no outgoing calls