Interface SearchQueryMetrics

All Superinterfaces:
QueryMetrics<SearchQuery>
All Known Implementing Classes:
DefaultSearchQueryMetrics

public interface SearchQueryMetrics extends QueryMetrics<SearchQuery>
  • Method Details

    • granularity

      void granularity(SearchQuery query)
      Sets the granularity of 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-319458229