aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-27 15:34:47 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-30 13:09:04 +0000
commit275a63ac682cb12dca8a59143d82423f331810aa (patch)
treeefb0c48eac779b54464e94386a3b96d01556e424 /README
parentb12129f0da219291e52b1725dae24528c882a55e (diff)
downloadprometheus-pgbouncer-exporter-275a63ac682cb12dca8a59143d82423f331810aa.tar
prometheus-pgbouncer-exporter-275a63ac682cb12dca8a59143d82423f331810aa.tar.gz
Add a basic README
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9200d37
--- /dev/null
+++ b/README
@@ -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.