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

https://github.com/rnburn/varnish-opentracing

Instrument varnish for OpenTracing
https://github.com/rnburn/varnish-opentracing

opentracing varnish

Last synced: 2 months ago
JSON representation

Instrument varnish for OpenTracing

Awesome Lists containing this project

README

        

varnish-opentracing
-----------------

Enable requests served by varnish for distributed tracing via [The OpenTracing Project](opentracing.io).

Dependencies
------------
- [LightStep's C++ tracer](https://github.com/lightstep/lightstep-tracer-cpp).
- A LightStep [account](http://lightstep.com/#request-access).
- [Varnish](http://nginx.org/).

Building
--------
```
$ git clone [email protected]:rnburn/varnish-opentracing.git
$ cd varnish-opentracing
$ mkdir .build
$ cmake ..
$ make && sudo make install
```