Skip to content

Latest commit

 

History

History

tracking

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

tracking

tracking is a working in progress lib for tracking/distributed trace resources

Installation

go get -u github.com/blacklane/go-libs/tracking

Getting Started: WIP

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

To see full API:

# Install godoc
GO111MODULE=off go install golang.org/x/tools/cmd/godoc

# run godoc
godoc -http=localhost:6060

then head to: