external url and fix queue address
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
f28e596132
commit
08f1c45a59
@ -62,7 +62,7 @@ in
|
|||||||
port = ${hydra_notify_prometheus_port}
|
port = ${hydra_notify_prometheus_port}
|
||||||
</prometheus>
|
</prometheus>
|
||||||
</hydra_notify>
|
</hydra_notify>
|
||||||
queue_runner_metrics_address = [::]:${hydra_queue_runner_prometheus_port}
|
queue_runner_metrics_address = 127.0.0.1:${hydra_queue_runner_prometheus_port}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -72,6 +72,7 @@ in
|
|||||||
};
|
};
|
||||||
prometheus = {
|
prometheus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
webExternalUrl = "https://prom.alicehuston.xyz";
|
||||||
port = 9001;
|
port = 9001;
|
||||||
exporters.node = {
|
exporters.node = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user