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

Method getRateOptions

src/core/TSSubQuery.java:356–358  ·  view source on GitHub ↗

@return options to use for rate calculations

()

Source from the content-addressed store, hash-verified

354
355 /** @return options to use for rate calculations */
356 public RateOptions getRateOptions() {
357 return rate_options;
358 }
359
360 /** @return the filters pulled from the tags object
361 * @since 2.2 */

Callers 1

configureFromQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected