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
If I have 10 applications running on same server (Liberty), how do I show /metrics and /health point by the application
Instead of this endpoint showing metrics for all 10 apps https://myserver/metrics
https://myserver/metrics
I would like to have app context root in the endpoint so I can distinguish btw these 10 apps like:
https://myserver/app1/metrics https://myserver/app2/metrics https://myserver/app3/metrics ... https://myserver/app10/metrics
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I have 10 applications running on same server (Liberty), how do I show /metrics and /health point by the application
Instead of this endpoint showing metrics for all 10 apps
https://myserver/metrics
I would like to have app context root in the endpoint so I can distinguish btw these 10 apps like:
The text was updated successfully, but these errors were encountered: