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 39c6114 commit 96d46e9Copy full SHA for 96d46e9
src/Hosting/Hosting/src/Internal/HostingMetrics.cs
@@ -32,7 +32,7 @@ public HostingMetrics(IMeterFactory meterFactory)
32
description: "The duration of HTTP requests on the server.");
33
34
_unhandledRequestsCounter = _meter.CreateCounter<long>(
35
- "unhandled-requests",
+ "http-server-unhandled-requests",
36
description: "Number of HTTP requests that reached the end of the middleware pipeline without being handled by application code.");
37
}
38
0 commit comments