Our developers are using OLTP protocol to sent tracing data to OpenSearch and ingest them via Observability plugin in OpenSearch Dashboards.
I am investigating if it is possible to analyze this data in Jaeger GUI as well. My goal is to instruct JaegerQuery to read data from OpenSearch indices otel-v1-apm-span-*
, which store tracing data. I would also like to avoid data duplication, i.e. not have the application send tracing data to both OpenSearch and Jaeger.
Thank you for feedbacks or hints.