Skip to content

Commit 105b02f

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

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
@@ -75,7 +75,7 @@ public ComponentsMetrics(IMeterFactory meterFactory)
7575
advice: new InstrumentAdvice<double> { HistogramBucketBoundaries = MetricsConstants.ShortSecondsBucketBoundaries });
7676

7777
_batchException = _meter.CreateCounter<long>(
78-
"aspnetcore.components.rendering.batch.exception",
78+
"aspnetcore.components.rendering.batch.exceptions",
7979
unit: "{exceptions}",
8080
description: "Total number of exceptions during batch rendering.");
8181
}

0 commit comments

Comments
 (0)