We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489b14e commit 013f376Copy full SHA for 013f376
examples/AOT/src/AOT/Function.cs
@@ -55,7 +55,7 @@ public static string FunctionHandler(string input, ILambdaContext context)
55
56
private static string ToUpper(string input)
57
{
58
- Metrics.AddMetric("GetGuid invocation", 1, MetricUnit.Count);
+ Metrics.AddMetric("ToUpper invocation", 1, MetricUnit.Count);
59
60
var upper = input.ToUpper();
61
0 commit comments