Skip to content

yosefy/prometheus_couchbase_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%