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

View File

@@ -18,7 +18,8 @@ import (
_ "github.com/grafana/dskit/backoff"
_ "github.com/grafana/dskit/flagext"
_ "github.com/grafana/gofpdf"
_ "github.com/grpc-ecosystem/go-grpc-middleware"
_ "github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus"
_ "github.com/grpc-ecosystem/go-grpc-middleware/v2"
_ "github.com/hashicorp/go-multierror"
_ "github.com/hashicorp/golang-lru/v2"
_ "github.com/linkedin/goavro/v2"