Chore: Upgrade grpc-ecosystem/go-grpc-middleware to v2 (#86724)

* Chore: Replace deprecated prometheus grpc middleware

* go mod tidy without enterprise

* with updated sdk branch

* sdk v0.226.0

* remove deprecated opentracing support for outgoing plugin requests

* migrate to github.com/grpc-ecosystem/go-grpc-middleware/v2

* fix
This commit is contained in:
Marcus Efraimsson
2024-04-25 17:25:48 +02:00
committed by GitHub
parent 42778de2b4
commit ac152ca416
14 changed files with 84 additions and 207 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"crypto/tls"
"errors"
grpcretry "github.com/grpc-ecosystem/go-grpc-middleware/retry"
grpcretry "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/retry"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/insecure"