1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-05 00:28:58 +02:00

Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412)

* Remove quantile definition

* Complete removal of Quantile-related function

* Comment in selector/simple/simple.go

* Remove 'quantile' in mmsc

* Rename array->exact

* Update changelog

* Add PR number

* Rename exact benchmark

* New test for exact timestamps

* Add timestamp tests

* More test

* From feedback

* Apply suggestions from code review

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Samples->Points

* Rename

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
Joshua MacDonald
2021-01-12 10:19:13 -08:00
committed by GitHub
parent 9c949411ce
commit 49f699d657
38 changed files with 321 additions and 1006 deletions

View File

@ -77,7 +77,6 @@ func TestProcessor(t *testing.T) {
{kind: aggregation.HistogramKind},
{kind: aggregation.LastValueKind},
{kind: aggregation.ExactKind},
{kind: aggregation.SketchKind},
} {
t.Run(ac.kind.String(), func(t *testing.T) {
testProcessor(