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 799c178925
Make opentracing bridge into own Go module (#1038)
* Make opentracing bridge into own Go module

* Update dependabot config

* Clean dependencies of project

Now the bridge is a module, clean all upstream modules that no longer
implicitly depend on it.

* Update Changelog

* go mod tidy
2020-08-06 07:59:41 -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 Bump google.golang.org/grpc from 1.30.0 to 1.31.0 in /exporters/stdout (#1005) 2020-08-04 13:33:32 -07:00
go.sum Make opentracing bridge into own Go module (#1038) 2020-08-06 07:59:41 -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