Skip to content

Commit b4cbc17

Browse files
committed
Update processor/transformprocessor/README.md
1 parent b83e4c7 commit b4cbc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processor/transformprocessor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ To aggregate only using a specified set of attributes, you can use `keep_matchin
420420

421421
`aggregate_on_attribute_value(function, attribute, values, newValue)`
422422

423-
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.
423+
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.
424424

425425
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.
426426

0 commit comments

Comments
 (0)