From b4cbc1791e7e3fdba4692d15dadefa9506057a31 Mon Sep 17 00:00:00 2001 From: odubajDT <93584209+odubajDT@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:38:58 +0200 Subject: [PATCH] Update processor/transformprocessor/README.md --- processor/transformprocessor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/transformprocessor/README.md b/processor/transformprocessor/README.md index d1741e19e38c..455395318ae3 100644 --- a/processor/transformprocessor/README.md +++ b/processor/transformprocessor/README.md @@ -420,7 +420,7 @@ To aggregate only using a specified set of attributes, you can use `keep_matchin `aggregate_on_attribute_value(function, attribute, values, newValue)` -The `aggregate_on_attribute_value` function aggreates all datapoints in the metric containing the attribute `attribute` with one of the values present in the `values` parameter. `function` is a case-sensitive string that represents the aggregation function. +The `aggregate_on_attribute_value` function aggregates all datapoints in the metric containing the attribute `attribute` with one of the values present in the `values` parameter. `function` is a case-sensitive string that represents the aggregation function. Firstly, `attribute` values with one of the values present in `values` are substituted by `newValue` for all datapoints. Afterwards all datapoints are aggregated depending on the attributes.