C++ OpenTracing binding for Jaeger
Please see CONTRIBUTING.md.
jaeger-client-cpp is built using CMake. It will automatically download needed dependencies using Hunter.
To build:
mkdir build
cd build
cmake ..
make
After building, the example publisher and subscriber program can be run with:
./Publisher ../examples/config.yml 'hello world'
./Subscriber ../examples/config.yml
The traces of the publisher and subscriber can then be observed via the Jaeger UI.