Skip to content

refactor: gitaly host detail row order

Steve Xuereb requested to merge refactor/gitaly-host-details-order into master

What

Update the row order to be:

  • SLI Detail: goserver
  • Node Metrics
  • Saturation Details
  • Node Performance
  • Gitaly Safety Mechanisms
  • gitaly process activity
  • git process activity
  • gitaly-ruby process activity
  • gitaly command stats by command
  • gitaly command stats by RPC
  • gitaly command stats by commands per RPC

This moves the Node Metrics, Saturation Details, and SLI Detail: goserver at the top.

Before After
Screenshot_2022-08-30_at_11.17.12 Screenshot_2022-08-30_at_11.17.42
source

Why

These 3 panels are usually at the top of all service dashboards so it brings consistency which most engineers are used to, for example:

Reference: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/16240 Signed-off-by: Steve Azzopardi sazzopardi@gitlab.com

Merge request reports