Add prometheus remote client (#37755)

This commit is contained in:
Travis Patterson
2021-08-13 10:44:56 -06:00
committed by GitHub
parent e49aa48dbb
commit 00709ec1db
3 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ import (
_ "github.com/grpc-ecosystem/go-grpc-middleware"
_ "github.com/jung-kurt/gofpdf"
_ "github.com/linkedin/goavro/v2"
_ "github.com/m3db/prometheus_remote_client_golang/promremote"
_ "github.com/pkg/errors"
_ "github.com/robfig/cron"
_ "github.com/robfig/cron/v3"