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
Tyler Yahn 43886e52f3
Make timestamps sequential in lastvalue agg check (#1579)
* Make timestamps sequential in lastvalue agg check

* Set PR number in changelog

* Fix location of sleep

The lastvalue timestamp is set on update. Correct the location of the
sleep to bridge the update of the two different aggregators.
2021-02-25 07:20:38 -08:00
..
aggregatortest Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412) 2021-01-12 10:19:13 -08:00
exact Stagger timestamps in exact aggregator tests (#1569) 2021-02-23 14:30:47 -05:00
histogram Histogram aggregator functional options (#1434) 2021-01-15 18:29:02 -05:00
lastvalue Make timestamps sequential in lastvalue agg check (#1579) 2021-02-25 07:20:38 -08:00
minmaxsumcount Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412) 2021-01-12 10:19:13 -08:00
sum Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
aggregator_test.go Move metric code to a separate package (#1321) 2020-11-12 07:28:32 -08:00
aggregator.go Fix typo in comment (#1377) 2020-11-30 08:54:38 -08:00