diff options
| author | Max Audron <audron@cocaine.farm> | 2025-08-01 00:47:20 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-08-01 00:47:20 +0200 |
| commit | 4e6b076f1e629670229e6e3c53e43f818f4f2d62 (patch) | |
| tree | f960e0cf45d2f00d5128d10db8ef73164eb11dbd /modules/postgresql | |
| parent | update garage to 2.0 (diff) | |
more monitoring & scrape config shortcuts
Diffstat (limited to '')
| -rw-r--r-- | modules/postgresql/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postgresql/default.nix b/modules/postgresql/default.nix index 0e6d372..20c1906 100644 --- a/modules/postgresql/default.nix +++ b/modules/postgresql/default.nix @@ -29,4 +29,6 @@ listen_addresses = lib.mkForce "127.0.0.1,10.10.0.1,::1"; }; }; + + services.prometheus.exporters.postgres.enable = true; } |
