package internal
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BacklogStatusTelemetry extends AnyRef
Observing backlog status.
Observing backlog status. Supported as an extension of Telemetry. Implementing this trait allows tracking whether projections are keeping up with their source.
- Annotations
- @InternalStableApi()
- 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()
Value Members
- object BacklogStatusTelemetry