From efb6575e2f052d10cbbd2f2c56d810c5b3211792 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 12 Nov 2025 16:58:20 +0100 Subject: [PATCH] Minor docs edit Co-authored-by: Remi Gacogne Signed-off-by: Otto Moerbeek --- pdns/recursordist/docs/lua-scripting/statistics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3