Skip to content

Added the percentiles_rank aggregation #6386

@jpountz

Description

@jpountz

The percentiles aggregation currently allows to return a percentile given a percentage. However, the data-structure that we are using under the hoods is also able to do the reverse operation: given a value, what percentage of the values from my dataset are below it?

For example, if you have a dataset of response times and provided it with a response time of 134 (ms), it would be able to tell you that this is the 72th percentile.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions