-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Description
Background and Motivation
See #48309 (comment)
Proposed API
Microsoft.AspNetCore.Hosting:
current-requests->http-server-current-requestsrequest-duration->http-server-request-duration
Microsoft.AspNetCore.Http.Connections:
current-connections->http-server-current-connectionsconnection-duration->http-server-connection-durationcurrent-transports->http-server-current-transports
http-server is probably the wrong name here. Maybe connection-handler?
Microsoft.AspNetCore.Server.Kestrel:
current-connections->kestrel-current-connectionsconnection-duration->kestrel-connection-durationrejected-connections->kestrel-rejected-connectionsqueued-connections->kestrel-queued-connectionsqueued-requests->kestrel-queued-requestscurrent-upgraded-connections->kestrel-current-upgraded-connectionstls-handshake-duration->kestrel-tls-handshake-durationcurrent-tls-handshakes->kestrel-current-tls-handshakes
Microsoft.AspNetCore.RateLimiting:
current-leased-requests->rate-limiting-current-leased-requestsleased-request-duration->rate-limiting-leased-request-durationcurrent-queued-requests->rate-limiting-current-queued-requestsqueued-request-duration->rate-limiting-queued-request-durationlease-failed-requests->rate-limiting-lease-failed-requests
Usage Examples
Alternative Designs
Risks
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions