newrelic / newrelic-java-agent

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

Pekko support #1811

Closed kanderson250 closed 7 months ago

kanderson250 commented 7 months ago

Resolves #1692

This PR adds support for Apache Pekko.

Pekko is a fork of Akka 2.6. As such, the instrumentation is a direct lift of our existing Akka instrumentation.

Corresponding AITs have also been added.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.85%. Comparing base (267afe2) to head (b2bf5a2). Report is 29 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1811 +/- ## ========================================== Coverage 70.84% 70.85% - Complexity 9951 9971 +20 ========================================== Files 827 829 +2 Lines 39880 39984 +104 Branches 6043 6058 +15 ========================================== + Hits 28254 28330 +76 - Misses 8900 8925 +25 - Partials 2726 2729 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.