Skip to content

Commit

Permalink
docs: Document basic-auth-enable for Prometheus logger (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlexis-tomtom authored Jul 6, 2023
1 parent 72ed13e commit 3b2dede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/logger_prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This logger generates **prometheus** metrics. Use the following Grafana [dashboa
Options:
- `listen-ip`: (string) listening IP
- `listen-port`: (integer) listening port
- `basic-auth-enable`: (bool) whether to enable basic auth
- `basic-auth-login`: (string) default login for basic auth
- `basic-auth-pwd`: (string) default password for basic auth
- `tls-support`: (boolean) tls support
Expand All @@ -24,6 +25,7 @@ Default values:
prometheus:
listen-ip: 0.0.0.0
listen-port: 8081
basic-auth-enable: true
basic-auth-login: admin
basic-auth-pwd: changeme
tls-support: false
Expand Down

0 comments on commit 3b2dede

Please sign in to comment.