Hi, I’m using cinnamon for collecting metrics from akka streams and faced a weird behavior of the cinnamon library when RestartSource
, RestartFlow
or RestartSink
is used. Basically the problem is that only RestartXXX
operator is instrumented, but not what’s created inside it. Have anyone got the same problem with cinnamon? I can provide a sample project with easy sbt run command to observe the problem.
I’m using Akka 2.10.0
, cinnamon 2.21.2
. Tried different versions of scala: 2.13.15
, 3.3.4
, 3.5.0
, 3.6.4
.
3 posts - 2 participants