K8s: Add slog wrapper (#84680)

This commit is contained in:
Todd Treece
2024-04-09 11:39:25 -04:00
committed by GitHub
parent 518d3341d5
commit 72472e5eb7
11 changed files with 637 additions and 61 deletions

View File

@ -19,6 +19,8 @@ import (
_ "github.com/grafana/dskit/flagext"
_ "github.com/grafana/gofpdf"
_ "github.com/grpc-ecosystem/go-grpc-middleware"
_ "github.com/hashicorp/go-multierror"
_ "github.com/hashicorp/golang-lru/v2"
_ "github.com/linkedin/goavro/v2"
_ "github.com/m3db/prometheus_remote_client_golang/promremote"
_ "github.com/robfig/cron/v3"