Skip to content

makeavish/distributed-tracing-go-grpc-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Tracing Go Grpc Sample

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.

Tracing flow

Distributed tracing

Running the code

Start go grpc server and grpc client using below commands

  1. Grpc-Server
cd server
go run server.go
  1. Grpc-Client
cd client
go run client.go

View traces, logs and metrics:

About

Demo app to illustrate monitoring gRPC calls with OpenTelemetry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.0%
  • Shell 2.0%