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 44fa207 commit 105b02fCopy full SHA for 105b02f
src/Components/Components/src/ComponentsMetrics.cs
@@ -75,7 +75,7 @@ public ComponentsMetrics(IMeterFactory meterFactory)
75
advice: new InstrumentAdvice<double> { HistogramBucketBoundaries = MetricsConstants.ShortSecondsBucketBoundaries });
76
77
_batchException = _meter.CreateCounter<long>(
78
- "aspnetcore.components.rendering.batch.exception",
+ "aspnetcore.components.rendering.batch.exceptions",
79
unit: "{exceptions}",
80
description: "Total number of exceptions during batch rendering.");
81
}
0 commit comments