-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lens] Single-value percentile metric #74574
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
@wylieconlon It sounds like in terms of support from the aggs service, all you'd need to proceed with this is to have the HDR Histogram & Compression params added as options for the percentile metric agg. Is that it, or am I missing anything? |
@lukeelmers yes, that is the request |
Thanks for confirming @wylieconlon; I've created #74687 to track the work for adding these to the AggConfigs, as I'm assuming you will want this issue to track the actual UI implementation in Lens. |
Two related percentile functions exist today in visualize
Percentile user story in Lens A user drag bytes into the preview:
Other requirements
Related issue (not for Lens default): How can we do a bell curve chart #2704 |
@AlonaNadler I think your user story there fits well with the idea I wrote above, that this is a "single-value percentile" metric. Was it intentional that you didn't include the Agreed that there is an open question about HDR percentiles. |
Yes, the main reasons I see less usage in Percentile rank and I didn't want to add complexity since it's a stretch goal for Lens by default. |
Few suggestions to reduce the scope of this feature in the first phase:
|
@AlonaNadler I think what you're suggesting as a "reduced scope" is already what was proposed in the issue, although it would actually increase the scope if we try to disable this function for pie/treemap charts. |
Good point @wylieconlon , we do not restrict available operations at any point so far (average/median have the same problem as percentiles regarding pie charts). I see the point though, let's open a separate issue to discuss this in separation. |
Lens should allow users to create a single-value percentile, such as 99th percentile. The user will choose a field, and the percentile will default to 95%. The user can change it using an
EuiRange
slider or by typing the percentile directly.To combine multiple percentiles, the user will need to use a visualization that supports this- such as a line chart or data table.
The percentile metric supports additional options which are useful in some cases:
duration
fields. It is very important for a subset of users, so we should support it in Lens.cc @lukeelmers This is talking about adding some new features to the percentile aggconfig
The text was updated successfully, but these errors were encountered: