Class HealthCounts
- Namespace
- Steeltoe.CircuitBreaker.Hystrix
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public class HealthCounts
- Inheritance
-
HealthCounts
- Inherited Members
Properties
Empty
public static HealthCounts Empty { get; }
Property Value
ErrorCount
public long ErrorCount { get; }
Property Value
ErrorPercentage
public int ErrorPercentage { get; }
Property Value
TotalRequests
public long TotalRequests { get; }
Property Value
Methods
Plus(long[])
public HealthCounts Plus(long[] eventTypeCounts)
Parameters
eventTypeCounts
long[]
Returns
ToString()
public override string ToString()