Skip to content

command: Add metric for spawning tokens

John Cai requested to merge jc-add-metrics-for-spawn-tokens into master

When git commands take a long time, it's hard to know whether it's from the actual process or that time is spent waiting for a spawn token. This adds a metric that measures and emits the time spent waiting for a spawn token.

Changelog: added

Merge request reports