Simple test with Scylladb and Tracing with jaeger
- Go 90.3%
- Shell 5%
- Dockerfile 2.5%
- Makefile 2.2%
| Messages | ||
| proto | ||
| Users | ||
| docker-compose.yaml | ||
| keyspace.sh | ||
| Makefile | ||
| README.md | ||
Simple example to practice Tracing with jaeger
Run instructions
Start containers
docker-compose up -d
After the containers start we need to run the keyspace script to create a new keyspace test and a table users
chmod +x keyspace.sh
./keyspace.sh
Now we can run the program
go run main.go
With this steps we can access the Jaeger dashboard and start using the tracing
http://localhost:16686