From ee51d71919341b3861ef9596a80b43a9e0a8cc05 Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Mon, 10 Oct 2022 09:19:54 -0600 Subject: [PATCH] Update src/docs/markdown/metrics.md Co-authored-by: Matt Holt --- src/docs/markdown/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/metrics.md b/src/docs/markdown/metrics.md index 08bccb4..c5a22b2 100644 --- a/src/docs/markdown/metrics.md +++ b/src/docs/markdown/metrics.md @@ -14,7 +14,7 @@ In other words, you're going to want to be able to _monitor_ Caddy. You'll need to turn metrics on. If using a Caddyfile, enable metrics [in global options](/docs/caddyfile/options#metrics): > **Note** -> Prior to Caddy 2.6, metrics were on by default, so this global configutaion is unnecessary. In 2.6+, they are opt-in for performance reasons. +> Caddy 2.6 made metrics opt-in. To enable them, use either [Caddyfile global options](https://caddyserver.com/docs/caddyfile/options#metrics) or [the `metrics` parameter](https://caddyserver.com/docs/json/apps/http/servers/metrics/) of a server's JSON config. ```caddy {