Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 572 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 572 Bytes

zipkin-cpp-opentracing

OpenTracing implementation for Zipkin in C++.

Dependencies

Compile and install

mkdir .build
cd .build
cmake ..
make
sudo make install

Examples

See tutorial.cc.

Dynamic loading

The Zipkin tracer supports dynamic loading and construction from a JSON configuration. See the schema for details on the JSON format.