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 additional checks to Health Monitor #3

Open
maxachis opened this issue Jun 16, 2024 · 0 comments
Open

Add additional checks to Health Monitor #3

maxachis opened this issue Jun 16, 2024 · 0 comments

Comments

@maxachis
Copy link
Collaborator

maxachis commented Jun 16, 2024

To ensure the Health Monitor is robust, we should add additional checks to ascertain health:

  1. Key endpoints are responding (we already have this in the form of a search endpoint test)
  2. Measure response times of search endpoint -- if latency is high, that's an issue
  3. CPU, Memory Usage, Disk Space, and IO/Rates of Client VM and Database VM -- if these go over (and possibly under) certain limits, that's worth warning about.
  4. Backend database is online and responding to simple queries

In addition, we want to be careful not to add too much clutter -- if the Backup Database is offline, then obviously CPU, Memory Usage, and other tests will fail as well, so we don't need all of those alerts firing off at once, and some should be suppressed if others are run.

In addition to adding these checks, we should then create tests to validate that these perform as expected.

@josh-chamberlain josh-chamberlain transferred this issue from Police-Data-Accessibility-Project/data-sources-app Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant