-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Unauthorized metrics endpoint #80
Comments
I don't think we expose any metrics at the moment - the metrics endpoint is probably from kubebuilder scaffolding. Are there some specific metrics that you would be interested in? |
I see there are metrics exposed on
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
in deploy yaml file I see that service has following annotation:
prometheus.io/scrape: "true"
But when my prometheus tries to scrape metrics, it says
Unauthorized
I tried to check it with curl and got the same
Could you please explain, why
/metrics
endpoint has authorization and how to disable it?BTW, I did not find list of exposed metrics.
Could please provide?
Thanks.
The text was updated successfully, but these errors were encountered: