1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-03 13:11:53 +02:00
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

13 lines
263 B
Modula-2

module go.opentelemetry.io/otel/example/grpc
go 1.13
replace go.opentelemetry.io/otel => ../..
require (
github.com/golang/protobuf v1.4.2
go.opentelemetry.io/otel v0.7.0
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
google.golang.org/grpc v1.30.0
)