Skip to content

Geo: Monitoring

To make a robust monitoring solution for Geo we have to answer the following questions, with one or more solutions:

Proposal

We have things that should be checked once during setup, that should not change during execution time, and we have state and failures that can happen during execution time.

For the first set of things, it should be part of either a rake task or a configuration check page in Admin screen.

For the second set of things we should add something to the Health Check API endpoint, or similar with more verbose details.

There are some interesting resources to explore from sidekiq monitoring here:

Related issues:

Edited by Nick Thomas