MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getMetric

Method getMetric

src/core/TSSubQuery.java:317–319  ·  view source on GitHub ↗

@return the user supplied metric

()

Source from the content-addressed store, hash-verified

315
316 /** @return the user supplied metric */
317 public String getMetric() {
318 return metric;
319 }
320
321 /** @return the user supplied list of TSUIDs */
322 public List<String> getTsuids() {

Calls

no outgoing calls