Collection of extensions for OpenTelemetry-Go.
Go to file
Robert Pająk f074513c00
Move examples from core repository (#6158)
Towards https://github.com/open-telemetry/opentelemetry-go/issues/5801
2024-09-29 18:57:38 +02:00
.github otelmongo: Use a mock deployment for testing against a MongoDB server (#5749) 2024-09-20 08:05:37 +02:00
bridges [chore]: enable expected-actual rule from testifylint (#6154) 2024-09-25 11:51:34 +02:00
config config: simplify test code (#6123) 2024-09-26 13:52:29 +02:00
detectors fix(deps): update module cloud.google.com/go/compute/metadata to v0.5.2 (#6150) 2024-09-24 09:28:54 +02:00
examples Move examples from core repository (#6158) 2024-09-29 18:57:38 +02:00
exporters/autoexport fix(deps): update googleapis to 9d4c2d2 (#6153) 2024-09-24 20:47:39 +02:00
instrgen [chore]: enable len and empty rules from testifylint (#6125) 2024-09-20 10:25:56 +02:00
instrumentation fix(deps): update aws-sdk-go-v2 monorepo (#6157) 2024-09-26 09:30:04 +02:00
internal/shared otelmongo: Use a mock deployment for testing against a MongoDB server (#5749) 2024-09-20 08:05:37 +02:00
processors fix(deps): update opentelemetry-go monorepo to 063239f (#6138) 2024-09-22 08:17:16 -07:00
propagators [chore]: enable expected-actual rule from testifylint (#6154) 2024-09-25 11:51:34 +02:00
samplers fix: update references to logging exporter (#6134) 2024-09-25 17:48:24 +02:00
tools otelmongo: Use a mock deployment for testing against a MongoDB server (#5749) 2024-09-20 08:05:37 +02:00
zpages [chore]: enable len and empty rules from testifylint (#6125) 2024-09-20 10:25:56 +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 Move examples from core repository (#6158) 2024-09-29 18:57:38 +02:00
.golangci.yml [chore]: enable expected-actual rule from testifylint (#6154) 2024-09-25 11:51:34 +02:00
.lycheeignore Move examples from core repository (#6158) 2024-09-29 18:57:38 +02:00
CHANGELOG.md Move examples from core repository (#6158) 2024-09-29 18:57:38 +02:00
CODEOWNERS Add skeleton for otellogr bridge (#6097) 2024-09-12 06:24:53 +02:00
CONTRIBUTING.md Fix community membership link (#5971) 2024-08-02 09:35:54 +02:00
LICENSE Initial commit 2020-02-21 10:12:37 -08:00
Makefile otelmongo: Use a mock deployment for testing against a MongoDB server (#5749) 2024-09-20 08:05:37 +02:00
README.md Move examples from core repository (#6158) 2024-09-29 18:57:38 +02:00
RELEASING.md Protect released changelog in CI (#5906) 2024-07-15 10:48:58 +02:00
doc.go Add codespell to CI (#5683) 2024-05-30 13:23:20 -07:00
go.mod Replace go 1.21 with go 1.22 in go mod (#6047) 2024-08-26 19:39:11 -07:00
go.sum Use tracer and meter test helpers from the OTEL repository instead of the internal ones (#414) 2020-11-20 09:00:12 -08:00
lychee.toml Add links checking actions (#5136) 2024-02-22 07:53:12 +01:00
renovate.json Group googleapis update (#6072) 2024-09-05 12:03:00 +02:00
requirements.txt Add codespell to CI (#5683) 2024-05-30 13:23:20 -07:00
version.go Release v1.30.0/v0.55.0/v0.24.0/v0.10.0/v0.5.0/v0.3.0/v0.2.0 (#6106) 2024-09-11 15:28:39 -07:00
versions.yaml Move examples from core repository (#6158) 2024-09-29 18:57:38 +02: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