Can sentry trigger alert is the application is down

I would like to know if sentry can trigger an alert if the containers my django application is on is completely down.

You can configure metric alerts to monitor if your transaction volume or error volume drops to zero events/minute, that would likely indicate something is down. Sentry does not know or monitor containers.

1 Like