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 ffbc1f1 commit dfe1e44
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:

`ToLowerCase(target)`

The `ToLowerCase` Converter converts the `target` string into lower case.
The `ToLowerCase` Converter converts the `target` string into lower case (e.g. `MyMetricName` to `mymetricmame`).

`target` is a string.

Examples:

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

### TraceID

Expand Down

0 comments on commit dfe1e44

Please sign in to comment.