From: Peter van Dijk Date: Tue, 14 Jul 2020 08:56:11 +0000 (+0200) Subject: auth docs: note that /metrics is new in 4.4; closes #9325 X-Git-Tag: rec-4.4.0-alpha2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58f50ac30cf65dccdff72f32b9af2c0343780daf;p=thirdparty%2Fpdns.git auth docs: note that /metrics is new in 4.4; closes #9325 --- 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).