feat: cleaning up some metrics & adding labels
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
logging = {
|
||||
enable = true;
|
||||
metricsEnable = true;
|
||||
prometheusPorts = [ 9187 ];
|
||||
prometheusPorts = {
|
||||
postgres = 9187;
|
||||
};
|
||||
};
|
||||
private = true;
|
||||
auth = true;
|
||||
|
||||
Reference in New Issue
Block a user