Is there a way for Opentelemetry Instrumentation to send traces to an AWS X-Ray Daemon and that daemon will export it to the central collector? Because both the agent collector and central collector are in the same region. When the application with the agent collector is invoked, it will go directly to the x-ray. So the traces are generated by the X service, not by the OpenTelemetry instrumentation.
If there is a way, how can I implement that?