aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 719dd0233fc3808def636ccf3619b7b82416fd45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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 DATABASES command
output. For the full list, see the
prometheus\_pgbouncer\_exporter/collectors.py file.

Please send any comments or queries to Christopher Baines <mail@cbaines.net>.

## Installation

### Debian

You can build a Debian binary package from the source package in the git
repository. Alternatively, you can download a binary package from here:

<http://cbaines.net/projects/prometheus-pgbouncer-exporter/releases/>

### Other Operating Systems

I would recommend installing using setuptools, then running the
promtheus-pgbouncer-exporter script. A systemd service file is provided which
can be used if you have systemd.