Commit Graph

2 Commits

Author SHA1 Message Date
d0523fc261 Finish Implementing gRPC Distributed Tracing
* Create Interceptor to propagate trace context to gRPC server
* Create Tower Layer to extract trace context and add to request
  extensions
* Retrieve trace context from request extensions and set inside request
  handlers
* Sort dependencies
* Remove unused dependencies
2022-09-23 14:15:52 -03:00
b4e1342879 Fix works on my machine issue
* Build images inside of docker to eliminate possibility of libc clashes
  rather than building locally and adding to container.
* Fix image pull policy for swagger
* Make dependencies more explicit
* Add some `AllowParallel` directives in Tilt
2022-09-19 11:45:21 -03:00