Skip to content

Fix Gitaly duration timings for ApplyBfgObjectMapStreamRequest

Stan Hu requested to merge sh-fix-gitaly-cleanup-service-durations into master

Previously the gitaly_duration_s log timings only accounted for the initial request/response time. We now measure the total time it takes to consume the streaming response for this RPC to complete.

Part of #30334 (closed)

Edited by Stan Hu

Merge request reports