You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivated by cockroachlabs/support#3297.
This commit
- adds a new `replicas.cpunanospersecond` metric, which aggregates the Replica
ReqCPUNanosPerSecond at the tenant level.
- Adds a tenant_id tag to CPU profiles.
This should simplify investigations related to tenant-induced overload: the new
metric should often help pinpoint the set of hot tenants. CPU profiles can help
dig into the specific code paths this tenant is exercising. This can then be
rounded out with the existing metrics for request counts by tenant (both
received by KV and sent by the tenant Pod) for a comprehensive picture.
Release note: the `replicas.cpunanospersecond` metric was added. Notably, when
child labels are enabled, it exposes evaluation-related Replica CPU usage by
tenant.
Epic: none
0 commit comments