Skip to content

Commit f01a1be

Browse files
committed
disabled tracing
Signed-off-by: kumarabd <abishekkumar92@gmail.com>
1 parent b5a5ffa commit f01a1be

File tree

5 files changed

+738
-2
lines changed

5 files changed

+738
-2
lines changed

Diff for: go.mod

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ go 1.13
55
replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f
66

77
require (
8+
contrib.go.opencensus.io/exporter/zipkin v0.1.2 // indirect
9+
github.com/go-kit/kit v0.10.0 // indirect
810
github.com/google/uuid v1.1.1
911
github.com/kr/pretty v0.2.1 // indirect
1012
github.com/sirupsen/logrus v1.6.0
11-
github.com/stretchr/testify v1.6.1 // indirect
12-
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
13+
go.opentelemetry.io/otel v0.11.0
14+
go.opentelemetry.io/otel/exporters/trace/jaeger v0.11.0
15+
go.opentelemetry.io/otel/sdk v0.11.0
1316
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
1417
)

0 commit comments

Comments
 (0)