Histogram over percentiles #284
Labels
A-api
Area: statshouse-api
A-prom
Area: Prometheus / OpenMetrics / PromQL compatibility
A-ui
Area: statshouse-ui
C-feature-request
Category: request for new functionality
It would be nice to have a function that would tell "How many events took more time than N-th percentile?" (in case is event value is time, in this example). For 75-th percentile it would be 25% of events, but I'd like to see absolute number of events without manual calculation.
In my vision it should be a set of functions
hist(P)
, whereP
in[p25, p50, p75, p90, p95, p99, p99.9]
.The text was updated successfully, but these errors were encountered: