feat: cleaning up some metrics & adding labels

This commit is contained in:
Xavier Morel
2025-11-15 22:37:50 +01:00
parent eff961ff24
commit 6578f1a626
8 changed files with 81 additions and 20 deletions

View File

@@ -24,7 +24,9 @@
logging = {
enable = true;
metricsEnable = true;
prometheusPorts = [ 9187 ];
prometheusPorts = {
postgres = 9187;
};
};
private = true;
auth = true;