jaegertracing / jaeger-ui

Web UI for Jaeger
http://jaegertracing.io/
Apache License 2.0
1.08k stars 471 forks source link

[Feature]: Order by Longest First maybe is better than Most Recent #2343

Open RaymondLam1 opened 3 weeks ago

RaymondLam1 commented 3 weeks ago

Requirement

In fact, when we look at trace data, we pay more attention to traces that take a long time.

Problem

By default, jaeger-ui sorts trace data by 'Most Recent'

Proposal

Just order by 'Longest First' instead of 'Most Recent' by default.

Open questions

No response

RaymondLam1 commented 3 weeks ago

If the community approves, I'd be happy to submit a PR

yurishkuro commented 3 weeks ago

Returning most recent data first is the standard behavior for most telemetry platforms. It suits well many other use cases, whereas longest-first is just one specific use case. We're not planning to change this.