Skip to content

rnburn/zipkin-cpp-opentracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

966416e · Dec 9, 2022
Dec 6, 2019
Aug 10, 2018
Feb 28, 2021
Jun 28, 2018
Jan 19, 2020
Dec 9, 2022
May 29, 2018
Aug 10, 2018
Aug 17, 2018
Jul 9, 2017
Jun 1, 2018
Dec 6, 2019

Repository files navigation

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.