Packages

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package protobuf

Type Members

  1. 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()
  2. 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

  1. object BacklogStatusTelemetry

Ungrouped