Skip to content

Commit

Permalink
adding doc for new metrics plugin 'prometheus'
Browse files Browse the repository at this point in the history
  • Loading branch information
savar committed Feb 24, 2017
1 parent 120707a commit c70db45
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/plugins.rst
Expand Up @@ -170,6 +170,30 @@ Configuration in thumbor.conf:
For monitors and keys, the values ​​used are those defined in the
configuration file ceph.conf.

Metrics
--------

`thumbor\_prometheus <https://github.com/thumbor-community/prometheus>`__ (by `Simon Effenberg <https://github.com/savar>`__)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`Prometheus <https://prometheus.io/>`__ a monitoring and alerting toolkit.

This module provide support for Prometheus as metrics collector.

- *URL:* https://github.com/thumbor-community/prometheus
- *Installing:*
``pip install tc_prometheus``

Configuration in thumbor.conf:

::

################################# Extensibility #################################
METRICS = 'tc_prometheus.metrics.prometheus_metrics'

# optional with defaults
PROMETHEUS_SCRAPE_PORT = 8000 # Port the prometheus client should listen on

Extensions
----------

Expand Down

0 comments on commit c70db45

Please sign in to comment.