From 249b4043ec200d13fc07ec823c1e3e6e8a2bf37d Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Mon, 10 Oct 2022 08:44:00 -0600 Subject: [PATCH] Add a note about when metrics was added --- src/docs/markdown/metrics.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/docs/markdown/metrics.md b/src/docs/markdown/metrics.md index 75fb442..a60d5d2 100644 --- a/src/docs/markdown/metrics.md +++ b/src/docs/markdown/metrics.md @@ -9,6 +9,9 @@ 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):