Skip to content

fix(dashboard): gitalyctl rate during deployment

Steve Xuereb requested to merge fix/gitalyctl-dashboard-deployment into master

What

Update query to sum by (storage) for repository activities.

Before

Screenshot_2023-08-22_at_10.07.09

source

After

Screenshot_2023-08-22_at_10.08.04

source

Why

During a deploy, we see that the storage metric for Active Moves and Success Rate is split even though we are talking about the same storage, this is because the pod name is different. Summing by storage will show it as a single metric, making it a bit easier to read.

Reference: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/24000 Signed-off-by: Steve Xuereb sxuereb@gitlab.com

Merge request reports