File: README.md

package info (click to toggle)
golang-github-opentracing-contrib-go-stdlib 0.0~git20170528.48e4d76-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76 kB
  • ctags: 45
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# go-stdlib

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

For documentation on the packages,
[check godoc](https://godoc.org/github.com/opentracing-contrib/go-stdlib/).

**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.*