sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

Traces page ordered randomly #165

Open dominikh opened 8 years ago

dominikh commented 8 years ago

The traces on the traces page are ordered randomly and change their order after refreshs. This was fixed once (issue #47) but it's broken again. If I had to guess, I'd start by looking at 1ddd0750b524486a558fe80e2e05b08a4a3553f3 which removed the call to sort.Sort.

Related, I'm not sure if sorting by ID is the best approach, or if it should be sorted by date instead?

slimsag commented 8 years ago

Thank you for posting. This page def. needs some work, and can probably go hand-in-hand with https://github.com/sourcegraph/appdash/issues/142