From 58f50ac30cf65dccdff72f32b9af2c0343780daf Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 14 Jul 2020 10:56:11 +0200 Subject: [PATCH] auth docs: note that /metrics is new in 4.4; closes #9325 --- docs/http-api/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/http-api/index.rst b/docs/http-api/index.rst index 5b56fd782a..21b369c94a 100644 --- a/docs/http-api/index.rst +++ b/docs/http-api/index.rst @@ -25,6 +25,8 @@ The following webserver related configuration items are available: Metrics Endpoint ---------------- +.. versionadded:: 4.4.0 + The webserver exposes a metrics-endpoint that follows the `prometheus exposition-format `_ on path ``/metrics``. The metrics listed are equivalent to the variables section on the index-page of the webserver (prefixed with ``pdns_auth_`` and replacing dashes with underscores). -- 2.47.2