You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: our Akka Metrics can be simplified even more and can stop using the Akka Extension. We can use VirtualFields to propagate metric-related information (context, attributes?) and just use OpenTelemetry instruments directly (rather than via the "EventBus" in the Akka Extension).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is the outcome of my recent research: https://docs.google.com/document/d/1YKqfgziXog2T87D5GRh6naXuj-9GLOaNKMejPYb9ya8/edit?usp=sharing
TL;DR: our Akka Metrics can be simplified even more and can stop using the Akka Extension. We can use VirtualFields to propagate metric-related information (context, attributes?) and just use OpenTelemetry instruments directly (rather than via the "EventBus" in the Akka Extension).
As always feel free to comment.
Beta Was this translation helpful? Give feedback.
All reactions