Operations grimoire/Sentry: Difference between revisions

From Nasqueron Agora
(Created page with "'''Sentry''' is deployed on Equatower through the Docker PaaS. The Sentry DSN or the humans UI can be reached at https://sentry.nasqueron.org == Statistics == <source l...")
 
Line 6: Line 6:


<source lang="console">
<source lang="console">
$ docker stats sentry_web_1 sentry_db sentry_redis sentry_smtp sentry_worker_1 sentry_cron</code>
$ docker stats sentry_web_1 sentry_db sentry_redis sentry_smtp sentry_worker_1 sentry_cron
</source>
</source>

Revision as of 18:09, 11 November 2018

Sentry is deployed on Equatower through the Docker PaaS.

The Sentry DSN or the humans UI can be reached at https://sentry.nasqueron.org

Statistics

$ docker stats sentry_web_1 sentry_db sentry_redis sentry_smtp sentry_worker_1 sentry_cron