This project demonstrates how to implement distributed tracing in go grpc application.
This application uses mongodb as the database, so make sure to create an employeedb database and employee collection in mongodb and run this app.
Start go grpc server and grpc client using below commands
- Grpc-Server
cd server
go run server.go
- Grpc-Client
cd client
go run client.go
View traces, logs and metrics:
- View the metrics in signoz, go to http://localhost:3301/application
