pjfanning / micrometer-pekko

A library for monitoring Apache Pekko that uses Micrometer metrics
Apache License 2.0
7 stars 1 forks source link

investigate issues with ActorGroupMetrics (Scala 2.13 and Scala 3) #79

Open pjfanning opened 2 months ago

pjfanning commented 2 months ago

ActorGroupMetricsSpec and ActorSystemMetricsSpec have some checks disabled when Scala 3 is used - long been the case

Also since Pekko 1.1, some ActorGroupMetricsSpec checks have had to be disabled for Scala 2.13. This is probably due to the use of Scala 2 inlining that is used in Pekko 1.1.

pjfanning commented 1 month ago

The Scala 2.13 issues should be sorted when Pekko 1.1.2 is released. https://github.com/apache/pekko/pull/1485