diff options
author | Christopher Baines <mail@cbaines.net> | 2015-12-27 15:34:47 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-30 13:09:04 +0000 |
commit | 275a63ac682cb12dca8a59143d82423f331810aa (patch) | |
tree | efb0c48eac779b54464e94386a3b96d01556e424 | |
parent | b12129f0da219291e52b1725dae24528c882a55e (diff) | |
download | prometheus-pgbouncer-exporter-275a63ac682cb12dca8a59143d82423f331810aa.tar prometheus-pgbouncer-exporter-275a63ac682cb12dca8a59143d82423f331810aa.tar.gz |
Add a basic README
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +# PgBouncer exporter for Prometheus + +This is a simple exporter for PgBouncer that makes several metrics available to +Prometheus. + +Metrics are exported from the SHOW LISTS, STATS, POOLS and DATABASE comand +output. For the full list, see the prometheus_pgbouncer_exporter/collectors.py +file. |