The java agent doesn't always understand some thread handoffs or exit calls. There are examples in the documentation for how to use the AppD API to handle this. However I would like to know if it can be done in a vendor-neutral way. For example, with other APM agents, it's sometimes possible to use OTel manual propagation and it "just works." Can this be done with the AppD java agent?
thanks