Skip to content

Commit

Permalink
Update processor/transformprocessor/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odubajDT committed Sep 4, 2024
1 parent b83e4c7 commit b4cbc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/transformprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b4cbc17

Please sign in to comment.