-
Notifications
You must be signed in to change notification settings - Fork 4
feat: flip OpenTracing bridge default to false, use OTEL for HTTP middleware #51
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,6 @@ require ( | |
| github.com/go-coldbrew/options v0.2.6 | ||
| github.com/go-coldbrew/tracing v0.0.7 | ||
| github.com/golang/protobuf v1.5.4 | ||
| github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
| github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 | ||
| github.com/klauspost/compress v1.18.5 | ||
|
|
@@ -23,6 +22,7 @@ require ( | |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 | ||
| go.opentelemetry.io/otel/sdk v1.42.0 | ||
| go.opentelemetry.io/otel/trace v1.42.0 | ||
| go.uber.org/automaxprocs v1.6.0 | ||
| google.golang.org/grpc v1.79.3 | ||
| google.golang.org/protobuf v1.36.11 | ||
|
|
@@ -262,7 +262,6 @@ require ( | |
| go.augendre.info/fatcontext v0.9.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/otel/metric v1.42.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.42.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.10.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/zap v1.27.1 // indirect | ||
|
|
@@ -296,3 +295,9 @@ tool ( | |
| github.com/princjef/gomarkdoc/cmd/gomarkdoc | ||
| golang.org/x/vuln/cmd/govulncheck | ||
| ) | ||
|
|
||
| replace github.com/go-coldbrew/tracing => ../tracing | ||
|
|
||
| replace github.com/go-coldbrew/interceptors => ../interceptors | ||
|
|
||
| replace github.com/go-coldbrew/errors => ../errors | ||
|
ankurs marked this conversation as resolved.
Outdated
|
||
Uh oh!
There was an error while loading. Please reload this page.