Skip to content

Commit

Permalink
apply suggestions from PR review
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
  • Loading branch information
bacherfl and evan-bradley authored Jun 19, 2024
1 parent 14bbdd8 commit 0090fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ottl/ottlfuncs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ Examples:

### scale_metric

`scale_metric(value, factor)`
`scale_metric(factor)`

The `Scale` function multiplies the original `value` by the `factor`.
The `scale_metric` function multiplies the values in the data points in the metric by the `factor`.
The supported data types are:

- `data_points` - Supported metric types are `Gauge`, `Sum` and `Histogram`.
Expand Down

0 comments on commit 0090fcc

Please sign in to comment.