/sqlite_trans

Example of DB tracing with Jaeger, Go, go-sqlite3 and sqlx (transactions & IN() query)

Primary LanguageGo

Example of database manipulation in Go with sqlite and sqlx packages

Tracing with OpenCensus and Jaeger

Run:

./run_jaeger.sh # starts a new container with Jaeger

go run main.go
Then visit http://localhost:16686/ and you'll see something like this:

Jaeger dashboard