doc/manual: demonstrate ipv6 metrics address for queue-runner

This commit is contained in:
Cole Helbling 2022-04-07 11:28:21 -07:00
parent 3f303b479c
commit be6077d2bb

View file

@ -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)