Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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.