package internal
Type Members
- 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()