You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45e4550c36
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> |
3 years ago | |
---|---|---|
.. | ||
instrumentation | 3 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 4 years ago | |
.golangci.yml | 4 years ago | |
CHANGELOG.md | 4 years ago | |
CODEOWNERS | 4 years ago | |
CONTRIBUTING.md | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
RELEASING.md | 4 years ago | |
contrib.go | 4 years ago | |
doc.go | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
pre_release.sh | 4 years ago | |
tag.sh | 4 years ago |
README.md
OpenTelemetry-Go Contrib
Collection of 3rd-party instrumentation and exporters for OpenTelemetry-Go.
Contents
- 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.
Project Status
This project is currently in a pre-GA phase. Our progress towards a GA release candidate is tracked in this project board.
Compatibility
This project is tested on the following systems.
OS | Go Version | Architecture |
---|---|---|
Ubuntu | 1.16 | amd64 |
Ubuntu | 1.15 | amd64 |
Ubuntu | 1.16 | 386 |
Ubuntu | 1.15 | 386 |
While this project should work for other systems, no compatibility guarantees are made for those systems currently.
Contributing
For information on how to contribute, consult the contributing guidelines