Uses of Class
step.core.timeseries.Query
-
Packages that use Query Package Description step.core.timeseries step.core.timeseries.accessor -
-
Uses of Query in step.core.timeseries
Methods in step.core.timeseries that return Query Modifier and Type Method Description QueryQuery. filter(Map<String,String> filters)Specifies the mandatory list of key-value attributes that the series should matchQueryQuery. group()Group all the selected series in one seriesQueryQuery. groupBy(Set<String> dimensions)QueryQuery. range(long from, long to)Specifies a time range for the queryQueryQuery. split(Long numberOfBuckets)QueryQuery. window(long intervalSizeMs)QueryQuery. withThreadGroupsBuckets(boolean onlyThreadGroupsBuckets) -
Uses of Query in step.core.timeseries.accessor
Methods in step.core.timeseries.accessor with parameters of type Query Modifier and Type Method Description TimeSeriesChartResponseBucketAccessor. collect(Query query)TimeSeriesChartResponseBucketAccessorImpl. collect(Query query)Map<Map<String,Object>,Map<Long,Bucket>>BucketAccessor. collectBuckets(Query query)Map<Map<String,Object>,Map<Long,Bucket>>BucketAccessorImpl. collectBuckets(Query query)
-