elastic/elasticsearch

Allow percentiles_bucket use interpolation

Open

#51.691 aperta il 30 gen 2020

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)Java (25.882 fork)batch import
:Analytics/Aggregations>enhancementTeam:Analyticsgood first issuehelp wanted

Metriche repository

Star
 (76.700 star)
Metriche merge PR
 (Merge medio 2g) (1000 PR mergiate in 30 g)

Descrizione

Change the behavior or add a param to make the percentiles_bucket pipeline aggregation interpolate the result instead of return the nearest value.

The current behaviour is expected as it's properly documented and it was also discussed in the PR that introduced this pipeline (https://github.com/elastic/elasticsearch/pull/13186#discussion_r38412622).

But I find it annoying that the percentils metrics aggregation interpolates the value so both are not consistent.

Guida contributor