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
Exemplars (especially those sampled during an active trace), should be able to grab wall-clock time @ nanosecond resolution from an AnchoredClock to line up w/ traces.
Currently, they (will) call Clock.now(), but against the default system clock which is millisecond resolution and possibly expensive.
The text was updated successfully, but these errors were encountered:
Exemplars (especially those sampled during an active trace), should be able to grab wall-clock time @ nanosecond resolution from an AnchoredClock to line up w/ traces.
Currently, they (will) call
Clock.now()
, but against the default system clock which is millisecond resolution and possibly expensive.The text was updated successfully, but these errors were encountered: