diff --git a/pkg/ottl/ottlfuncs/README.md b/pkg/ottl/ottlfuncs/README.md index 37442ad48d83..0368ec0e8064 100644 --- a/pkg/ottl/ottlfuncs/README.md +++ b/pkg/ottl/ottlfuncs/README.md @@ -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