From dfe1e4436f5ed2dd805d14da913dbb5f842a95f1 Mon Sep 17 00:00:00 2001 From: odubajDT <93584209+odubajDT@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:06:36 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com> --- pkg/ottl/ottlfuncs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/ottl/ottlfuncs/README.md b/pkg/ottl/ottlfuncs/README.md index b7847e3e7010..555ad9a7bca4 100644 --- a/pkg/ottl/ottlfuncs/README.md +++ b/pkg/ottl/ottlfuncs/README.md @@ -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