You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am receiving a build error 1 when trying to build the binary. github.com/grafana/mimir-proxies/pkg/remoteread pkg/remoteread/api.go:142:30: cannot use v1api (variable of type "github.com/prometheus/client_golang/api/prometheus/v1".API) as API value in struct literal: "github.com/prometheus/client_golang/api/prometheus/v1".API does not implement API (wrong type for method LabelNames) have LabelNames("context".Context, []string, "time".Time, "time".Time, ..."github.com/prometheus/client_golang/api/prometheus/v1".Option) ([]string, "github.com/prometheus/client_golang/api/prometheus/v1".Warnings, error) want LabelNames("context".Context, []string, "time".Time, "time".Time) ([]string, "github.com/prometheus/client_golang/api/prometheus/v1".Warnings, error) make: *** [build] Error 1
Any ideas? TY!
Wade
The text was updated successfully, but these errors were encountered:
yep!!! bash ./scripts/compile_commands.sh Succesfully built datadog-proxy-writes into dist/datadog-proxy-writes Succesfully built graphite-proxy-writes into dist/graphite-proxy-writes Succesfully built mimir-whisper-converter into dist/mimir-whisper-converter
Hello!
I am receiving a build error 1 when trying to build the binary.
github.com/grafana/mimir-proxies/pkg/remoteread pkg/remoteread/api.go:142:30: cannot use v1api (variable of type "github.com/prometheus/client_golang/api/prometheus/v1".API) as API value in struct literal: "github.com/prometheus/client_golang/api/prometheus/v1".API does not implement API (wrong type for method LabelNames) have LabelNames("context".Context, []string, "time".Time, "time".Time, ..."github.com/prometheus/client_golang/api/prometheus/v1".Option) ([]string, "github.com/prometheus/client_golang/api/prometheus/v1".Warnings, error) want LabelNames("context".Context, []string, "time".Time, "time".Time) ([]string, "github.com/prometheus/client_golang/api/prometheus/v1".Warnings, error) make: *** [build] Error 1
Any ideas? TY!
Wade
The text was updated successfully, but these errors were encountered: