public interface SearchQueryMetrics extends QueryMetrics<SearchQuery>
| Modifier and Type | Method and Description |
|---|---|
void |
granularity(SearchQuery query)
Sets the granularity of
BaseQuery.getGranularity() of the given query as dimension. |
context, dataSource, duration, emit, hasFilters, identity, interval, makeBitmapResultFactory, parallelMergeParallelism, postFilters, preFilters, query, queryId, queryType, remoteAddress, reportBackPressureTime, reportBitmapConstructionTime, reportCpuTime, reportNodeBytes, reportNodeTime, reportNodeTimeToFirstByte, reportParallelMergeInputRows, reportParallelMergeInputSequences, reportParallelMergeOutputRows, reportParallelMergeParallelism, reportParallelMergeTaskCount, reportParallelMergeTotalCpuTime, reportPreFilteredRows, reportQueryBytes, reportQueryTime, reportSegmentAndCacheTime, reportSegmentRows, reportSegmentTime, reportWaitTime, segment, server, sqlQueryId, status, subQueryId, success, vectorizedvoid granularity(SearchQuery query)
BaseQuery.getGranularity() of the given query as dimension.
This method is going to be used in "full" metrics impl,
see https://github.com/apache/druid/pull/4570#issuecomment-319458229Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.