influxdata / influxdata/influxdb

Add percentiles to the aggregation section of data explorer

Open
#19,332 0 comments 1 reaction 0 assignees View on GitHub
team/ui
Dominant language
Rust
Stars
31.7k
Forks
3.7k
Avg merge
13h 37m
Merged PRs (30d)
8

Description

we should add p90, p99, p99.9
```
|> quantile(
column: "_value",
q: 0.999,
method: "estimate_tdigest",
compression: 1000.0,
)
```

![image](https://user-images.githubusercontent.com/4805997/90283188-90568680-de24-11ea-94fd-baddd2638934.png)

Contributor guide

Open the contributing guide

Research direction

Start by locating the data explorer's aggregation section and the code that builds its available percentile options. Use the issue's quantile example as the reference for p90, p99, and p99.9, then verify in the data explorer that all three percentiles appear and produce results.

Written by the indexing model from the issue text.

Assessment

Domain
analytics
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.