cloudstate
cloudstate copied to clipboard
Add tracing support
trafficstars
like open tracing or zipkin hope it abstracted over dedicated implementations
Hello I believe that the proxy can possibly inject an id that is valid OpenTrancing, there is some work done by opentracing-contrib with AKKA HTTP https://github.com/opentracing-contrib/scala-akka. Extra work would still be needed to work with gRPC. But how would this work with different service mesh? It might be simpler to implement the headers required by Envoy (https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/observability/tracing.html) and let the adjacent infrastructure do the rest.