1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-07 23:02:15 +02:00
opentelemetry-go/sdk
Tyler Yahn 3b01a854d1
Make the stdout exporter a package (#963)
* Make the stdout exporter its own package

Follow the pattern of the other exporters.

* Update dependabot with stdout exporter

* Add replace directives for stdout exporter

* Remove outdated example test from metric SDK

* go mod tidy

* Update othttp example test

Remove unused stdout exporter.

* Remove tests in API that depend on stdout exporter

The global package does not need to be validated with the SDK. A more
properly constructed end-to-end integration test should be built if this
is actually needed.

* Add replace clause for otel in stdout go.mod
2020-07-24 20:44:51 -07:00
..
export Move export test package to SDK (#962) 2020-07-24 20:32:52 -07:00
instrumentation Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00
internal Remove internal StateLocker implementation (#688) 2020-04-30 14:15:04 -07:00
metric Make the stdout exporter a package (#963) 2020-07-24 20:44:51 -07:00
resource Remove sub-package value from kv (#968) 2020-07-24 12:25:27 -07:00
trace Remove sub-package value from kv (#968) 2020-07-24 12:25:27 -07:00
opentelemetry.go Release v0.9.0 (#952) 2020-07-20 12:40:42 -07:00
README.md Trace sdk (#65) 2019-08-02 13:52:55 -07:00