From 6857e4aa65e1a963c2ac3ae157788021d9268a10 Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Sun, 2 Mar 2025 13:59:04 -0500 Subject: [PATCH] Update src/docs/markdown/caddyfile/options.md Co-authored-by: Mohammed Al Sahaf --- src/docs/markdown/caddyfile/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {