Closed
Description
Is your feature request related to a problem? Please describe.
Right now correlation when using Akka Actors and Akka HTTP is broken as it correlates all actors messages as a single transaction; and for Akka Http it is not correlating calls with other apps.
Describe alternatives you have considered
OTEL already has implementations for Akka; this could be added in version 3.2.0.
https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/akka-actor-2.5
https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/akka-http-10.0