Class HystrixCounters
Inheritance
System.Object
HystrixCounters
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public static class HystrixCounters : object
Properties
|
Edit this page
View Source
CommandCount
Declaration
public static int CommandCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
GlobalConcurrentThreadsExecuting
Declaration
public static int GlobalConcurrentThreadsExecuting { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
GroupCount
Declaration
public static int GroupCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ThreadPoolCount
Declaration
public static int ThreadPoolCount { get; }
Property Value
Type |
Description |
System.Int32 |
|