Get traces from Jaeger Query in Python

64 views
Skip to first unread message

James Zafar

unread,
Mar 24, 2021, 6:15:33 AM3/24/21
to Jaeger Tracing
Hi,

I would like to generate the code from the query protobuf to get traces in Python. I've tried running 

docker run --rm -u $(id -u) -v${PWD}:${PWD} -w${PWD} jaegertracing/protobuf:latest --proto_path=${PWD} --python_out=${PWD} /usr/include/github.com/gogo/protobuf/gogoproto/gogo.proto

Using the docker image in this repo: https://github.com/jaegertracing/docker-protobuf but it seems to be missing some dependencies. Is there an example somewhere of how I can generate Python code from the query protobuf and get all of the required dependencies? Thank you for your help!

Reply all
Reply to author
Forward
0 new messages