1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/sdk/metric/processor/basic
Joshua MacDonald 3475d5575e
Fix incorrect aggregation; Prometheus exporter behavior (#903)
* Avoid applying stale udpates; add a test

* Add Memory option to basic processor

* Always use memory in the pull controller

* Test the memory option

* Precommit

* Add a Prometheus-specific test

* More comment on Memory option

* Link to 862

* Remove sleep

* Update changelog

* Comment on stale and stateless aggregators

* Update sdk/metric/processor/basic/config.go

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

Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-07-07 12:52:35 -07:00
..
basic_test.go Fix incorrect aggregation; Prometheus exporter behavior (#903) 2020-07-07 12:52:35 -07:00
basic.go Fix incorrect aggregation; Prometheus exporter behavior (#903) 2020-07-07 12:52:35 -07:00
config.go Fix incorrect aggregation; Prometheus exporter behavior (#903) 2020-07-07 12:52:35 -07:00