-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
core: (health) monitoring endpoint #216
Comments
Would be especially useful to control delivery by load-balancers like https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/ as well as providing some extra levers for doing things like clearing caches, etc. |
Yup, it would be great if there where some libraries for that. I have to check if anything exists in the go ecosystem that solves this easily.
|
Consul has a go library and many kinds of health checks: |
a very simple check (returns 204 on success) will be available at |
* oauth2: scopes should be separated by %20 and not +, to ensure javascript compatibility - closes #277 * oauth2/introspect: make endpoint rfc7662 compatible - closes #289 * warden: make it clear that ladon.Request.Subject is not required or break bc and remove it - closes #270 * travis: execute gox build only when new commit is a new tag - closes #285 * docs: improve introduction (#267) * core: (health) monitoring endpoint - closes #216 * oauth2/introspect: make endpoint rfc7662 compatible - closes #289 * connections: remove connections API - closes #265 * oauth2: token revocation endpoint - closes #233 * vendor: update to fosite 0.5.0 * core: add sql support #292 * connections: remove connections API - closes #265 * all: coverage report is missing covered lines of nested packages - closes #296 * cmd: prettify the `hydra token user` output - closes #281 * travis: make it possible for travis-ci to build forked repos - closes #295
There should be a monitoring endpoint giving data on database connectivity, current state of memory and information on error rate
The text was updated successfully, but these errors were encountered: