Hello!
I’m interested if the following Akka Classic metric extension is supported for Akka Typed : Classic Cluster Metrics.
If not supported, how can we extract metrics from Akka Typed - Actors and Cluster?
Hello!
I’m interested if the following Akka Classic metric extension is supported for Akka Typed : Classic Cluster Metrics.
If not supported, how can we extract metrics from Akka Typed - Actors and Cluster?
It should work for the reporting side since the underlying cluster implementation is the same. Since there are no load balancing routers in Akka Typed, those parts, are not really supported (but could possibly be used by using both classic APIs and typed in the same app)
The metrics extension is mostly there to support the adaptive load balancing though, if it is more about extracting telemetry/metrics of the health of the cluster the recommendation would be our commercial component Lightbend Telemetry