0

Doing anything wrong here? Response time should be in specified range, but results are different: enter image description here

Anatolii Stepaniuk
  • 2,585
  • 1
  • 18
  • 24

1 Answers1

0

OK, I see where I am wrong. That's a response time that is outside my range is a response time for the whole trace, not a segment. And my filter is applied to segment response time (there was also a service(SNS) element in a query that was not captured in a screenshot). If I click that trace I can see that the specified segment indeed has response time in specified range.

Anatolii Stepaniuk
  • 2,585
  • 1
  • 18
  • 24
  • The response time if a trace is the response time of the root segment(segment without parent_id). Is that the case in your data? If that is not the case, can you please share the trace json with me and I can look deeper. – Rohit Banga Dec 24 '18 at 17:31
  • @RohitBanga yes, you are right. that's the response time for the root segment. – Anatolii Stepaniuk Dec 24 '18 at 18:01