1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-10 00:29:12 +02:00
opentelemetry-go/sdk/export/metric
Joshua MacDonald 49f699d657
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>
2021-01-12 10:19:13 -08:00
..
aggregation Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412) 2021-01-12 10:19:13 -08:00
metrictest Move metric code to a separate package (#1321) 2020-11-12 07:28:32 -08:00
exportkind_string.go Support configurable AggregationTemporality in exporters; add OTLP missing sum point temporality/monotonic fields (#1296) 2020-11-10 07:44:42 -08:00
exportkind_test.go Move metric code to a separate package (#1321) 2020-11-12 07:28:32 -08:00
metric_test.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
metric.go Metric Accumulator fix for SumObservers (#1381) 2020-12-10 18:13:08 -08:00