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

Method getSampleIntervalInMS

src/rollup/RollupQuery.java:176–178  ·  view source on GitHub ↗

@return The sample interval in milliseconds.

()

Source from the content-addressed store, hash-verified

174
175 /** @return The sample interval in milliseconds. */
176 public long getSampleIntervalInMS() {
177 return sample_interval_ms;
178 }
179
180 /**
181 * Tells whether the current rollup query sampling rate is lower than the

Callers 1

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected