Skip to content

Fix Gitaly duration timings for other CommitService RPCs

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

For many Gitaly RPCs, 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 the following RPCs:

  1. CommitDelta
  2. FilterShasWithSignatures
  3. CommitDiff

Part of #30334 (closed)

Edited by Stan Hu

Merge request reports