1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/exporters/trace/zipkin
Tyler Yahn 8f9f2d84cf
Move OTLP to the OTLP exporter (#1050)
* Move proto to OTLP exporter

* Update OTLP exporter import of proto

* Use gogo protobuf

To stop using the deprecated github.com/golang/protobuf and match what
the collector is doing, switch to generating OTLP with the
github.com/gogo/protobuf/proto instead of
github.com/golang/protobuf/proto.

* Clean dependencies

Remove all protobuf dependencies from otel package and all of its
dependencies.

* Update CHANGELOG

* Clean OTLP exporter go mod

Remove submodule beforehand to avoid unneeded direct dependencies.

* Use default ref for GitHub workflow

* Update path that triggers proto gen action

* Correct license-check exclusion for OTLP

* Update commented location of the OTLP and code
2020-08-10 19:55:52 -07:00
..
doc.go Unify trace and metric exporter helpers (#944) 2020-07-22 11:57:48 -07:00
go.mod Bump google.golang.org/grpc from 1.30.0 to 1.31.0 in /exporters/trace/zipkin (#1001) 2020-08-04 12:55:30 -07:00
go.sum Move OTLP to the OTLP exporter (#1050) 2020-08-10 19:55:52 -07:00
model_test.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
model.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
zipkin_test.go Unify trace and metric exporter helpers (#944) 2020-07-22 11:57:48 -07:00
zipkin.go Unify trace and metric exporter helpers (#944) 2020-07-22 11:57:48 -07:00