Skip to content
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 a /health API endpoint #122

Open
corviday opened this issue Feb 21, 2020 · 0 comments
Open

Add a /health API endpoint #122

corviday opened this issue Feb 21, 2020 · 0 comments

Comments

@corviday
Copy link
Contributor

corviday commented Feb 21, 2020

We are using Prometheus, which can scrape arbitrary pages to collect performance metrics, so any performance data the backend makes available via a /health API endpoint could be incorporated into our monitoring and logging systems for the live servers.

Cache hit/miss/size data would be useful for catching or diagnosing problems. We still have a frustratingly hard to reproduce and intermittent memory issue that realtime insight into the cache could conceivably shed light on, and in general, information on cache efficiency would help fine-tuning load sharing between the backend instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants