Просмотр исходного кода

Merge pull request #1505 from eliecharra/patch-1

docs: fix typo on `listen-metrics-http`
Philipp C. Heckel 2 месяцев назад
Родитель
Сommit
ce878a5d03
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/config.md

+ 1 - 1
docs/config.md

@@ -1531,7 +1531,7 @@ See [Installation for Docker](install.md#docker) for an example of how this coul
 If configured, ntfy can expose a `/metrics` endpoint for [Prometheus](https://prometheus.io/), which can then be used to
 create dashboards and alerts (e.g. via [Grafana](https://grafana.com/)).
 
-To configure the metrics endpoint, either set `enable-metrics` and/or set the `listen-metrics-http` option to a dedicated
+To configure the metrics endpoint, either set `enable-metrics` and/or set the `metrics-listen-http` option to a dedicated
 listen address. Metrics may be considered sensitive information, so before you enable them, be sure you know what you are
 doing, and/or secure access to the endpoint in your reverse proxy.