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

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

[Install]
WantedBy=multi-user.target