# zipkin-opentracing **Repository Path**: dayuge00/zipkin_op ## Basic Information - **Project Name**: zipkin-opentracing - **Description**: zipkin-opentracing - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: zipkin-opentracing - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-12 - **Last Updated**: 2026-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zipkin-cpp-opentracing OpenTracing implementation for Zipkin in C++. ## Dependencies * The [C++ OpenTracing Library](https://github.com/opentracing/opentracing-cpp). * [curl](https://curl.haxx.se/) ## Compile and install ``` mkdir .build cd .build cmake .. make sudo make install ``` ## Examples See [tutorial.cc](zipkin_opentracing/example/tutorial.cc). ## Dynamic loading The Zipkin tracer supports dynamic loading and construction from a JSON configuration. See the [schema](zipkin_opentracing/tracer_configuration.schema.json) for details on the JSON format.