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
HystrixCommand s that have been registered |
static int |
getGlobalConcurrentThreadsExecuting()
Return the number of currently-executing Hystrix threads
|
static int |
getGroupCount()
Return the number of unique
HystrixCommandGroupKey s that have been registered |
static int |
getThreadPoolCount()
Return the number of unique
HystrixThreadPool s that have been registered |
public static int getGlobalConcurrentThreadsExecuting()
public static int getCommandCount()
HystrixCommand
s that have been registeredHystrixCommand
s that have been registeredpublic static int getThreadPoolCount()
HystrixThreadPool
s that have been registeredHystrixThreadPool
s that have been registeredpublic static int getGroupCount()
HystrixCommandGroupKey
s that have been registeredHystrixCommandGroupKey
s that have been registered