From b3f572fe3e421cdc1e0e3edaabd3bc4ec809914f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Mon, 16 Dec 2024 17:11:35 +0100 Subject: [PATCH] dnsdist: fix typos in custom metrics docs Co-authored-by: Remi Gacogne --- pdns/dnsdistdist/docs/reference/custommetrics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/reference/custommetrics.rst b/pdns/dnsdistdist/docs/reference/custommetrics.rst index a2b91e41413c..d688a0a1c16c 100644 --- a/pdns/dnsdistdist/docs/reference/custommetrics.rst +++ b/pdns/dnsdistdist/docs/reference/custommetrics.rst @@ -62,7 +62,7 @@ Then you can update those at runtime using the following functions, depending on Options: - * ``step``: int - By ow much the counter should be incremented, default to 1 + * ``step``: int - By how much the counter should be incremented, default to 1 * ``labels={}``: table - Set of key: value pairs with labels and their values that should be used to increment the metric. Different combinations of labels have different metric values. .. function:: decMetric(name [, step|options]) -> int @@ -88,7 +88,7 @@ Then you can update those at runtime using the following functions, depending on Options: - * ``step``: int - By ow much the counter should be decremented, default to 1 + * ``step``: int - By how much the counter should be decremented, default to 1 * ``labels={}``: table - Set of key: value pairs with labels and their values that should be used to decrement the metric. Different combinations of labels have different metric values. .. function:: getMetric(name [, options]) -> double