DynaTrace Plug-in Support #505
-
DynaTrace Pekko SupportDoes anyone know any details with regard to support for DynaTrace in Pekko? BackgroundDynaTrace is a monitoring tool that instruments Akka calls to collect telemetry forwarding to a collector node. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I just quickly googled this and it looks like its a commercial product, so its up to them to support it. Considering that migrating from Akka 2.6 to Pekko 1.0.1 is largely just class/config/package renames it shouldn't be hard for them to support Pekko along with Akka. I would raise the issue with them, we don't really have any control over this. EDIT: Also in case its not clear, I highly doubt that their product would automatically work with Pekko, usually these telemetry based solutions work on injecting bytecode into certain method calls (i.e. Aspectj) and that is done by fully qualified method paths and since Pekko has changed all of the class/package names its no longer going to align. |
Beta Was this translation helpful? Give feedback.
I used to work for a company that used Dynatrace and we were just given an agent to install that monitored the JVMs. I think it has some heuristic approaches to discovering what to instrument. They could have certain logic in the agent that knows about certain classes to watch out for.
It would be best to talk to Dynatrace themselves.