cockroachdb / cockroachdb/cockroach
pkg/ui: allow different aggregation methods for percentile graphs
Open
A-observability-inf
C-enhancement
T-observability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.