You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT histogram(_timestamp) as x_axis_1,
approx_percentile_cont(duration, 0.95) as percentile_95,
approx_percentile_cont(duration, 0.99) as percentile_99
FROM default
where service_name='$service'GROUP BY x_axis_1 ORDER BY x_axis_1
add sample use case for this in example queries page