bearmingo / zipkin-cpp-opentracing

OpenTracing Tracer implementation for Zipkin in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

OpenTracing Tracer implementation for Zipkin in C++

License:Apache License 2.0


Languages

Language:C++ 89.1%Language:CMake 5.3%Language:Shell 4.2%Language:Starlark 1.4%