-
Notifications
You must be signed in to change notification settings - Fork 149
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
"Unknown" distributes and transaction traces coming from Netty #2106
Comments
Related spike with netty that targeted the same issue with unknown distributed traces: #2054 |
We will hold this until micronaut and kotlin coroutines are added to java agent. |
Re: waiting until Micronaut and Kotlin Coroutines are in the Java agent. Is this separate from https://github.com/newrelic/newrelic-java-kotlin-coroutines ? Edit: Answers look to be: Which look to be on the public roadmap in Github for this quarter. Neat! |
A repro app has been provided that is supposed to replicate the following issues when using both the kotlin coroutines and micronaut extension modules:
Please refer to the repro app repository for full details.
UPDATE
The NullPointerException was resolved with the updated coroutines extension module.
The unknown distributed trace seems to be caused by netty and is related to http2 classes that are used.
Possibly relates to #2160
The text was updated successfully, but these errors were encountered: