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

Method getMetric

src/core/TsdbQuery.java:1922–1924  ·  view source on GitHub ↗
(final TsdbQuery query)

Source from the content-addressed store, hash-verified

1920 }
1921
1922 static byte[] getMetric(final TsdbQuery query) {
1923 return query.metric;
1924 }
1925
1926 static RateOptions getRateOptions(final TsdbQuery query) {
1927 return query.rate_options;

Calls

no outgoing calls