UngroupedAggregator builds a single series with no labels. e.g. {} | rate()
| 895 | |
| 896 | // UngroupedAggregator builds a single series with no labels. e.g. {} | rate() |
| 897 | type UngroupedAggregator struct { |
| 898 | name string |
| 899 | innerAgg RangeAggregator |
| 900 | } |
| 901 | |
| 902 | var _ SpanAggregator = (*UngroupedAggregator)(nil) |
| 903 |
nothing calls this directly
no outgoing calls
no test coverage detected