Packages

package internal

Package Members

  1. package protobuf

Type Members

  1. trait Telemetry extends AnyRef

    Service Provider Interface (SPI) for collecting metrics from projections.

    Service Provider Interface (SPI) for collecting metrics from projections.

    Implementations must include a single constructor with two arguments: ProjectionId and ActorSystem. To setup your implementation, add a setting on your application.conf:

    akka.projection.telemetry.implementations += com.example.MyMetrics
    Annotations
    @InternalStableApi()

Ungrouped