Skip to content

Commit

Permalink
Add documentation around queue monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Mar 31, 2016
1 parent 1c18ec4 commit 1d3cbea
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ running on your own infrastructure.
internal-metrics
performance
cli/index
health-checks
monitoring
beacon
plugins
faq
Expand Down
29 changes: 29 additions & 0 deletions docs/health-checks.rst → docs/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,32 @@ That said, we also expose additional checks via the same endpoint by passing
with your configuration or a serious backlog in tasks."
]
}
Queue Monitoring
================

The health of Sentry relies very heavily on passing messages through our queue
and if the queue is backlogged, we will notify you through a message in the UI
if you are a superuser.

To monitor the health actively with an external tool such as collectd or Diamond,
Sentry provides a CLI tool that returns machine parsable output.

.. code-block:: bash
$ sentry queues list
alerts 0
auth 0
cleanup 0
counters-0 0
default 0
digests.delivery 0
digests.scheduling 0
email 0
events 34
merge 0
options 0
search 0
triggers-0 0
update 0

0 comments on commit 1d3cbea

Please sign in to comment.