Skip to content

skipper-plugins/opentracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published