1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/metric/aggregator
Joshua MacDonald 9040d824ae
Add array aggregation for raw measure metrics, improve testing (#282)
* Array aggregator part 1

* Improve median testing

* More testing

* More testing

* Update other dist tests

* Add to the benchmark

* Move errors into aggregator package, use from ddsketch; update Max/Min/Quantile to return errors for array/ddsketch/maxsumcount

* Lint

* Test non-absolute ddsketch

* Lint

* Comment

* Add note
2019-11-04 14:24:01 -08:00
..
array Add array aggregation for raw measure metrics, improve testing (#282) 2019-11-04 14:24:01 -08:00
counter Add array aggregation for raw measure metrics, improve testing (#282) 2019-11-04 14:24:01 -08:00
ddsketch Add array aggregation for raw measure metrics, improve testing (#282) 2019-11-04 14:24:01 -08:00
gauge Add array aggregation for raw measure metrics, improve testing (#282) 2019-11-04 14:24:01 -08:00
maxsumcount Add array aggregation for raw measure metrics, improve testing (#282) 2019-11-04 14:24:01 -08:00
test Add array aggregation for raw measure metrics, improve testing (#282) 2019-11-04 14:24:01 -08:00
errors.go Add array aggregation for raw measure metrics, improve testing (#282) 2019-11-04 14:24:01 -08:00