Replies: 1 comment
-
We're looking at bringing streams into the fold (no pun intended), but there's a lot of different implementations of them right now, and we'd like some uniform approach to instrumenting all of them. Unfortunately, doing this thing right will take some time :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're using a lot of AkkaStreams in our app. It would be great if we could measure how low does one Flow take. Similar to what Kamon already has for measuring Futures (trace), but for Flow. What's the easiest way to do this?
I mean, there is some kind of LatenecyTimer in akka-stream-contrib. Maybe I can reuse that? 🤔
Or I can also use Timed with Histogram just to report the durations. But then, no spans are created...
Beta Was this translation helpful? Give feedback.
All reactions