We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code below
load-watcher/pkg/watcher/internal/metricsprovider/prometheus.go
Line 66 in 1c92ae3
is no longer valid in the latest Prometheus library.
The code should be refactored to:
config.NewAuthorizationCredentialsRoundTripper("Bearer", token, rt)
This is found when I wanted to bump the version of scheduler-plugins to k8s 1.22.
The text was updated successfully, but these errors were encountered:
@wangchen615 Could you please look into upgrading Prometheus library to v0.26.0 from v0.15.0?
Sorry, something went wrong.
@zorro786 I just raised a PR :)
Successfully merging a pull request may close this issue.
The code below
load-watcher/pkg/watcher/internal/metricsprovider/prometheus.go
Line 66 in 1c92ae3
is no longer valid in the latest Prometheus library.
The code should be refactored to:
This is found when I wanted to bump the version of scheduler-plugins to k8s 1.22.
The text was updated successfully, but these errors were encountered: