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
Similar in intent to #1769, but would mainly include timing data (and optionally volume of data being handled, depending on the "span"). Should be a single table that we can reuse across parts of the codebase to describe:
what function/call was happening
what arguments were used
how long it took
if it resulted in any kind of error or not
Could also include a decorator pattern for easy use instead of requiring a wrapper pattern at individual call points.