]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Minor docs edit 16393/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 12 Nov 2025 15:58:20 +0000 (16:58 +0100)
committerJess Bees <jesse@toomanybees.com>
Mon, 17 Nov 2025 19:35:55 +0000 (14:35 -0500)
Co-authored-by: Remi Gacogne <github@coredump.fr>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/docs/lua-scripting/statistics.rst

index 251cc7d32f1550540186b8f561bec6fd9e12fcbb..032580d5a713397bb29594961a571e2b092ce4df 100644 (file)
@@ -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.