Please paste the permalink to the page in question below:
Please share your agent version and other relevant versions below:
Please share your question/describe your issue below. Include any screenshots that may help us understand your question:
Hi, We are running a large django project and are trying to monitor performance of the code. I have decorated all of the functions I am curious about with the newrelic.agent.background_task() decorator. Each time one of these functions is called, it shows up in APM as I would expect, but if any of those functions calls another background_task decorated function, the inner function is not reported.
Is there something that will allow that separate function to be reported on?
Thanks,
Cole