You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have three php services running on different ports.
service1 service2 and service3 .
When I do curl to service1 , I can see that trace context is propagating from service1 to service3.
Service 1 received response from Service 2: Service 2 received response from Service 3: Hello from Service 3!
However when I am using exporter , I don't see it happening. Do I need to propagate context manually when using exporters?
I have three php services running on different ports.
service1 service2 and service3 .
When I do curl to service1 , I can see that trace context is propagating from service1 to service3.
Service 1 received response from Service 2: Service 2 received response from Service 3: Hello from Service 3!
However when I am using exporter , I don't see it happening. Do I need to propagate context manually when using exporters?
The text was updated successfully, but these errors were encountered: