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 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
..
export Add Noop and InMemory SpanBatcher, help with testing integrations (#994) 2020-07-30 15:48:19 -07:00
instrumentation Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00
internal Remove google.golang.org/grpc/codes dependency from API by adding an equivalent codes package (#1046) 2020-08-10 09:17:09 -07:00
metric Rename test packages (#1049) 2020-08-10 13:35:15 -07:00
resource Renaming OTEL_RESOURCE_LABELS env var (#1042) 2020-08-06 17:05:11 -07:00
trace Rename test packages (#1049) 2020-08-10 13:35:15 -07:00
go.mod Bump google.golang.org/grpc from 1.30.0 to 1.31.0 (#1004) 2020-08-04 14:08:36 -07:00
go.sum Move OTLP to the OTLP exporter (#1050) 2020-08-10 19:55:52 -07:00
opentelemetry.go Release v0.10.0 (#990) 2020-07-30 08:57:24 -07:00
README.md