public class HystrixCounters
extends java.lang.Object
| Constructor and Description | 
|---|
| HystrixCounters() | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | getCommandCount()Return the number of unique  HystrixCommands that have been registered | 
| static int | getGlobalConcurrentThreadsExecuting()Return the number of currently-executing Hystrix threads | 
| static int | getGroupCount()Return the number of unique  HystrixCommandGroupKeys that have been registered | 
| static int | getThreadPoolCount()Return the number of unique  HystrixThreadPools that have been registered | 
public static int getGlobalConcurrentThreadsExecuting()
public static int getCommandCount()
HystrixCommands that have been registeredHystrixCommands that have been registeredpublic static int getThreadPoolCount()
HystrixThreadPools that have been registeredHystrixThreadPools that have been registeredpublic static int getGroupCount()
HystrixCommandGroupKeys that have been registeredHystrixCommandGroupKeys that have been registered