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

Method setMetric

src/core/TSSubQuery.java:405–407  ·  view source on GitHub ↗

@param metric the name of a metric to fetch

(String metric)

Source from the content-addressed store, hash-verified

403
404 /** @param metric the name of a metric to fetch */
405 public void setMetric(String metric) {
406 this.metric = metric;
407 }
408
409 /** @param tsuids a list of timeseries UIDs as hex encoded strings to fetch */
410 public void setTsuids(List<String> tsuids) {

Calls

no outgoing calls