forked from lix-project/hydra
doc/manual: demonstrate ipv6 metrics address for queue-runner
This commit is contained in:
parent
3f303b479c
commit
be6077d2bb
|
@ -112,10 +112,14 @@ as below. A port of `:0` will make the exposer choose a random, available port.
|
|||
|
||||
```conf
|
||||
queue_runner_metrics_address = 127.0.0.1:9198
|
||||
# or
|
||||
queue_runner_metrics_address = [::]:9198
|
||||
```
|
||||
|
||||
```shell
|
||||
$ hydra-queue-runner --prometheus-address 127.0.0.1:9198
|
||||
# or
|
||||
$ hydra-queue-runner --prometheus-address [::]:9198
|
||||
```
|
||||
|
||||
Using LDAP as authentication backend (optional)
|
||||
|
|
Loading…
Reference in a new issue