GitHunt
OL

oldclesleycode/opentelemetry-go-contrib

Collection of extensions for OpenTelemetry-Go.

OpenTelemetry-Go Contrib

build_and_test
codecov.io
Docs
Go Report Card
Slack

Collection of 3rd-party packages for OpenTelemetry-Go.

Contents

  • Instrumentation: Packages providing OpenTelemetry instrumentation for 3rd-party libraries.
  • 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

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
Ubuntu 1.18 amd64
Ubuntu 1.17 amd64
Ubuntu 1.16 amd64
Ubuntu 1.18 386
Ubuntu 1.17 386
Ubuntu 1.16 386
MacOS 1.18 amd64
MacOS 1.17 amd64
MacOS 1.16 amd64
Windows 1.18 amd64
Windows 1.17 amd64
Windows 1.16 amd64
Windows 1.18 386
Windows 1.17 386
Windows 1.16 386

While this project should work for other systems, no compatibility guarantees
are made for those systems currently.

Go 1.18 was added in March of 2022.
Go 1.16 will be removed around June 2022.

Contributing

For information on how to contribute, consult the contributing guidelines

Languages

Go97.0%Dockerfile1.0%Shell0.9%Makefile0.9%HTML0.2%Smarty0.0%
Apache License 2.0
Created May 15, 2022
Updated May 14, 2022
oldclesleycode/opentelemetry-go-contrib | GitHunt