Ejemplo n.º 1
0
 public long GetRollingMaxActiveThreads()
 {
     return(counter.GetRollingMaxValue(HystrixRollingNumberEvent.ThreadMaxActive));
 }
 public long GetRollingMaxConcurrentExecutions()
 {
     return(counter.GetRollingMaxValue(HystrixRollingNumberEvent.CommandMaxActive));
 }