blob: 6ccf068352aa9ea2bd97f38e5ed3d7c6eb505611 (
plain)
1
2
3
4
5
6
7
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 DATABASES command
output. For the full list, see the prometheus_pgbouncer_exporter/collectors.py
file.
|