Collection of extensions for OpenTelemetry-Go.
Go to file
renovate[bot] 85f9766a8a
chore(deps): update module github.com/go-git/go-git/v5 to v5.13.2 (#6672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 09:28:34 +01:00
.github chore(deps): update codecov/codecov-action action to v5.2.0 (#6665) 2025-01-22 14:27:45 -08:00
bridges otellogr: Fix nil context panic (#6527) 2025-01-20 14:43:07 +01:00
config fix(deps): update googleapis to 138b5a5 (#6664) 2025-01-22 14:13:03 -08:00
detectors Release v1.34.0/v0.59.0/v0.28.0/v0.14.0/v0.9.0/v0.7.0/v0.6.0 (#6641) 2025-01-17 11:30:40 -08:00
examples fix(deps): update googleapis to 138b5a5 (#6664) 2025-01-22 14:13:03 -08:00
exporters/autoexport fix(deps): update googleapis to 138b5a5 (#6664) 2025-01-22 14:13:03 -08:00
instrgen Release v1.34.0/v0.59.0/v0.28.0/v0.14.0/v0.9.0/v0.7.0/v0.6.0 (#6641) 2025-01-17 11:30:40 -08:00
instrumentation fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.74.0 (#6667) 2025-01-22 14:42:58 -08:00
internal/shared Templatize the otelhttp semconv module (#6626) 2025-01-17 10:08:24 +01:00
processors Release v1.34.0/v0.59.0/v0.28.0/v0.14.0/v0.9.0/v0.7.0/v0.6.0 (#6641) 2025-01-17 11:30:40 -08:00
propagators fix(deps): update googleapis to 138b5a5 (#6664) 2025-01-22 14:13:03 -08:00
samplers fix(deps): update googleapis to 138b5a5 (#6664) 2025-01-22 14:13:03 -08:00
tools chore(deps): update module github.com/go-git/go-git/v5 to v5.13.2 (#6672) 2025-01-23 09:28:34 +01:00
zpages Release v1.34.0/v0.59.0/v0.28.0/v0.14.0/v0.9.0/v0.7.0/v0.6.0 (#6641) 2025-01-17 11:30:40 -08: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 Split dice example into instrumented and uninstrumented (#6300) 2024-12-05 12:10:29 +01:00
.golangci.yml config: add support for certificate configuration (#6376) 2024-12-12 10:48:36 -08:00
.lycheeignore Move examples from core repository (#6158) 2024-09-29 18:57:38 +02:00
CHANGELOG.md config: add support for extra TLS configuration (#6378) 2025-01-21 10:14:59 +01:00
CODEOWNERS added akats7 as codeowner for otelgin (#6370) 2024-11-27 17:15:57 +01:00
CONTRIBUTING.md Add Cheng-Zhen as a triager (#6279) 2024-10-29 06:55:42 +01:00
LICENSE Initial commit 2020-02-21 10:12:37 -08:00
Makefile config: separate schema version support into separate directories (#6412) 2024-12-10 10:23:29 -08:00
README.md Move examples from core repository (#6158) 2024-09-29 18:57:38 +02:00
RELEASING.md [chore] Add verify_examples.sh (#6160) 2024-10-01 16:22:25 +02:00
doc.go Add codespell to CI (#5683) 2024-05-30 13:23:20 -07:00
get_main_pkgs.sh [chore] Add verify_examples.sh (#6160) 2024-10-01 16:22:25 +02:00
go.mod [chore] Add test coverage of version.go files (#6443) 2024-12-13 13:58:00 -08: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 chore: Group renovate build-tools update (#6670) 2025-01-23 08:21:26 +01:00
requirements.txt chore(deps): update dependency codespell to v2.4.0 (#6660) 2025-01-21 14:36:22 -08:00
verify_examples.sh [chore] Add verify_examples.sh (#6160) 2024-10-01 16:22:25 +02:00
version.go Release v1.34.0/v0.59.0/v0.28.0/v0.14.0/v0.9.0/v0.7.0/v0.6.0 (#6641) 2025-01-17 11:30:40 -08:00
version_test.go [chore] Add test coverage of version.go files (#6443) 2024-12-13 13:58:00 -08:00
versions.yaml Release v1.34.0/v0.59.0/v0.28.0/v0.14.0/v0.9.0/v0.7.0/v0.6.0 (#6641) 2025-01-17 11:30:40 -08:00

README.md

OpenTelemetry-Go Contrib

build_and_test codecov.io Docs Go Report Card 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.23 amd64
Ubuntu 1.22 amd64
Ubuntu 1.23 386
Ubuntu 1.22 386
macOS 13 1.23 amd64
macOS 13 1.22 amd64
macOS 1.23 arm64
macOS 1.22 arm64
Windows 1.23 amd64
Windows 1.22 amd64
Windows 1.23 386
Windows 1.22 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