sourcegraph / appdash

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

traceapp: switch to a nicer UI design #54

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

This change switches to a nicer UI design overall for the traceapp package.

The static image files are built into the final single-binary using go-bindata and go-bindata-assetfs to serve them (also see the new appdash-data repository).

Home page before:

before_home

Home page after:

after_home

Take note that the footer at the bottom of the page which says "Appdash is an open-source project created by Sourcegraph." starts out that way, and then changes every 10 seconds into a random helpful-hint about using Appdash.

Traces page before:

before_traces

Traces page after:

after_traces

Traceview before:

before_traceview

Traceview after:

after_traceview

charlesvickery commented 9 years ago

Looks good to me!