Skip to content

Commit 013f376

Browse files
committed
update text
1 parent 489b14e commit 013f376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AOT/src/AOT/Function.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static string FunctionHandler(string input, ILambdaContext context)
5555

5656
private static string ToUpper(string input)
5757
{
58-
Metrics.AddMetric("GetGuid invocation", 1, MetricUnit.Count);
58+
Metrics.AddMetric("ToUpper invocation", 1, MetricUnit.Count);
5959

6060
var upper = input.ToUpper();
6161

0 commit comments

Comments
 (0)