I am new to Opentracing and doing some research now.
Is there any way to get a span for Rest Template in Jaxrs? My app runs with spring-jersey and in some functions, there is a couple of RestTemplate calls, which are not reported as a new span under the same trace.
In the end, I added "opentracing-spring-cloud-starter" for RestTemplate.
So my dependencies are:
All good now.
But it created two traces for a single api call - api/hello
First one is correct one, but the second one is incorrect duplicate trace.
Can somebody take a look at this?
Hi,
I am new to Opentracing and doing some research now. Is there any way to get a span for Rest Template in Jaxrs? My app runs with spring-jersey and in some functions, there is a couple of RestTemplate calls, which are not reported as a new span under the same trace. In the end, I added "opentracing-spring-cloud-starter" for RestTemplate. So my dependencies are:
All good now. But it created two traces for a single api call - api/hello First one is correct one, but the second one is incorrect duplicate trace. Can somebody take a look at this?