Class ForwarderMetrics
Represents metrics reported by the Yarp.ReverseProxy event counters.
Inheritance
System.Object
ForwarderMetrics
Namespace: Yarp.Telemetry.Consumption
Assembly: Yarp.Telemetry.Consumption.dll
Syntax
public sealed class ForwarderMetrics : object
Constructors
| Improve this Doc View SourceForwarderMetrics()
Declaration
public ForwarderMetrics()
Properties
| Improve this Doc View SourceCurrentRequests
Number of active proxy requests that have started but not yet completed or failed.
Declaration
public long CurrentRequests { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
RequestsFailed
Number of proxy requests that failed since telemetry was enabled.
Declaration
public long RequestsFailed { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
RequestsStarted
Number of proxy requests started since telemetry was enabled.
Declaration
public long RequestsStarted { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
RequestsStartedRate
Number of proxy requests started in the last metrics interval.
Declaration
public long RequestsStartedRate { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Timestamp
Timestamp of when this ForwarderMetrics instance was created.
Declaration
public DateTime Timestamp { get; }
Property Value
Type | Description |
---|---|
DateTime |