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
Mito Engine spawns regional worker to handle request in another thread with a loop. The trace span is not continuous with current impl.
The goal of this issues is to pass down ctx with requests defined in src/store-api/src/region_request.rs so tracing spans are continious.
examples of fragmented spans:
This is the main span with write requests
Ideally when we adding more tracing to the write path on mito engine level the spans should be attached the above trace.
Today the new spans are separated from main trace.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
What type of enhancement is this?
API improvement
What does the enhancement do?
Mito Engine spawns regional worker to handle request in another thread with a loop. The trace span is not continuous with current impl.
The goal of this issues is to pass down ctx with requests defined in
src/store-api/src/region_request.rs
so tracing spans are continious.examples of fragmented spans:
This is the main span with write requests
Ideally when we adding more tracing to the write path on mito engine level the spans should be attached the above trace.
Today the new spans are separated from main trace.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: