You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dd-java-agent integrates automatically with some java server implementations already, e.g. netty. And so when using something like tapir-netty-server-cats in combination with natchez and DataDog I see two spans one for netty requests and other created by natchez, but they are not connected.
Would it make sense to you to consider checking activeSpan in DDEntryPoint during continueOrElseRoot ?
I can add PR if that's ok.
Thanks!
The text was updated successfully, but these errors were encountered:
dd-java-agent integrates automatically with some java server implementations already, e.g. netty. And so when using something like
tapir-netty-server-cats
in combination with natchez and DataDog I see two spans one for netty requests and other created by natchez, but they are not connected.Would it make sense to you to consider checking
activeSpan
in DDEntryPoint duringcontinueOrElseRoot
?I can add PR if that's ok.
Thanks!
The text was updated successfully, but these errors were encountered: