Simple test with Scylladb and Tracing with jaeger
  • Go 90.3%
  • Shell 5%
  • Dockerfile 2.5%
  • Makefile 2.2%
Find a file
2022-01-10 17:30:30 +00:00
Messages Adding gRPC server and client 2022-01-10 17:30:30 +00:00
proto Adding gRPC server and client 2022-01-10 17:30:30 +00:00
Users Adding gRPC server and client 2022-01-10 17:30:30 +00:00
docker-compose.yaml Adding gRPC server and client 2022-01-10 17:30:30 +00:00
keyspace.sh Adding gRPC server and client 2022-01-10 17:30:30 +00:00
Makefile Adding gRPC server and client 2022-01-10 17:30:30 +00:00
README.md Updating README.md 2022-01-06 13:37:01 +00:00

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