-
Notifications
You must be signed in to change notification settings - Fork 134
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
APM Traces not connecting in RUM Views #1292
Comments
Hey @lfurukawa-ml. Thanks for reporting the problem - I confirm that I'm seeing this too 👍. We need to discuss what exactly got broken and we will come back to you with updates - please stay tuned. |
hi @ncreated thanks for the prompt reply! we appreciate it I wanted to use this thread to report another issue we've come across during our APM Traces testing. We have noticed that when creating traces at moments where a view has not yet been rendered, the span is sent without any RUM session information. |
hi @ncreated Once again, thank you for your assistance! |
Hi @lfurukawa-ml, We're actively investigating and think we've pinpointed the main issues. Because we have a dependency on another team (APM) it's taking a little longer to investigate but we hope to come out with a fix in the following weeks. It's still hard for us to give a concrete date at this time. Sorry for not being able to provide a more concrete date. |
hi @plousada thanks for your prompt reply, I'm glad to know that you are actively working towards a fix in the coming weeks thank you once again for your attention to this matter |
…apm-with-rum RUMM-3320 [V1] Fix APM local spans not correlating with RUM views
@lfurukawa-ml Thanks again for surfacing this problem 🙂. It has been solved and the fix is available in |
hi @ncreated thank you for resolving the issue! we are going to test the new version 💪 |
Hi guys,
We are trying to connect APM traces with RUM views, but when viewing the session in RUM, the trace information does not appear in the "Trace" tab:
Upon examining the trace information in APM, we can see that it has the RUM view's attribute "view.id":
APM Trace:
RUM view attributes:
We followed the recommended SDK configuration mentioned in this issue
I noticed in the issue that you mentioned it might take some time for APM traces to appear in RUM, but even after waiting for 12 hours, the trace did not appear in the associated RUM view.
Currently, we are using the Datadog SDK 1.16.0, and we have tried updating it to version 1.19.0, but it still didn't work.
Could you please help us in identifying the problem?
Thank you!
The text was updated successfully, but these errors were encountered: