gabriel-farache commented on PR #4094: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/4094#issuecomment-3677851730
@wmedvede Currently, with what I pushed, using https://github.com/gabriel-farache/test-sonataflow-opentelemetry/blob/main/src/main/resources/yamlgreet.sw.yml this is the traces I get [trace.json](https://github.com/user-attachments/files/24272157/trace.json) <img width="1917" height="420" alt="image" src="https://github.com/user-attachments/assets/52a5c775-2f2f-4608-979c-78d5bc629938" /> This looks fine except for the span `sonataflow.process.anothergreetSubflow.execute` being a child of `GreetInEnglish` instead of `ExecuteSubflow` span. Do we want to "force" a new trace creation for `ExecuteSubflow` after the sleep and for `waitForEvent`? For any suspension actually -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
