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
In #114 we added nanosecondsSinceEpoch to the TracerInstant. SpanEvent, however, still uses millisecondsSinceEpoch.
We should also base SpanEvent on nanoseconds, exposing the same convenience millisecondsSinceEpoch accessor we do with TracerInstant.
The text was updated successfully, but these errors were encountered:
In #114 we added
nanosecondsSinceEpoch
to theTracerInstant
.SpanEvent
, however, still usesmillisecondsSinceEpoch
.We should also base
SpanEvent
on nanoseconds, exposing the same conveniencemillisecondsSinceEpoch
accessor we do withTracerInstant
.The text was updated successfully, but these errors were encountered: