Collection of extensions for OpenTelemetry-Go.
Go to file
renovate[bot] 42608e72e4
fix(deps): update golang.org/x (#6557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 10:21:50 +01:00
.github chore(deps): update lycheeverse/lychee-action action to v2.2.0 (#6517) 2024-12-19 08:02:58 -08:00
bridges fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
config fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
detectors fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
examples fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
exporters/autoexport fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
instrgen fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
instrumentation fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
internal/shared Fix panic for nil attributes and move convert funcs to internal/shared/logutil (#6237) 2024-10-15 09:42:41 +02:00
processors fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
propagators fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
samplers fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
tools fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01:00
zpages fix(deps): update golang.org/x (#6557) 2025-01-06 10:21:50 +01: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 feat(otelhttp): generate New Server Metrics in `otelhttp` (#6411) 2024-12-16 17:08:58 +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] Remove the renovate update for otel go (#6436) 2024-12-14 07:42:16 -08:00
requirements.txt Add codespell to CI (#5683) 2024-05-30 13:23:20 -07:00
verify_examples.sh [chore] Add verify_examples.sh (#6160) 2024-10-01 16:22:25 +02:00
version.go Release v1.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0 (#6435) 2024-12-12 12:27:03 -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.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0 (#6435) 2024-12-12 12:27:03 -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