sourcegraph / appdash

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

Separate trace tables #21

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

I intend to begin work on alternative ways to display the table at the bottom of a trace (which shows metadata on HTTP traces, for example). Prior to this change, the trace table was a shared template between both the Traces page (tab at the top of the page) -- and each individual trace. As the changes I will be making to the display of traces should not really effect the display of the Traces page, I've re-factored the code and effectively just made trace.inc.html inline.

Everything should display and function identical to the way it did prior to this change.