Files
configpolicy/roles
Dustin C. Hatch 4f202c55e4 r/postgres-exporter: Deploy postgres-exporter
The [postgres-exporter][0] exposes PostgreSQL server statistics to
Prometheus.  It connects to a specified PostgreSQL server (in this
case, a server on the local machine via UNIX socket) and collects data
from the `pg_stat_activity`, et al. views.  It needs the `pg_monitor`
role in order to be allowed to read the relevant metrics.

Since we're setting up the exporter to connect via UNIX socket, it needs
a dedicated OS user to match the PostgreSQL user in order to
authenticate via the _peer_ method.

[0]: https://github.com/prometheus-community/postgres_exporter/
2024-07-02 20:44:29 -05:00
..
2018-08-08 21:38:56 -05:00
2020-03-09 20:29:52 -05:00
2018-07-23 17:35:10 -05:00
2023-11-13 17:45:21 -06:00
2018-04-08 10:11:43 -05:00
2024-06-23 10:43:15 -05:00
2024-01-22 09:03:15 -06:00
2023-10-24 17:27:21 -05:00
2022-08-15 17:12:35 -05:00
2023-10-28 16:07:39 -05:00
2018-06-06 21:44:28 -05:00
2022-08-15 17:06:20 -05:00
2024-01-21 16:12:29 -06:00