This section contains an overview of the features available in Lightbend Telemetry.
Supported major versions are:
Java 8 and 11
Scala 2.12, 2.13, and 3.2
Akka 2.8
Akka HTTP 10.5
Akka gRPC 2.3
Akka Projections 1.4
Alpakka Kafka 4
See below for detailed information about the support.
Akka related information
Lightbend Telemetry captures a plentitude of actor related information such as mailbox size, time in mailbox, message processing time, stash size, unhandled messages, deadletters, to name a few.
More information about the Akka related metrics and events that Lightbend Telemetry supports can be found in the tables below.
Actor metrics
Metric
Type
Akka 2.8
Mailbox size
Recorder
√
Mailbox time
Recorder
√
Processed msg
Rate
√
Processing time
Recorder
√
Running actors
Counter
√
Sent msg
Rate
√
Stash size
Rate
√
Router metrics
Metric
Type
Akka 2.8
Processed msg
Rate
√
Processing time
Recorder
√
Actor events
Event Type
Akka 2.8
Deadletter
√
Failure (exception)
√
Log error
√
Log warning
√
Unhandled msg
√
Remote actor metrics
Metric
Type
Akka 2.8
Deserialization time
Recorder
√
Phi accrual value
GaugeDouble
√
Phi accrual threshold value
GaugeDouble
√
Received msg
Rate
√
Received msg size
Recorder
√
Sent msg
Rate
√
Sent msg size
Recorder
√
Serialization time
Recorder
√
Remote actor events
Event Type
Akka 2.8
Large msg received
√
Large msg sent
√
Node quarantined
√
Cluster related events
Event Type
Akka 2.8
Current cluster state event
√
Domain event
√
Member event
√
Singleton event
√
Shard region event
√
Event Type
Akka 2.8
Node unable to join
√
Cluster related metrics
Metric
Type
Akka 2.8
Shard region delivered messages
Rate
√
Shards regions per node
Gauge
√
Shards per shard region
Gauge
√
Shards entities per shard
Gauge
√
Reachable nodes
Counter
√
Unreachable nodes
Counter
√
Split Brain Resolver events
Event Type
Akka 2.8
SBR event
√
Ask Pattern
Ask Pattern metrics
Some Ask Pattern metrics (marked with *) support opt-in automatic dimensions. It allows to collect metrics by the message type. In order to enable it see the Ask Pattern message type dimensions.
Metric
Type
Akka 2.8
Asked requests*
Rate
√
Expired requests*
Rate
√
Expired requests by-timeout
Rate
√
Success response time*
Recorder
√
Late response time*
Recorder
√
Ask Pattern events
Event Type
Akka 2.8
Request failed
√
Request expired
√
Akka Persistence metrics
Metrics generated related to Akka Persistence. RecoveryPermitter is an internal Akka actor that keeps track of the number of recovery permits available, for more information see Recovery.
Some Akka Persistence metrics (marked with *) support opt-in automatic dimensions. It allows to collect metrics by the command type and by the event type depending on the metric. In order to enable it see the Akka Persistence automatic dimensions.
Metric
Type
Akka 2.8
Active entities
Gauge
√
Received commands*
Gauge
√
Persistence command time in stash*
Recorder
√
Persistence command processing time*
Recorder
√
Persistence recovery time
Recorder
√
Persistence recovery failure time
Recorder
√
Persisted events*
Gauge
√
Persistence event time*
Recorder
√
RecoveryPermitter used permits
Recorder
√
RecoveryPermitter pending actors
Recorder
√
RecoveryPermitter max permits value
Gauge
√
Akka Persistence events
Event Type
Akka 2.8
Persistence recovery failure
√
Persistence persist failure
√
Persistence persist rejection
√
Akka Projection metrics
Metrics generated related to Akka Projection.
Metric
Type
Akka Projection 1.4
Active projections
Gauge
√
Processed envelopes
Gauge
√
Offsets committed
Gauge
√
Wait time
Recorder
√
Service time
Recorder
√
Residence time
Recorder
√
Akka Projection events
Event Type
Akka Projection 1.4
Processing error
√
Projection failure
√
Akka Stream metrics (core)
Metric
Type
Akka 2.8
Running streams
Counter
√
Running operators per stream
Counter
√
Running operators
Counter
√
Stream throughput
Rate
√
Operator throughput
Rate
√
Operator processing time
Recorder
√
Akka Stream events
Event Type
Akka 2.8
Operator failure event
√
Akka Stream metrics (extended)
Metric
Type
Akka 2.8
Stream flow time
Recorder
√
Stream flow active time
Recorder
√
Stream flow efficiency
Recorder
√
Operator flow time
Recorder
√
Operator latency
Recorder
√
Operator demand
Rate
√
Operator demand processing time
Recorder
√
Operator demand latency
Recorder
√
Connection throughput
Rate
√
Connection processing time
Recorder
√
Connection latency
Recorder
√
Connection demand
Rate
√
Connection demand processing time
Recorder
√
Connection demand latency
Recorder
√
Akka HTTP server metrics
The following metrics are per Akka HTTP server. There can be multiple servers running in one JVM.
Metric
Type
Akka HTTP 10.5
Connections
Rate
√
Requests
Rate
√
Responses
Rate
√
Responses 2xx
Rate
√
Responses 3xx
Rate
√
Responses 4xx
Rate
√
Responses 5xx
Rate
√
Response time
Recorder
√
Response time 2xx
Recorder
√
Response time 3xx
Recorder
√
Response time 4xx
Recorder
√
Response time 5xx
Recorder
√
Akka HTTP server endpoint metrics
The following metrics are per endpoint and server. An endpoint corresponds to a URI, e.g. /users or /account.