OpenTelemetry's traceId and spanId not logged after RestClient call #27528
Labels
area/smallrye
area/tracing
kind/bug
Something isn't working
triage/duplicate
This issue or pull request already exists
Describe the bug
OpenTelemetry's traceId and spanId not logged has been fixed recently #26562
However, there is a remaing issue when handling the result of a reactive rest client call
Resource
Client
Expected behavior
All traces related to one transaction should be logged under same id
Actual behavior
Last line (logged inside
thenApply
) has no traceIdHow to Reproduce?
Perform
GET http://localhost:8080/hello
Output of
uname -a
orver
Linux dev-ptf 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
OpenJDK Runtime Environment GraalVM CE 22.1.0 (build 11.0.15+10-jvmci-22.1-b06)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
io.quarkus.platform.quarkus-bom.2.12.0.CR1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6
Additional information
No response
The text was updated successfully, but these errors were encountered: