(req *tempopb.QueryRangeRequest)
| 401 | } |
| 402 | |
| 403 | func (m *TopKBottomK) init(req *tempopb.QueryRangeRequest) { |
| 404 | m.length = NewIntervalMapperFromReq(req).IntervalCount() |
| 405 | } |
| 406 | |
| 407 | func (m *TopKBottomK) process(input SeriesSet) SeriesSet { |
| 408 | // if input size is less or equal to limit, return input as is |
nothing calls this directly
no test coverage detected