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
The field capturing the end timestamp of a span used to be called
`timestamp` in legacy mode (on the `Span` class), with `start_timestamp`
as its counterpart.
In span streaming, we originally followed the same convention on the new
`StreamedSpan` class, but there's actually no reason to and it'd be
better to use `end_timestamp` instead:
- the field on the serialized span v2 is actually called `end_timestamp`
- `end_timestamp` is a clearer name in general, and complements
`start_timestamp` nicely
0 commit comments