mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
7d631dbfaa
* Update OTLP to v0.4.0 * Update attribute transforms to use new KeyValue * Update metric transforms The labels are no longer included in the MetricDescriptor Use new types. * Fix OTLP integration tests * Update example otel-collector go.sum * Update metric integration testing * Fix type error introduced in conflict resolution * Deep clean of go.sum Recreate go.sum for otel-collector example and OTLP exporter.
18 lines
472 B
Modula-2
18 lines
472 B
Modula-2
module go.opentelemetry.io/otel/exporters/otlp
|
|
|
|
replace go.opentelemetry.io/otel => ../..
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/google/go-cmp v0.5.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/open-telemetry/opentelemetry-proto v0.4.0
|
|
github.com/stretchr/testify v1.6.1
|
|
go.opentelemetry.io/otel v0.6.0
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/grpc v1.29.1
|
|
)
|
|
|
|
go 1.13
|