Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 845 Bytes

README.rst

File metadata and controls

28 lines (17 loc) · 845 Bytes

Prometheus Couchbase Exporter

This Prometheus exporter runs configured queries against Couchbase and exports the results as Prometheus gauge metrics.


Installation instructions:

Install via pip:

$ pip install prometheus-couchbase-exporter

See ``pip`` installation instructions at http://www.pip-installer.org/en/latest/installing.html

Usage example:

By default, it will bind to port 9119, query Couchbase on 127.0.0.1:8091 and run queries configured in an external module StatsMetrics. You can change these defaults as required by passing in options:

$ prometheus-couchbase-exporter -c <couchbase host:port> -p <port to listen>