diff --git a/src/docs/markdown/caddyfile/options.md b/src/docs/markdown/caddyfile/options.md index 42b8f9c..9ff496d 100644 --- a/src/docs/markdown/caddyfile/options.md +++ b/src/docs/markdown/caddyfile/options.md @@ -971,7 +971,7 @@ Enables Prometheus metrics collection; necessary before scraping metrics. Note t } ``` -You can add or remove the per_host option to separate metrics for each host rather than for the entire caddy server. +You can add the `per_host` option to label metrics with the host name of the metric. ```caddy {