Collection of 3rd-party instrumentation and exporters for OpenTelemetry-Go.
- Instrumentation: Packages providing OpenTelemetry instrumentation for 3rd-party libraries.
- Exporters: Packages providing OpenTelemetry exporters for 3rd-party telemetry systems.
- Propagators: Packages providing OpenTelemetry context propagators for 3rd-party propagation formats.
- Detectors: Packages providing OpenTelemetry resource detectors for 3rd-party cloud computing environments.
This project is currently in a pre-GA phase. Our progress towards a GA release candidate is tracked in this project board.
OpenTelemetry-Go Contrib attempts to track the current supported versions of the Go language. The release schedule after a new minor version of go is as follows:
- The first release or one month, which ever is sooner, will add build steps for the new go version.
- The first release after three months will remove support for the oldest go version.
This project is tested on the following systems.
OS | Go Version | Architecture |
---|---|---|
MacOS | 1.16 | amd64 |
Ubuntu | 1.16 | amd64 |
Ubuntu | 1.16 | 386 |
While this project should work for other systems, no compatibility guarantees are made for those systems currently.
For information on how to contribute, consult the contributing guidelines