From 14df5af6607220dbe85ca5b8e5bbf452799170ba Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Wed, 15 Nov 2023 14:28:03 +0100 Subject: [PATCH] docs/stream-aggr: specify the relabeling order during aggregation Signed-off-by: hagen1778 (cherry picked from commit 68d2cb203df2e540c1c597135b8ea20cd723bc63) --- docs/stream-aggregation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/stream-aggregation.md b/docs/stream-aggregation.md index e0297c17a..1c044dc86 100644 --- a/docs/stream-aggregation.md +++ b/docs/stream-aggregation.md @@ -402,6 +402,9 @@ For example, the following config removes the `:1m_sum_samples` suffix added [to regex: "(.+):.+" ``` +`input_relabel_configs` and `output_relabel_config` is applied at the very end, after `-remoteWrite.relabelConfig` +and scrape relabeling was applied. + ## Aggregation outputs The aggregations are calculated during the `interval` specified in the [config](#stream-aggregation-config)