public interface TimeseriesQueryMetrics extends QueryMetrics<TimeseriesQuery>
QueryMetrics
for TimeseriesQuery
.Modifier and Type | Method and Description |
---|---|
void |
granularity(TimeseriesQuery query)
Sets the granularity of
BaseQuery.getGranularity() of the given query as dimension. |
void |
limit(TimeseriesQuery query)
Sets
TimeseriesQuery.getLimit() of the given query as dimension. |
void |
numComplexMetrics(TimeseriesQuery query)
Sets the number of "complex" metrics of the given timeseries query as dimension.
|
void |
numMetrics(TimeseriesQuery query)
Sets the number of metrics of the given timeseries query as dimension.
|
context, dataSource, duration, emit, hasFilters, identity, interval, makeBitmapResultFactory, parallelMergeParallelism, postFilters, preFilters, query, queryId, queryId, queryType, remoteAddress, reportBackPressureTime, reportBitmapConstructionTime, reportCpuTime, reportNodeBytes, reportNodeTime, reportNodeTimeToFirstByte, reportParallelMergeFastestPartitionTime, reportParallelMergeInputRows, reportParallelMergeInputSequences, reportParallelMergeOutputRows, reportParallelMergeParallelism, reportParallelMergeSlowestPartitionTime, reportParallelMergeTaskCount, reportParallelMergeTotalCpuTime, reportParallelMergeTotalTime, reportPreFilteredRows, reportQueriedSegmentCount, reportQueryBytes, reportQueryTime, reportSegmentAndCacheTime, reportSegmentRows, reportSegmentTime, reportWaitTime, segment, server, sqlQueryId, sqlQueryId, status, subQueryId, success, vectorized
void limit(TimeseriesQuery query)
TimeseriesQuery.getLimit()
of the given query as dimension.void numMetrics(TimeseriesQuery query)
void numComplexMetrics(TimeseriesQuery query)
void granularity(TimeseriesQuery query)
BaseQuery.getGranularity()
of the given query as dimension.Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.