[go: up one dir, main page]

Stop using type label for gitaly_pack_objects_* metrics

Overview

Each gitaly_pack_objects_* metric such as gitaly_pack_objects_queued expose a label called type

Screenshot_2023-05-08_at_15.01.50

source

Unfortunately type is a revered label and usually means the name of the service, in our case type="gitaly"

This is dashboards like Gitaly pack-objects queued commands (gauage) isn't returning any data because it filters for type="gitaly"

Screenshot_2023-05-08_at_15.11.43

source