https://github.com/rnburn/zipkin-cpp-opentracing
OpenTracing Tracer implementation for Zipkin in C++
https://github.com/rnburn/zipkin-cpp-opentracing
cpp cpp11 instrumentation opentracing trace tracing zipkin
Last synced: 2 months ago
JSON representation
OpenTracing Tracer implementation for Zipkin in C++
- Host: GitHub
- URL: https://github.com/rnburn/zipkin-cpp-opentracing
- Owner: rnburn
- License: apache-2.0
- Created: 2017-06-29T19:59:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T19:09:19.000Z (about 1 year ago)
- Last Synced: 2025-04-02T16:25:11.777Z (3 months ago)
- Topics: cpp, cpp11, instrumentation, opentracing, trace, tracing, zipkin
- Language: C++
- Homepage:
- Size: 365 KB
- Stars: 52
- Watchers: 13
- Forks: 46
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.