Latency threshold queries available in the UQB

Improved

You can now use the Unified Query Builder (UQB) to query on a latency duration.

For example, say you want to see latency on the iOS service that’s over 5 seconds and grouped by customer. You would enter the following:

  • Spans with: latency >= 5 second
  • Filter by (and): service == iOS
  • Group by: customer

The rest of the fields work in the same way as for standard span queries.

UQB filled in with the above example for latency

Updated Oct 16, 2024