-
Notifications
You must be signed in to change notification settings - Fork 0
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 /health
page
#76
Comments
These data could also be exposed via the Prometheus endpoint (#56), although an aggregated set of data from across the service would be useful for service-wide metrics. If you do expose service-wide metrics at |
Example with Prometheus formatting https://api.mapumental.com/health/metrics |
Might be worth a look: https://github.com/Strech/sidekiq-prometheus-exporter |
Also want a check for "old" queued submissions with no reference where there are no jobs scheduled (or retry jobs scheduled) to guard against #89. |
Consider signs that the app is having issues.
I expect we want to check that:
We can then add this to the
test_urls
vhost config.The text was updated successfully, but these errors were encountered: