sourcegraph / appdash

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

httptrace: add Negroni and net/http usage documentation. #13

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

This adds some extensive high-level usage documentation to the httptrace package for both Negroni and just-net/http based applications.

An actual example (a port of cmd/apptrace/example_app.go to use Negroni and gorilla/context) of Negroni-based usage will be added in the future.