newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 143 forks source link

Spike: Apache Pekko #1795

Closed kanderson250 closed 7 months ago

kanderson250 commented 7 months ago

Spike for #1692

Background

Apache Pekko is a fork of Akka 2.6 (motivated by Akka licensing changes). We currently instrument Akka 2.2+.

Description

Investigate what might be required to lift the Akka 2.2 instrumentation module into instrumentation for Pekko. Likely this would entail creating a Pekko test app and creating a rough draft for the weave classes with their new names. End goal is to gain insight into the overall complexity of completing the Pekko instrumentation.

workato-integration[bot] commented 7 months ago

https://new-relic.atlassian.net/browse/NR-247846

kanderson250 commented 7 months ago

Complete, after an initial lift of the akka instrumentation everything looks good. Closing the spike and moving on to the actual instrumentation ticket.