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

Method getStats

src/stats/QueryStats.java:760–762  ·  view source on GitHub ↗

@return A map with the subset of query measurements, not including scanners or sub queries

()

Source from the content-addressed store, hash-verified

758 /** @return A map with the subset of query measurements, not including scanners
759 * or sub queries */
760 public Map<String, Object> getStats() {
761 return getStats(false, false);
762 }
763
764 /**
765 * Returns measurements of the given query

Callers 2

toStringMethod · 0.95
callMethod · 0.95

Calls 9

msFromNanoMethod · 0.95
getQueryStatsMethod · 0.95
putMethod · 0.80
iteratorMethod · 0.65
hasNextMethod · 0.65
nextMethod · 0.65
getKeyMethod · 0.45
toStringMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected