Class DefaultSearchQueryMetrics

java.lang.Object
org.apache.druid.query.search.DefaultSearchQueryMetrics
All Implemented Interfaces:
QueryMetrics<SearchQuery>, SearchQueryMetrics

public class DefaultSearchQueryMetrics extends Object implements SearchQueryMetrics
This class is implemented with delegation to another QueryMetrics for compatibility, see "Making subinterfaces of QueryMetrics for emitting custom dimensions and/or metrics for specific query types" section in QueryMetrics javadoc.