aboutsummaryrefslogtreecommitdiff
path: root/prometheus-pgbouncer-exporter.service
blob: b95ab6c7cbcefbc8886f246e1d5aa6da7ff13ddb (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Expose data from pgbouncer for collection by Prometheus
BindsTo=pgbouncer.service
After=pgbouncer.service

[Service]
User=postgres
ExecStart=/usr/bin/prometheus-pgbouncer-exporter

[Install]
WantedBy=pgbouncer.service