This repository is the first plugin repository for skipper.
To build skipper with Opentracing plugins, see skipper tracing build repository.
A dockerized skipper with Opentracing you can get with:
% docker run registry.opensource.zalan.do/teapot/skipper-tracing:latest
Please note the problems that may arise when using plugins together with vendoring, best described here:
In case of the opentracing plugins, the import path conflict will most certainly happen with vendoring because the interface between the plugin and Skipper includes types from the github.com/opentracing/opentracing-go 3rd party library.