Add node and gogs metrics collection to prometheus

This commit is contained in:
2023-01-23 13:12:46 +01:00
parent a78f120a65
commit b4e74a3959
3 changed files with 19 additions and 1 deletions

View File

@@ -3,8 +3,9 @@
./node.nix
./matrix-synapse.nix
./postgres.nix
./gogs.nix
];
services.prometheus = {
enable = true;
listenAddress = "127.0.0.1";