-
Notifications
You must be signed in to change notification settings - Fork 136
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
Support for customized scrape endpoint instead of hard coded "/metrics" #58
Comments
That's not hardcoded, it should just work. |
I see, I thought it was reason for not getting it working. What is the client -- fqdn parameter ?
|
Not sure if this is exactly your solution, but if you use a fqdn for the client which resolves to the host on which the client runs and inside the host resolves to localhost (using |
Hey, Take a look at my answer here: #159 Hope it can help you :) |
In SpringBoot based uservices Prometheus endpoint is not necessary /metric but is is configured to something like /xx/prometheus. If health check use xx/status it is not possible to remove /xx prefix without breaking the health.
PushProx should provide command line parameter to configure non default metrics endpoint.
The text was updated successfully, but these errors were encountered: