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
- Host: GitHub
- URL: https://github.com/rnburn/varnish-opentracing
- Owner: rnburn
- Created: 2017-05-03T23:53:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T00:41:08.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T02:49:21.377Z (4 months ago)
- Topics: opentracing, varnish
- Language: CMake
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```