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

Django calls incorrectly grouped together #801

Closed
kviktor opened this issue Apr 24, 2023 · 2 comments
Closed

Django calls incorrectly grouped together #801

kviktor opened this issue Apr 24, 2023 · 2 comments

Comments

@kviktor
Copy link

kviktor commented Apr 24, 2023

Description

When checking the timing of each segment in WebTransaction view they each have almost the same timing and if you sum them together they exceed the Response time.

Here you can see all the segment from the graph have the same data (they are the same height everywhere).

image

But if only filtered for Response time it is way lower.

image

The breakdown table shows something similar
image

Expected Behavior

Each segment summed together doesn't exceed the Response time

Steps to Reproduce

I tried to do this with a fresh install on a brand new project and I couldn't reproduce the issue so it is a bit weird.

Your Environment
Python 3.8
Django 3.2.16
sentry-sdk 1.19.0
newrelic 8.8.0

Additional context

#755 might be related.

@stale
Copy link

stale bot commented Aug 12, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 12, 2023
@kviktor
Copy link
Author

kviktor commented Jan 24, 2024

This has been fixed, no change on our end so probably a newrelic change.

@kviktor kviktor closed this as completed Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant