Fix docs
parent
c3ec809727
commit
14285a95e5
|
@ -11,3 +11,4 @@ secrets/
|
||||||
*.iml
|
*.iml
|
||||||
node_modules/
|
node_modules/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
__pycache__
|
||||||
|
|
|
@ -1111,12 +1111,12 @@ doing, and/or secure access to the endpoint in your reverse proxy.
|
||||||
- `metrics-listen-http` exposes the metrics endpoint via a dedicated `[IP]:port`. If set, this option implicitly
|
- `metrics-listen-http` exposes the metrics endpoint via a dedicated `[IP]:port`. If set, this option implicitly
|
||||||
enables metrics as well, e.g. "10.0.1.1:9090" or ":9090"
|
enables metrics as well, e.g. "10.0.1.1:9090" or ":9090"
|
||||||
|
|
||||||
=== Using default port
|
=== "Using default port"
|
||||||
```yaml
|
```yaml
|
||||||
enable-metrics: true
|
enable-metrics: true
|
||||||
```
|
```
|
||||||
|
|
||||||
=== Using dedicated IP/port
|
=== "Using dedicated IP/port"
|
||||||
```yaml
|
```yaml
|
||||||
metrics-listen-http: "10.0.1.1:9090"
|
metrics-listen-http: "10.0.1.1:9090"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue