llowinge opened a new issue, #7813:
URL: https://github.com/apache/camel-quarkus/issues/7813
### Bug description
Having route as follows:
```
from("platform-http:/foo")
.setBody().constant("Foo");
```
and invoking it with `curl http://localhost:8080/foo`
gives different user experience as for **camel-quarkus-opentelemetry2** it
results in two separated/disconnected traces (2 and 1 spans)
<img width="1614" height="199" alt="Image"
src="https://github.com/user-attachments/assets/4b9a3bd7-84ed-420a-9244-f22944367743"
/>
but with **camel-quarkus-opentelemetry**, those traces are glued together in
one trace (2 spans):
<img width="1607" height="88" alt="Image"
src="https://github.com/user-attachments/assets/fbcecb7b-d349-4e25-89ed-66e009295034"
/>
I think there is a bug in camel-quarkus-opentelemetry2, because the one span
is disconnected (probably not set correct parentId).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]