Q: is it possible to query non-integer percentiles? I'm interested in calculating P99.9, but looking at the supported aggregations doc, it looks like those functions only support up to P99.
j
Jackie
11/30/2020, 6:47 PM
Yes, we can support that. Can you please file an issue on GitHub? This feature requires some change on the function name parsing, should be simple. Contributions are very welcome
👍 1
m
Mayank
11/30/2020, 6:48 PM
@Jackie with functions now taking multiple args, do we still need to rely on name parsing?