Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove depreacted opencensus instrumentation #242

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/hypertrace/goagent
go 1.22

require (
contrib.go.opencensus.io/exporter/zipkin v0.1.2
github.com/gin-gonic/gin v1.9.1
github.com/go-logr/logr v1.4.2
github.com/go-logr/zapr v1.3.0
Expand All @@ -16,7 +15,6 @@ require (
github.com/ngrok/sqlmw v0.0.0-20200129213757-d5c93a81bec6
github.com/openzipkin/zipkin-go v0.4.3
github.com/stretchr/testify v1.9.0
go.opencensus.io v0.24.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
go.opentelemetry.io/contrib/propagators/b3 v1.31.0
Expand Down Expand Up @@ -54,7 +52,6 @@ require (
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
Expand Down
1,059 changes: 0 additions & 1,059 deletions go.sum

Large diffs are not rendered by default.

139 changes: 0 additions & 139 deletions instrumentation/opencensus/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions instrumentation/opencensus/database/hypersql/sql.go

This file was deleted.

186 changes: 0 additions & 186 deletions instrumentation/opencensus/database/hypersql/sql_test.go

This file was deleted.

14 changes: 0 additions & 14 deletions instrumentation/opencensus/google.golang.org/hypergrpc/client.go

This file was deleted.

Loading
Loading