Spring Boot @Async methods not inheriting trace context from @Scheduled parent method - how to propagate traceId and have a new spanId? was closed as a duplicate of How to propagate traceId to other threads in one transaction for Spring Boot 3.x along with Micrometer The closed question has 2 requirements: to propagate trace ID to an @Async method at the same time to have a new span ID in the @Async method The requirements The question's 1st requirement overlaps with duplicate target, while t...