HttpMetrics Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents metrics reported by the System.Net.Http event counters.
public sealed class HttpMetrics
type HttpMetrics = class
Public NotInheritable Class HttpMetrics
- Inheritance
-
HttpMetrics
Current |
Number of currently open HTTP 1.1 connections. |
Current |
Number of currently open HTTP 2.0 connections. |
Current |
Number of currently open HTTP 3.0 connections. |
Current |
Number of active HTTP requests that have started but not yet completed or failed. |
Http11Requests |
Average time spent on queue for HTTP 1.1 requests that hit the MaxConnectionsPerServer limit in the last metrics interval. |
Http20Requests |
Average time spent on queue for HTTP 2.0 requests that hit the MAX_CONCURRENT_STREAMS limit on the connection in the last metrics interval. |
Http30Requests |
Average time spent on queue for HTTP 3.0 requests in the last metrics interval. |
Requests |
Number of HTTP requests that failed since telemetry was enabled. |
Requests |
Number of HTTP requests that failed in the last metrics interval. |
Requests |
Number of HTTP requests started since telemetry was enabled. |
Requests |
Number of HTTP requests started in the last metrics interval. |
Timestamp |
Timestamp of when this KestrelMetrics instance was created. |
Produkt | Verzie |
---|---|
Yarp | 1.0.1, 1.1.2, 2.0.1, 2.1.0, 2.2.0 |