Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com>
  • Loading branch information
odubajDT and edmocosta authored Jan 30, 2025
1 parent 3090793 commit 2d12a27
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 @@ -2061,13 +2061,13 @@ Examples:

`ToUpperCase(target)`

The `ToUpperCase` Converter converts the `target` string into upper case.
The `ToUpperCase` Converter converts the `target` string into upper case (e.g. `MyMetricName` to `MYMETRICNAME`).

`target` is a string.

Examples:

- `ToUpperCase(metric.name)` where `metric.name` contains `MyMetricName`, which will be converted to `MYMETRICNAME`
- `ToUpperCase(metric.name)`

### TraceID

Expand Down

0 comments on commit 2d12a27

Please sign in to comment.