You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(server): move registering artifact metrics to after call response (#1828)
As commented in
#1824 (comment),
the status metrics is not obtained because we try to get it before
the call happens.
This commit adjusts that by placing the metric increment to be after the
call is processed.
0 commit comments