• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

nethttp/H08-Jun-2020-

.travis.ymlH A D08-Jun-202092

LICENSEH A D08-Jun-202011.1 KiB

README.mdH A D08-Jun-2020686

go.modH A D08-Jun-2020116

go.sumH A D08-Jun-20205 KiB

README.md

1# go-stdlib
2
3This repository contains OpenTracing instrumentation for packages in
4the Go standard library.
5
6For documentation on the packages,
7[check godoc](https://godoc.org/github.com/opentracing-contrib/go-stdlib/).
8
9**The APIs in the various packages are experimental and may change in
10the future. You should vendor them to avoid spurious breakage.**
11
12## Packages
13
14Instrumentation is provided for the following packages, with the
15following caveats:
16
17- **net/http**: Client and server instrumentation. *Only supported
18  with Go 1.7 and later.*
19
20## License
21
22By contributing to this repository, you agree that your contributions will be licensed under [Apache 2.0 License](./LICENSE).
23