Hi,
We are wondering what the healthcheck for the bitbucket data center app instance /status is checking when its reporting
{"state":"RUNNING"}
Is it only checking if the process is up? We want to make sure this is the appropriate healthcheck as we have noticed inaccurate results.
Thanks
Hi!
The "state" field can have a few different values, depending on whether the application is still starting up, is in "setup" mode or is available.
A state of "running" does not guarantee that the application is "healthy", it just means that it is able to serve requests. It's possible for a plugin to be broken and requests for that plugin to be failing, but other requests are fine.
For effective monitoring you should also keep an eye on the exception rate in the logs, as well as how many HTTP error responses it returns.
Cheers,
Wolfgang
Just to add to Wolfgang's response, here's a list of possible status values:
Cheers,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. Can someone please remove this. It was meant for the thread with the answer above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.