CircuitBreakerMetrics

Implement this trait for your monitoring system if you want to get insight into your circuit breaker.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def increaseRejected: F[Unit]
def setState(state: State): F[Unit]