Skip to content

Add pack objects panels to Gitaly dashboards

This MR adds pack-objects metrics to Gitaly dashboards. The list of metrics includes:

  • Pack objects cache operations: hit/misses/bytes served/bytes generated.
  • Pack objects concurrency.
  • Pack objects queuing and dropped commands.

Those metrics are useful for rolling out the new Pack Objects Limiting: [Feature flag] Enable pack objects limiting for... (gitlab-org/gitaly#4413 - closed).

Playgrounds:

Screenshot Screenshot_2023-05-05_at_11.19.35
Screenshot Screenshot_2023-05-05_at_11.18.52
Edited by Quang-Minh Nguyen

Merge request reports