Closed chen-junl closed 1 year ago
Sleuth3.x.x only adds traceId and spanId to the MDC
But I want to add parentId to my log So I extended the CorrelationScopeCustomizer in the project
However, due to the need to exclude the sleuth-otel, after adding the exclude Brave At this point, the dependency cannot be found
You need to decide if you want to use Brave or OTel, if you use the default starter, you should have Brave but in that case you should not use OTel.
Sleuth3.x.x only adds traceId and spanId to the MDC
But I want to add parentId to my log So I extended the CorrelationScopeCustomizer in the project
However, due to the need to exclude the sleuth-otel, after adding the exclude Brave At this point, the dependency cannot be found