tracking
is a working in progress lib for tracking/distributed trace resources
go get -u github.com/blacklane/go-libs/tracking
For now there are:
- UUID in the context
- HTTP middleware to add/read uuid from context and request headers
- Request depth, rout and tree path
# Install godoc
GO111MODULE=off go install golang.org/x/tools/cmd/godoc
# run godoc
godoc -http=localhost:6060
then head to: