Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T20:23:58.000Z (over 1 year ago)
- Last Synced: 2024-02-27T21:41:27.887Z (11 months ago)
- Topics: cpp, cpp11, instrumentation, opentracing, trace, tracing, zipkin
- Language: C++
- Homepage:
- Size: 365 KB
- Stars: 50
- Watchers: 14
- Forks: 93
- Open Issues: 17
-
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.