Hi guys, I have a question regarding open tracing ...
# http4k
r
Hi guys, I have a question regarding open tracing and Http4k. I added RequestTracing filter to my incoming request routing handler. My server also sends outgoing request using an httpClient (okHttp), do I need to add tracing headers (RequestTracing) to the outgoing request client for it to show up in Jeager? Or is that the job of the other service recieving my call? Option question, unrelated to http4k, don’t feel the need to answer: If you guys have done this, is there a way to do this completely outside of the code if i’m running my service with ingress proxy as a side car?