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

Pure Path Method hotspot

minguen_ji
Participant

Hi Team.

I am having a question about 'Single pure path hotspots Stacktrace samples'

I want to get a definition of below things. below image is about 'Single Pure Path' so that is why I am wonder about why '94' samples can be collected in '1' pure path

1. Stacktrace Samples

-> Is it count of method call? what is a definition of 'stacktrace Samples'

2. Contribution

->Is it about 'Rate of Count' or 'Rate of Consumed Time'?

I appreciate your support in advance.

Thank you


1 REPLY 1

david_n
Inactive

Hello Minguen,

The contribution and the stack traces are related. The stack traces are the number of times that Dynatrace has seen that method call pattern within the timeframe you selected. The contribution is showing the number of times each method was called within the stack traces. So the stack trace count is a sum of all the contributing method calls.

In the screenshot below you can see that the total stack trace samples is 5.8K and if you were to hover of the contribution and sum the parts it would be 5.8k as well. Similarly, the JMSIntroscope method had a stack trace sample of one and the contrubution bar seems empty compared to the other methods (since the count was so low) and it matches the stack trace with a value of one.

Thanks,

David Nicholls


Featured Posts