Combination of APM, RUM agent and Opentelemetry agents

Hi,

it's possible to combine Elastic RUM agent, Elastic APM server and Opentelemetry? I have a case where Elastic RUM agent (frontend) is sending data directly to APM server and Opentelemetry agents (backend) are sending data to APM. Is APM server able to correlate traces via trace.id and show distributed traces?

@Stanislav_Samek welcome to the forum!

Yes. Elastic APM and OpenTelemetry use the same (W3C Trace-Context) headers for trace propagation, so distributed tracing across them should work.