Add pass-through PackObjectsHook RPC
gitlab-com/gl-infra/scalability#807 (closed)
This adds a pass-through implementation of the PackObjectsHook RPC. This RPC will gives insight into:
- How often PostUploadPack and SSHUploadPack together run
git-pack-objects
- How many different input values there are (future cache keys)
- How large the responses are
The idea is that in a future merge request we add caching to PackObjectsHook.
No changelog entry because all this code is still behind a feature flag: upload_pack_gitaly_hooks
.
Edited by Jacob Vosmaer