From b83e4c75d34a744ad01fe6634e2f14316ef79ee1 Mon Sep 17 00:00:00 2001 From: odubajDT Date: Wed, 7 Aug 2024 09:56:45 +0200 Subject: [PATCH] adapt readme Signed-off-by: odubajDT --- 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 618fdaac5395..d1741e19e38c 100644 --- a/processor/transformprocessor/README.md +++ b/processor/transformprocessor/README.md @@ -446,7 +446,7 @@ Examples: - `aggregate_on_attribute_value(sum, attr1, [val1, val2], new_val) where name == "system.memory.usage` -The `aggregate_on_attributes` function can also be used in conjunction with +The `aggregate_on_attribute_value` function can also be used in conjunction with [keep_matching_keys](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/ottlfuncs#keep_matching_keys) or [delete_matching_keys](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/ottlfuncs#delete_matching_keys).