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

Method getRateOptions

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

Source from the content-addressed store, hash-verified

1924 }
1925
1926 static RateOptions getRateOptions(final TsdbQuery query) {
1927 return query.rate_options;
1928 }
1929
1930 static List<TagVFilter> getFilters(final TsdbQuery query) {
1931 return query.filters;

Calls

no outgoing calls