https://github.com/opentracing-contrib/go-stdlib
OpenTracing instrumentation for packages in the Go stdlib
https://github.com/opentracing-contrib/go-stdlib
go opentracing
Last synced: 5 months ago
JSON representation
OpenTracing instrumentation for packages in the Go stdlib
- Host: GitHub
- URL: https://github.com/opentracing-contrib/go-stdlib
- Owner: opentracing-contrib
- License: apache-2.0
- Created: 2016-07-20T21:38:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T18:25:20.000Z (6 months ago)
- Last Synced: 2025-04-10T20:54:35.455Z (6 months ago)
- Topics: go, opentracing
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 221
- Watchers: 7
- Forks: 72
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-stdlib
[](https://github.com/opentracing-contrib/go-stdlib/actions/workflows/ci.yml)
[](https://goreportcard.com/report/github.com/opentracing-contrib/go-stdlib)

[](https://github.com/opentracing-contrib/go-stdlib/releases/latest)
[](https://pkg.go.dev/github.com/opentracing-contrib/go-stdlib)This repository contains OpenTracing instrumentation for packages in
the Go standard library.**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.*## License
By contributing to this repository, you agree that your contributions will be licensed under [Apache 2.0 License](./LICENSE).