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

Nesting of django calls in Trace Details is incorrect #755

Open
daveisfera opened this issue Jan 28, 2023 · 4 comments
Open

Nesting of django calls in Trace Details is incorrect #755

daveisfera opened this issue Jan 28, 2023 · 4 comments

Comments

@daveisfera
Copy link

Description
Trace details are nested for django calls but they shouldn't be

Expected Behavior
The trace should be linear/non-nested so it can be viewed and used as expected

Steps to Reproduce

  1. Connect newrelic to django app
  2. Upload data from web requests
  3. View that Trace Details are nested when they shouldn't be

Your Environment
django 3.2.16 running with python 3.9.16 on Debian Bullseye

@Ak-x
Copy link

Ak-x commented Mar 17, 2023

@daveisfera Do you have any images to help us further understand this issue, or documentation you are referencing on the expectations?

@daveisfera
Copy link
Author

Screenshot 2023-03-17 at 11 31 38 AM

Here's a screenshot. You can see the middleware calls that are "siblings" and not nested, so it's incorrectly attributing the time to the "nested functions" when they're actually running really fast and not the issue

@stale
Copy link

stale bot commented Jun 18, 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 Jun 18, 2023
@daveisfera
Copy link
Author

This is still an issue

@stale stale bot removed the stale label Jun 19, 2023
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

2 participants