Categorygo.opentelemetry.io/contrib

# README

OpenTelemetry-Go Contrib

build_and_test codecov.io Docs Go Report Card Fuzzing Status Slack

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

Contents

  • Examples: Examples of OpenTelemetry libraries usage.
  • 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.
  • Exporters: Packages providing OpenTelemetry exporters for 3rd-party export formats.
  • Samplers: Packages providing additional implementations of OpenTelemetry samplers.
  • Bridges: Packages providing adapters for 3rd-party instrumentation frameworks.
  • Processors: Packages providing additional implementations of OpenTelemetry processors.

Project Status

This project contains both stable and unstable modules. Refer to the module for its version or our versioning manifest.

Project versioning information and stability guarantees can be found in the versioning documentation.

Progress and status specific to this repository is tracked in our local project boards and milestones.

Compatibility

OpenTelemetry-Go Contrib ensures compatibility with the current supported versions of the Go language:

Each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release.

For versions of Go that are no longer supported upstream, opentelemetry-go-contrib will stop ensuring compatibility with these versions in the following manner:

  • A minor release of opentelemetry-go-contrib will be made to add support for the new supported release of Go.
  • The following minor release of opentelemetry-go-contrib will remove compatibility testing for the oldest (now archived upstream) version of Go. This, and future, releases of opentelemetry-go-contrib may include features only supported by the currently supported versions of Go.

This project is tested on the following systems.

OSGo VersionArchitecture
Ubuntu1.24amd64
Ubuntu1.23amd64
Ubuntu1.22amd64
Ubuntu1.24386
Ubuntu1.23386
Ubuntu1.22386
macOS 131.24amd64
macOS 131.23amd64
macOS 131.22amd64
macOS1.24arm64
macOS1.23arm64
macOS1.22arm64
Windows1.24amd64
Windows1.23amd64
Windows1.22amd64
Windows1.24386
Windows1.23386
Windows1.22386

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

SemVersion is the semantic version to be supplied to tracer/meter creation.
Version is the current release version of OpenTelemetry Contrib in use.