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

Distributed traces data of a Message Listener

Adane
Visitor

I have exported the distributed traces data of a message listener, but I am not sure I understand what data in certain columns mean.

1. What do the columns in yellow mean? Any link with detailed explanation?

2. What is the difference between responseTime and processingTime?

2. In some cases, the totalExecutionTime is less than the processing time? Does it make sense?

Adane_0-1696965764725.png

 

1 REPLY 1

Julius_Loman
DynaMight Legend
DynaMight Legend

People think "single thread", however, request processing gets more complicated if the execution flow has to wait or multiple threads are involved and some of them continue asynchronously. There is a pretty good explanation of the service timing in the documentation. Reasons for the timings can be often seen the the code level tab or threads tab of the individual distributed trace.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts