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

Method tsuidFromMetric

test/meta/TestTSUIDQuery.java:285–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 }
284
285 @Test
286 public void tsuidFromMetric() throws Exception {
287 byte[] tsuid = TSUIDQuery.tsuidFromMetric(tsdb, METRIC_STRING, tags).join();
288 assertArrayEquals(TSUID, tsuid);
289 }
290
291 @Test
292 public void tsuidFromMetricTwoTags() throws Exception {

Callers

nothing calls this directly

Calls 1

tsuidFromMetricMethod · 0.95

Tested by

no test coverage detected