Class MetricsEndpointTextEndpointMiddleware
Inheritance
System.Object
AppMetricsMiddleware<AspNetMetricsOptions>
MetricsEndpointTextEndpointMiddleware
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Extensions.Middleware
Assembly:cs.temp.dll.dll
Syntax
public class MetricsEndpointTextEndpointMiddleware : AppMetricsMiddleware<AspNetMetricsOptions>
Constructors
MetricsEndpointTextEndpointMiddleware(RequestDelegate, AspNetMetricsOptions, ILoggerFactory, IMetrics, IMetricsTextResponseWriter)
Declaration
public MetricsEndpointTextEndpointMiddleware(RequestDelegate next, AspNetMetricsOptions aspNetOptions, ILoggerFactory loggerFactory, IMetrics metrics, IMetricsTextResponseWriter metricsTextResponseWriter)
Parameters
Type | Name | Description |
---|---|---|
RequestDelegate | next | |
AspNetMetricsOptions | aspNetOptions | |
ILoggerFactory | loggerFactory | |
IMetrics | metrics | |
IMetricsTextResponseWriter | metricsTextResponseWriter |
Methods
Invoke(HttpContext)
Declaration
public Task Invoke(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context |
Returns
Type | Description |
---|---|
Task |