Tracing with OpenCensus and Jaeger
./run_jaeger.sh # starts a new container with Jaeger
go run main.go
Example of DB tracing with Jaeger, Go, go-sqlite3 and sqlx (transactions & IN() query)
Go
./run_jaeger.sh # starts a new container with Jaeger
go run main.go