-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
Description
Suppose this situation:
when i use tracing system,and i find a trace has a problem. So,i search the logs in ELK .But ,i find it is so hard to search the logs related to that trace,because there is no trace id in logs.So i can not find related logs by trace id.
so,colud put SpanContext(include traceId,spanId,parentId,flag) in MDC,i can format the log from the MDC.And then I can search the log by trace id
Reactions are currently unavailable