Yuri Shkuro
Yuri Shkuro
I will move to UI
The current code that checks for OTLP format is here: https://github.com/jaegertracing/jaeger-ui/blob/d47fb0938a93cc468b89ffe6ee1feb7749804977/packages/jaeger-ui/src/utils/readJsonFile.tsx#L27 It effectively checks for JSON like `{"resourceSpans":[...]}`. I would suggest extending that code to: 1. also recognize`[{"resourceSpans":[arr1]}, ... {"resourceSpans":[arrN]}]`...
@sfc-gh-kbregula if you're proficient in JS consider if you can bring https://github.com/jaegertracing/jaeger-ui/pull/2254 over the finish line.
Do we have a way of testing this in the UI?