22 July 2018

Both Appdash and Jaeger does not provide automatic instrument like Tingyun.

Appdash

Appdash

go get -u sourcegraph.com/sourcegraph/appdash/cmd/...
cd $GO_PATH/src/sourcegraph.com/sourcegraph/appdash/examples/cmd/webapp
# Dependency for the example webapp
go get github.com/urfave/negroni
go run main.go

Jaeger

Jaeger