sourcegraph / appdash

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

Sorted traces #53

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

This change sorts the traces displayed on the Traces page so that reloading the page multiple times does not shift them randomly.

Fixes issue #47.

Can be merged after the Travis build for #52 runs.