From fee01032fb741f26979f6808fb307a5bef31854b Mon Sep 17 00:00:00 2001 From: earthgecko <96679+earthgecko@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:13:28 +0100 Subject: [PATCH 1/2] Update carbon-daemons.rst Explicitly state and relate rewrite-rules.conf to carbon-aggregator in the same way that relay-rules.conf is only applied to carbon-relay making it clearer as to what evaluates and executes rewrite-rules.conf --- docs/carbon-daemons.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/carbon-daemons.rst b/docs/carbon-daemons.rst index a10f46d8e..3112bb6ed 100644 --- a/docs/carbon-daemons.rst +++ b/docs/carbon-daemons.rst @@ -103,6 +103,11 @@ and whisper file sizes due to lower retention policies. interval, the values received are aggregated and published to ``carbon-cache.py`` as a single metric. +:doc:`rewrite-rules.conf ` + Defines regular expression patterns that can be used to rewrite metric names + in a search & replace fashion, ``[pre]`` and ``[post]`` aggreagation. + + carbon-aggregator-cache.py -------------------------- @@ -121,3 +126,7 @@ overhead of running both daemons. :doc:`aggregation-rules.conf ` See `carbon-aggregator.py` section. +:doc:`rewrite-rules.conf ` + See `carbon-aggregator.py` section. + + From 54b75c5aa1584ea256735eb7ab845b04273a2479 Mon Sep 17 00:00:00 2001 From: earthgecko <96679+earthgecko@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:39:10 +0100 Subject: [PATCH 2/2] Update carbon-daemons.rst typo --- docs/carbon-daemons.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/carbon-daemons.rst b/docs/carbon-daemons.rst index 3112bb6ed..27ff28a6e 100644 --- a/docs/carbon-daemons.rst +++ b/docs/carbon-daemons.rst @@ -105,7 +105,7 @@ and whisper file sizes due to lower retention policies. :doc:`rewrite-rules.conf ` Defines regular expression patterns that can be used to rewrite metric names - in a search & replace fashion, ``[pre]`` and ``[post]`` aggreagation. + in a search & replace fashion, ``[pre]`` and ``[post]`` aggregation. carbon-aggregator-cache.py