Distributed Tracing with jaeger

hello everyone,
I’m still new to distributed tracing, and trying to achieve the Trace context propagation covered in the istio docs here:


my question is can I use the python sample code in the url as it is in my app code, or do I need to alter it, and what exactly do I need to change if any is required.
Thank You for your time.

Not sure whether the sample code is complete enough (I’m not a python developer), so probably best to look at the full example source code: https://github.com/istio/istio/blob/5a6a74b93d468f7c28a30cd34871d9100408567c/samples/bookinfo/src/productpage/productpage.py

1 Like

thank you I’ll check it