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
A Span Event can be thought of as a structured log message (or annotation) on a Span, typically used to denote a meaningful, singular point in time during the Span’s duration.
But in example from https://opentelemetry.io/docs/concepts/signals/traces/#tracing-in-opentelemetry timestamp of the second event is greater than
end_time
of the span itself.The text was updated successfully, but these errors were encountered: