Skip to content
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

Inconsistent Resource Duration Timings in Datadog RUM Dashboard #742

Open
kagrawal98 opened this issue Nov 29, 2024 · 0 comments
Open

Inconsistent Resource Duration Timings in Datadog RUM Dashboard #742

kagrawal98 opened this issue Nov 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kagrawal98
Copy link

kagrawal98 commented Nov 29, 2024

Describe the bug

Description:

We are currently using DdRum.startView and DdRum.stopView methods to capture views in our application. These methods also record resources, actions, and logs occurring within the view's duration. However, upon reviewing the data in the Datadog RUM dashboard, we noticed inconsistencies in the resource duration timings. The recorded durations appear inaccurate and do not align with the actual resource timings observed during the view span.

Impact:

This inconsistency affects the reliability of our performance metrics and hinders our ability to make informed decisions based on the data.

Actual Behavior:

The recorded resource durations in the Datadog RUM dashboard are inconsistent and do not match the expected timings.

Environment Details:

Datadog SDK Version: 2.4.3
Platform: iOS/Android
Framework: React native - 0.73.9
Testing Device/Environment: Iphone 15 Simulator
Attachments:

Link to Datadog RUM Dashboard for reference

Request:

Could you please help investigate this issue and identify the root cause? If needed, we can provide additional data or insights to assist in debugging.

Thank you for your support!

Reproduction steps

  • Use DdRum.startView to begin capturing a view.
  • Perform resource-intensive actions within the view (e.g., API calls or UI updates).
  • Use DdRum.stopView to end the view span.
  • Check the resource duration data in the Datadog RUM dashboard.

SDK logs

No response

Expected behavior

Resource durations recorded during the view span should accurately reflect the time taken for each resource.

Affected SDK versions

2.4.3

Latest working SDK version

It was working as expected previously as well

Did you confirm if the latest SDK version fixes the bug?

No

Integration Methods

NPM

React Native Version

0.73.9

Package.json Contents

No response

iOS Setup

No response

Android Setup

No response

Device Information

No response

Other relevant information

No response

@kagrawal98 kagrawal98 added the bug Something isn't working label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant