Skip to content

Commit 44fa207

Browse files
Update src/Components/Components/src/ComponentsMetrics.cs
Co-authored-by: Noah Falk <[email protected]>
1 parent cf2ab99 commit 44fa207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/src/ComponentsMetrics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public ComponentsMetrics(IMeterFactory meterFactory)
5454

5555
_eventException = _meter.CreateCounter<long>(
5656
"aspnetcore.components.event.exception",
57-
unit: "{exceptions}",
57+
unit: "{exception}",
5858
description: "Total number of exceptions during browser event processing.");
5959

6060
_parametersDuration = _meter.CreateHistogram(

0 commit comments

Comments
 (0)