How do i visualize long traces?

Versions 3.7

Describe the issue:

My employer is migrating from kibana to opensearch, and I’ve been trying out trace visualization capabilities. To my frustration, the built-in waterfall trace view is only shows 100 spans, with no relevant filtering possibilities. On checking out the code, the number 100 seems to be hard coded. Is there a blessed path for viewing waterfalls of longer traces? Should I for example

  • figure out how to create a vega visualization
  • use the trace-analytics plugin that is referred to in the docs? Is this plugin deprecated?
  • create a PR to make the span filter in the trace view editable?

Is there some kind of road map?