Skip to content

Commit f5d261a

Browse files
authored
chore: remove depreacted opencensus instrumentation (#242)
1 parent 583b5da commit f5d261a

File tree

29 files changed

+0
-3141
lines changed

29 files changed

+0
-3141
lines changed

go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/hypertrace/goagent
33
go 1.22
44

55
require (
6-
contrib.go.opencensus.io/exporter/zipkin v0.1.2
76
github.com/gin-gonic/gin v1.9.1
87
github.com/go-logr/logr v1.4.2
98
github.com/go-logr/zapr v1.3.0
@@ -16,7 +15,6 @@ require (
1615
github.com/ngrok/sqlmw v0.0.0-20200129213757-d5c93a81bec6
1716
github.com/openzipkin/zipkin-go v0.4.3
1817
github.com/stretchr/testify v1.9.0
19-
go.opencensus.io v0.24.0
2018
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0
2119
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
2220
go.opentelemetry.io/contrib/propagators/b3 v1.31.0
@@ -54,7 +52,6 @@ require (
5452
github.com/go-playground/universal-translator v0.18.1 // indirect
5553
github.com/go-playground/validator/v10 v10.14.0 // indirect
5654
github.com/goccy/go-json v0.10.2 // indirect
57-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5855
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
5956
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
6057
github.com/leodido/go-urn v1.2.4 // indirect

go.sum

Lines changed: 0 additions & 1059 deletions
Large diffs are not rendered by default.

instrumentation/opencensus/README.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

instrumentation/opencensus/database/hypersql/sql.go

Lines changed: 0 additions & 20 deletions
This file was deleted.

instrumentation/opencensus/database/hypersql/sql_test.go

Lines changed: 0 additions & 186 deletions
This file was deleted.

instrumentation/opencensus/google.golang.org/hypergrpc/client.go

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)