Skip to content

Commit 8614318

Browse files
authored
Revert "adding otlptracegrpc.WithCompressor(gzip), (#1534)"
This reverts commit afe0f95.
1 parent afe0f95 commit 8614318

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/loop/telem.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
"google.golang.org/grpc"
2020
"google.golang.org/grpc/credentials"
2121
"google.golang.org/grpc/credentials/insecure"
22-
"google.golang.org/grpc/encoding/gzip"
2322

2423
"github.com/smartcontractkit/chainlink-common/pkg/beholder"
2524
"github.com/smartcontractkit/chainlink-common/pkg/config/build"
@@ -150,7 +149,6 @@ func (config TracingConfig) NewSpanExporter() (sdktrace.SpanExporter, error) {
150149
traceExporter, err := otlptracegrpc.New(ctx,
151150
otlptracegrpc.WithGRPCConn(conn),
152151
otlptracegrpc.WithHeaders(config.AuthHeaders),
153-
otlptracegrpc.WithCompressor(gzip.Name),
154152
)
155153
if err != nil {
156154
return nil, err

0 commit comments

Comments
 (0)