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
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
I it problem to call Finish for finished span or it's just done for performance?
if (isFinished()) {
// Already finished, so return immediately.
return;
}
Actually I want to align root span time in jaeger UI. Is there any other way except call Finish()??
Thanks.
The text was updated successfully, but these errors were encountered:
Ok. Thanks.
Although it's opposite to documentation of child, it's useful to see actual time visualization.
So I close issue. @yurishkuro If it's needed feel free to open.
I it problem to call Finish for finished span or it's just done for performance?
if (isFinished()) {
// Already finished, so return immediately.
return;
}
Actually I want to align root span time in jaeger UI. Is there any other way except call Finish()??
Thanks.
The text was updated successfully, but these errors were encountered: