johanbrandhorst / grpc-gateway-boilerplate

All the boilerplate you need to get started with writing grpc-gateway powered REST services in Go
MIT License
479 stars 83 forks source link

Add example code for adding OpenCensus and AWS X-Ray #12

Closed erikperttu closed 4 years ago

erikperttu commented 4 years ago

Added some example code for tracing the boilerplate repo with OpenCensus and AWS X-Ray.

johanbrandhorst commented 4 years ago

Thanks for your contribution!