herrberk / jaeger-client-cpp

C++ OpenTracing binding for Jaeger

Home Page:https://jaegertracing.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status OpenTracing 1.0 Enabled

jaeger-client-cpp

C++ OpenTracing binding for Jaeger

Contributing

Please see CONTRIBUTING.md.

Generated files

This project uses Apache Thrift for wire-format protocol support code generation. It currently requires exactly Thrift 0.9.2 or 0.9.3. Patches have been applied to the generated code so it cannot be directly re-generated from the IDL in the idl submodule

(see jaegertracing#45)

The code can be re-generated with

git submodule init
git submodule update
find idl/thrift/ -type f -name \*.thrift -exec thrift -gen cpp -out src/jaegertracing/thrift-gen {} \;

but at time of writing (Thrift 0.11.0) the resulting code is invalid due to https://issues.apache.org/jira/browse/THRIFT-4484.

License

Apache 2.0 License.

About

C++ OpenTracing binding for Jaeger

https://jaegertracing.io/

License:Apache License 2.0


Languages

Language:C++ 90.0%Language:CMake 8.4%Language:Python 1.2%Language:Shell 0.3%