MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / setMetric

Method setMetric

src/search/SearchQuery.java:244–246  ·  view source on GitHub ↗

@param metric A metric to use for lookup filtering

(String metric)

Source from the content-addressed store, hash-verified

242
243 /** @param metric A metric to use for lookup filtering */
244 public void setMetric(String metric) {
245 this.metric = metric;
246 }
247
248 /** @param tags A list of tagk, tagv pairs, either of which may be null */
249 public void setTags(List<Pair<String, String>> tags) {

Callers 2

lookupMethod · 0.95
parseQueryStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected