Collection of extensions for OpenTelemetry-Go.
Go to file
renovate[bot] d76ce8175d
chore(deps): update module github.com/sagikazarmark/locafero to v0.10.0 (#7631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-29 09:20:54 -07:00
.github chore(deps): update github/codeql-action action to v3.29.4 (#7612) 2025-07-23 13:24:07 -07:00
bridges ci: add use-any linter and replace `interface{}` with `any` (#7624) 2025-07-29 10:47:25 +02:00
detectors fix(deps): update aws-sdk-go-v2 monorepo (#7629) 2025-07-29 10:21:01 +02:00
examples chore(deps): update googleapis to f173205 (#7627) 2025-07-28 12:20:51 -07:00
exporters/autoexport chore(deps): update googleapis to f173205 (#7627) 2025-07-28 12:20:51 -07:00
instrumentation ci: add use-any linter and replace `interface{}` with `any` (#7624) 2025-07-29 10:47:25 +02:00
internal/shared ci: add use-any linter and replace `interface{}` with `any` (#7624) 2025-07-29 10:47:25 +02:00
otelconf ci: add use-any linter and replace `interface{}` with `any` (#7624) 2025-07-29 10:47:25 +02:00
processors chore(deps): update golang.org/x (#7565) 2025-07-09 13:13:41 -07:00
propagators ci: add use-any linter and replace `interface{}` with `any` (#7624) 2025-07-29 10:47:25 +02:00
samplers fix: correct connection error and add new configuration (#7625) 2025-07-29 08:31:31 -07:00
tools chore(deps): update module github.com/sagikazarmark/locafero to v0.10.0 (#7631) 2025-07-29 09:20:54 -07:00
zpages ci: add use-any linter and replace `interface{}` with `any` (#7624) 2025-07-29 10:47:25 +02:00
.codespellignore Add codespell to CI (#5683) 2024-05-30 13:23:20 -07:00
.codespellrc Add codespell to CI (#5683) 2024-05-30 13:23:20 -07:00
.gitattributes Create .gitattributes (#777) 2021-05-13 16:30:24 -07:00
.gitignore [chore] Update codespell target (#6698) 2025-01-30 14:03:28 -08:00
.golangci.yml ci: add use-any linter and replace `interface{}` with `any` (#7624) 2025-07-29 10:47:25 +02:00
.lycheeignore fix: correct connection error and add new configuration (#7625) 2025-07-29 08:31:31 -07:00
.markdownlint.yaml feat: add lint-markdown target (#7124) 2025-04-07 14:06:44 +02:00
CHANGELOG.md Updated ECS detector containerID logic (#7607) 2025-07-28 10:20:06 +02:00
CODEOWNERS ec2 detector v2 (#6961) 2025-07-10 13:16:31 -07:00
CONTRIBUTING.md Add Flc as an approver (#7600) 2025-07-23 18:02:19 -07:00
LICENSE Add contents of the Go license (#7538) 2025-07-02 09:56:15 +02:00
Makefile feat: add lint-markdown target (#7124) 2025-04-07 14:06:44 +02:00
README.md chore: fix OSS-Fuzz badge hyperlink (#7301) 2025-05-07 10:26:48 +02:00
RELEASING.md Move `verify_examples.sh` to `tools/verify_examples.sh` (#7060) 2025-04-03 16:17:28 +01:00
dependencies.Dockerfile chore(deps): update python docker tag to v3.13.5 (#7466) 2025-06-16 09:59:52 +02:00
doc.go Add codespell to CI (#5683) 2024-05-30 13:23:20 -07:00
go.mod Drop support for Go 1.22 (#6853) 2025-03-06 08:02:56 +01:00
go.sum [chore] Add test coverage of version.go files (#6443) 2024-12-13 13:58:00 -08:00
lychee.toml Add links checking actions (#5136) 2024-02-22 07:53:12 +01:00
renovate.json Remove the instrgen module (#6671) 2025-01-23 14:41:18 -08:00
requirements.txt chore(deps): update dependency codespell to v2.4.1 (#6694) 2025-01-28 12:20:30 -08:00
version.go Release 1.37.0/0.62.0/0.31.0/0.17.0/0.12.0/0.10.0/0.9.0 (#7507) 2025-06-25 21:16:25 +02:00
version_test.go [chore] Add test coverage of version.go files (#6443) 2024-12-13 13:58:00 -08:00
versions.yaml Add the `detectors/autodetect` package (#7522) 2025-07-08 09:02:59 -07:00

README.md

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.

OS Go Version Architecture
Ubuntu 1.24 amd64
Ubuntu 1.23 amd64
Ubuntu 1.24 386
Ubuntu 1.23 386
macOS 13 1.24 amd64
macOS 13 1.23 amd64
macOS 1.24 arm64
macOS 1.23 arm64
Windows 1.24 amd64
Windows 1.23 amd64
Windows 1.24 386
Windows 1.23 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