-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add docs on using spring actuator to debug issues #718
Comments
|
In our helm charts this can be enabled by setting the 'jvmopts' property associated with many of our containers
|
1 task
On Red Hat Openshift, prometheus can monitor user applications. See |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spring actuator can be enabled by setting the appropriate property:
Once run here are some examples of how to list metrics. We can also gather heapdumps, and check health.
All responses are json
The prometheus endpoint can be consumed by prometheus for more sophisticated use
Capturing these as rough notes, and will refine into proper docs
The text was updated successfully, but these errors were encountered: