cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.06k stars 3.8k forks source link

pkg/ui: allow different aggregation methods for percentile graphs #97850

Open mgartner opened 1 year ago

mgartner commented 1 year ago

On the Metrics page of the DB console, graphs like "Service Latency: SQL Statements, 99th percentile" plot points by averaging the set of values represented by the point. Using an average hides outliers, which are critically important in a 99th-percentile graph. Giving an option to toggle these graphs to use a max aggregation would be helpful for users and for TSEs and L2 engineers debugging customer issues.

Jira issue: CRDB-36913

andreimatei commented 1 year ago

A couple of notes for context, not really addressing the requested toggle.