Skip to content

Commit 96d46e9

Browse files
committed
Update counter name
1 parent 39c6114 commit 96d46e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hosting/Hosting/src/Internal/HostingMetrics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public HostingMetrics(IMeterFactory meterFactory)
3232
description: "The duration of HTTP requests on the server.");
3333

3434
_unhandledRequestsCounter = _meter.CreateCounter<long>(
35-
"unhandled-requests",
35+
"http-server-unhandled-requests",
3636
description: "Number of HTTP requests that reached the end of the middleware pipeline without being handled by application code.");
3737
}
3838

0 commit comments

Comments
 (0)