Table of Contents

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

HealthCounts

ErrorCount

public long ErrorCount { get; }

Property Value

long

ErrorPercentage

public int ErrorPercentage { get; }

Property Value

int

TotalRequests

public long TotalRequests { get; }

Property Value

long

Methods

Plus(long[])

public HealthCounts Plus(long[] eventTypeCounts)

Parameters

eventTypeCounts long[]

Returns

HealthCounts

ToString()

public override string ToString()

Returns

string