mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
3475d5575e
* 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>
21 lines
744 B
Modula-2
21 lines
744 B
Modula-2
module go.opentelemetry.io/otel
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/DataDog/sketches-go v0.0.0-20190923095040-43f19ad77ff7
|
|
github.com/benbjohnson/clock v1.0.3
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.5.0
|
|
github.com/google/gofuzz v1.0.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
|
|
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
|
|
google.golang.org/grpc v1.30.0
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|