skipper-plugins / opentracing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skipper Plugins for Opentracing API

This repository is the first plugin repository for skipper.

To build skipper with Opentracing plugins, see skipper tracing build repository.

Docker

A dockerized skipper with Opentracing you can get with:

% docker run registry.opensource.zalan.do/teapot/skipper-tracing:latest

Problem with vendoring

Please note the problems that may arise when using plugins together with vendoring, best described here:

golang/go#20481

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.

About

License:MIT License


Languages

Language:Go 90.1%Language:Makefile 9.9%