MCPcopy
hub / github.com/OpenTSDB/opentsdb / setTimeSeries

Method setTimeSeries

src/core/Query.java:97–97  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Implementers 1

AbstractQuerysrc/core/AbstractQuery.java

Calls

no outgoing calls