From: Otto Moerbeek Date: Wed, 12 Nov 2025 15:58:20 +0000 (+0100) Subject: Minor docs edit X-Git-Tag: rec-5.4.0-alpha1~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb6575e2f052d10cbbd2f2c56d810c5b3211792;p=thirdparty%2Fpdns.git Minor docs edit Co-authored-by: Remi Gacogne Signed-off-by: Otto Moerbeek --- diff --git a/pdns/recursordist/docs/lua-scripting/statistics.rst b/pdns/recursordist/docs/lua-scripting/statistics.rst index 251cc7d32f..032580d5a7 100644 --- a/pdns/recursordist/docs/lua-scripting/statistics.rst +++ b/pdns/recursordist/docs/lua-scripting/statistics.rst @@ -15,7 +15,7 @@ Create a custom metric with: myMetric = getMetric("myspecialmetric") .. function:: getMetric(name [, prometheusName]) -> Metric - getMetric(name [, prometheusTable]) -> Metric + getMetric(name [, prometheusName | prometheusTable]) -> Metric Returns the :class:`Metric` object with the name ``name``, creating the metric if it does not exist.