From 304556ac03ff5abf5787abea4a566f75c32253b4 Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Mon, 10 Oct 2022 09:14:17 -0600 Subject: [PATCH] better note --- src/docs/markdown/metrics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/markdown/metrics.md b/src/docs/markdown/metrics.md index a60d5d2..08bccb4 100644 --- a/src/docs/markdown/metrics.md +++ b/src/docs/markdown/metrics.md @@ -9,13 +9,13 @@ Caddy server on an embedded device, it's likely that at some point you'll want to have a high-level overview of what Caddy is doing, and how long it's taking. In other words, you're going to want to be able to _monitor_ Caddy. -> **Note** -> This was added in Caddy 2.6 - ## Enabling metrics 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 { servers {