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;
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
logging = {
|
||||
enable = true;
|
||||
metricsEnable = true;
|
||||
prometheusPorts = [
|
||||
9167
|
||||
];
|
||||
prometheusPorts = {
|
||||
unbound = 9167;
|
||||
};
|
||||
};
|
||||
private = true;
|
||||
auth = true;
|
||||
|
||||
@@ -30,9 +30,9 @@ in
|
||||
logging = {
|
||||
enable = true;
|
||||
metricsEnable = true;
|
||||
prometheusPorts = [
|
||||
9708
|
||||
];
|
||||
prometheusPorts = {
|
||||
yarrr = 9708;
|
||||
};
|
||||
};
|
||||
otherDomains = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user