Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vreplication: fix vreplication timing metrics
Several of the vreplication metrics were recently updated to no longer be correct. Specifically time.Now() is no longer executed when the function starts and is instead executed when the defer statement is called after the end of the function. This updates the metrics to properly execute time.Now() at the start of the functions. Signed-off-by: Dylan Visher <dvisher@figma.com>
- Loading branch information