*To utilize the Custom Metrics API, please contact your CSM or support@embrace.io


We do not provide any percentile metric, just the aggregate duration value, which can be used once extracted to get the percentiles. If you are importing this to a pandas data frame, you can also use pandas-related functions.


For example, the way the percentile is done on our end is based on the raw duration field, e.g., in Clickhouse, we can use quantile(level)(field). Ex: if using promql https://stackoverflow.com/questions/70881971/how-to-get-the-95th-percentile-of-an-average-in-prometheus