diff --git a/src/docs/markdown/caddyfile/options.md b/src/docs/markdown/caddyfile/options.md index 8daa55f..8dba31f 100644 --- a/src/docs/markdown/caddyfile/options.md +++ b/src/docs/markdown/caddyfile/options.md @@ -969,6 +969,15 @@ 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. + +```caddy +{ + metrics { + per_host + } +} +``` ##### `trace`