Skip to content

Commit

Permalink
README: add Prometheus endpoint option
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobioz committed Feb 28, 2019
1 parent 701c84f commit 9ff5508
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,20 @@ The value is a JSON object::

The ``tags`` setting can be used to enter optional tag values for the metrics.

``prometheus`` (default: disabled)

Expose metrics through a Prometheus endpoint.

The value is a JSON object::

{
"tags": {
"<tag>": "<value>"
}
}

The ``tags`` setting can be used to enter optional tag values for the metrics.

``syslog`` (default ``false``)

Determines whether syslog logging should be turned on or not.
Expand Down

0 comments on commit 9ff5508

Please sign in to comment.