cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Downstream calls not being detected in .net core in linux and reporting them as code time

melchor_brondog
Participant

Dynatrace says the call took 12 seconds, if we go into the purepath we can only see a mysql call and the call only took 9.6ms. So we are missing more than 11 seconds.

Checking the call we can see that the app does 4 request to another service, that are taking this time, but Dynatrace is not detecting the calls.

How can we fix this?

 

3 REPLIES 3

skrystosik
DynaMight Guru
DynaMight Guru

When you go from purepath to response time hostpots what you see there?


Regards, Sebastian

melchor_brondog
Participant

It shows just threading information, but wont tell that its actually going downstream and wich is the downstream call


skrystosik
DynaMight Guru
DynaMight Guru

Actually there are two options. One is that dynatrace is showing you the truth and really there are not calls and time is consumed on opening new thread. The other option is that there is some cusom code that is responsible for that calls and you have to create custom service on them to make it visible. But If they really would be external calls they should be possible to find and least on response time hotspots.


Regards, Sebastian

Featured Posts