mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-18 03:22:12 +02:00
9040d824ae
* 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