1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/stdout
Tyler Yahn 8fbaa9d432
Make the SDK into its own Go module (#985)
* Remove otel/sdk dependency from grpctrace

Use otel/trace/testtrace instead and cleanup testing code.

* Update httptrace to not depend on the SDK

Update testing to use api/trace/testtrace instead.

* Add changes to Changelog

* Make the SDK its own Go module

* Upgrade go.mod to 1.14 project wide

* go mod tidy
2020-07-29 15:54:26 -07:00
..
config.go Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00
doc.go Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00
example_test.go Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00
exporter.go Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00
go.mod Make the SDK into its own Go module (#985) 2020-07-29 15:54:26 -07:00
go.sum Make the SDK into its own Go module (#985) 2020-07-29 15:54:26 -07:00
metric_test.go Rename aggregator/test to aggregatortest (#980) 2020-07-28 14:31:56 -07:00
metric.go Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00
trace_test.go Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00
trace.go Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00