Collection of extensions for OpenTelemetry-Go.
Go to file
Tyler Yahn aabdb7c6cc
[chore] Update codespell target (#6698)
2025-01-30 14:03:28 -08:00
.github chore(deps): update codecov/codecov-action action to v5.3.1 (#6680) 2025-01-24 14:27:54 -08:00
bridges fix(deps): update module google.golang.org/protobuf to v1.36.4 (#6681) 2025-01-24 14:01:47 -08:00
config fix(deps): update googleapis to 29210b9 (#6688) 2025-01-28 08:25:03 +01:00
detectors fix(deps): update module github.com/googlecloudplatform/opentelemetry-operations-go/detectors/gcp to v1.26.0 (#6687) 2025-01-28 08:13:35 +01:00
examples fix(deps): update googleapis to 29210b9 (#6688) 2025-01-28 08:25:03 +01:00
exporters/autoexport fix(deps): update googleapis to 29210b9 (#6688) 2025-01-28 08:25:03 +01:00
instrumentation otelgrpc: only start span if not filtered out (#6695) 2025-01-30 08:54:16 -08:00
internal/shared Make the package dynamic in internal/shared/semconv (#6663) 2025-01-25 08:26:09 +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 29210b9 (#6688) 2025-01-28 08:25:03 +01:00
samplers fix(deps): update googleapis to 29210b9 (#6688) 2025-01-28 08:25:03 +01:00
tools chore(deps): update module github.com/spf13/pflag to v1.0.6 (#6696) 2025-01-30 09:25:12 +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 [chore] Update codespell target (#6698) 2025-01-30 14:03:28 -08: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 otelgrpc: only start span if not filtered out (#6695) 2025-01-30 08:54:16 -08:00
CODEOWNERS Remove the instrgen module (#6671) 2025-01-23 14:41:18 -08:00
CONTRIBUTING.md Remove the instrgen module (#6671) 2025-01-23 14:41:18 -08:00
LICENSE Initial commit 2020-02-21 10:12:37 -08:00
Makefile [chore] Update codespell target (#6698) 2025-01-30 14:03:28 -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
dependencies.Dockerfile [chore] Update codespell target (#6698) 2025-01-30 14:03:28 -08: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 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
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 Remove the instrgen module (#6671) 2025-01-23 14:41:18 -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