Skip to content

herrberk/jaeger-client-cpp

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.1%
  • CMake 8.4%
  • Python 1.2%
  • Shell 0.3%