p

akka.pattern

internal

package internal

Type Members

  1. trait CircuitBreakerTelemetry extends AnyRef

    Service Provider Interface (SPI) for collecting metrics from Circuit Breaker.

    Service Provider Interface (SPI) for collecting metrics from Circuit Breaker.

    Implementations must include a single constructor with two arguments: Circuit Breaker id and ExtendedActorSystem. To setup your implementation, add a setting in your application.conf:

    akka.circuit-breaker.telemetry.implementations += com.example.MyMetrics
    Annotations
    @InternalStableApi()