-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Akka http core 2 13 10 2 #149
Conversation
Co-authored-by: jack-berg <[email protected]>
@tspring @jack-berg Does this mean it will only work for |
@ryanb93 The instrumentation should match on 10.2.2 as well. Each module's build.gradle contains a verifyInstrumentation block that checks the matched versions like here: https://github.com/newrelic/newrelic-java-agent/pull/149/files#diff-e4cdea3b7561b480821e0b8e0229e081549a591277fb2627b7a4abf68f42e3bcR17 The syntax is a range where If you aren't getting transactions I'd suspect the problem is that your code is not going through either of these AkkaHttp methods . If you don't mind, identifying the correct transaction start point or filing an issue with a simple example project that demonstrates the problem would be a great help. |
I'm on
We are using https://github.com/softwaremill/tapir to create a Akka Http Routes but those are still bound to a I also see a lot of:
Looking into the agent code, this means the We are also running the Kamon java agent at the same time, I wonder if something is conflicting there. Will try to create an example project to isolate the issue, but quite hard to test without publishing data to our newrelic account. Another strange thing, the version of akka-http is being logged as
Update:
Update: Think I've managed to narrow it down to a use of |
This is largely a copy/paste of akka-http-core-2.13_10.1.8, only it weaves singleRequest as the singleRequestImpl was removed in 10.2.0 . See also https://github.com/newrelic/newrelic-java-agent/tree/main/instrumentation/akka-http-core-10.2.0