moby--moby/vendor/github.com/opentracing-contrib/go-stdlib
Tonis Tiigi 6fcb36ff14 vendor: add buildkit dependency
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2018-06-10 10:05:19 -07:00
..
nethttp vendor: add buildkit dependency 2018-06-10 10:05:19 -07:00
LICENSE vendor: add buildkit dependency 2018-06-10 10:05:19 -07:00
README.md vendor: add buildkit dependency 2018-06-10 10:05:19 -07:00

README.md

go-stdlib

This repository contains OpenTracing instrumentation for packages in the Go standard library.

For documentation on the packages, check godoc.

The APIs in the various packages are experimental and may change in the future. You should vendor them to avoid spurious breakage.

Packages

Instrumentation is provided for the following packages, with the following caveats:

  • net/http: Client and server instrumentation. Only supported with Go 1.7 and later.