Collection of extensions for OpenTelemetry-Go.
Go to file
Tyler Yahn fe2fb58536
Remove use of oteltest in otelhttp (#982)
* Move integration tests to test module

* Replace oteltest with sdk/trace/tracetest

* make precommit
2021-08-13 14:38:04 -07:00
.github Remove use of oteltest in otelhttp (#982) 2021-08-13 14:38:04 -07:00
detectors build(deps): bump github.com/aws/aws-sdk-go in /detectors/aws (#994) 2021-08-13 14:10:59 -07:00
exporters/metric Pre release v0.22.0 (#928) 2021-07-26 18:24:47 -04:00
instrumentation Remove use of oteltest in otelhttp (#982) 2021-08-13 14:38:04 -07:00
internal/util Use tracer and meter test helpers from the OTEL repository instead of the internal ones (#414) 2020-11-20 09:00:12 -08:00
propagators build(deps): bump google.golang.org/grpc from 1.39.0 to 1.40.0 in /instrumentation/google.golang.org/grpc/otelgrpc (#993) 2021-08-13 10:36:17 -07:00
tools Add cross-module test coverage (#966) 2021-08-12 10:48:25 -07:00
zpages Pre release v0.22.0 (#928) 2021-07-26 18:24:47 -04:00
.gitattributes Create .gitattributes (#777) 2021-05-13 16:30:24 -07:00
.gitignore Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation (#381) 2020-10-05 14:41:38 -04:00
.golangci.yml replaces golint by revive and fix newly reported linter issues (#800) 2021-06-08 09:30:14 -07:00
CHANGELOG.md Mark the span as error when the HTTP transporter fails (#950) 2021-08-12 10:33:15 -07:00
CODEOWNERS Add @pellared as an Approver (#842) 2021-07-01 17:31:21 -04:00
CONTRIBUTING.md Add @pellared as an Approver (#842) 2021-07-01 17:31:21 -04:00
LICENSE Initial commit 2020-02-21 10:12:37 -08:00
Makefile Add cross-module test coverage (#966) 2021-08-12 10:48:25 -07:00
README.md Add badge (#791) 2021-05-25 15:25:11 -04:00
RELEASING.md Update default branch name to main (#567) 2021-02-04 19:24:20 -05:00
contrib.go Pre release v0.22.0 (#928) 2021-07-26 18:24:47 -04:00
doc.go Add license-check to Makefile (#228) 2020-08-16 12:18:58 -04:00
go.mod Update tested Go version (#787) 2021-05-24 07:46:28 -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
pre_release.sh Pre release v0.22.0 (#928) 2021-07-26 18:24:47 -04:00
tag.sh Add tagging script for release process (#60) 2020-06-09 17:36:59 -07:00

README.md

OpenTelemetry-Go Contrib

build_and_test codecov.io Docs Go Report Card Slack

Collection of 3rd-party instrumentation and exporters for OpenTelemetry-Go.

Contents

  • Instrumentation: Packages providing OpenTelemetry instrumentation for 3rd-party libraries.
  • Exporters: Packages providing OpenTelemetry exporters for 3rd-party telemetry systems.
  • Propagators: Packages providing OpenTelemetry context propagators for 3rd-party propagation formats.
  • Detectors: Packages providing OpenTelemetry resource detectors for 3rd-party cloud computing environments.

Project Status

This project is currently in a pre-GA phase. Our progress towards a GA release candidate is tracked in this project board.

Compatibility

This project is tested on the following systems.

OS Go Version Architecture
Ubuntu 1.16 amd64
Ubuntu 1.15 amd64
Ubuntu 1.16 386
Ubuntu 1.15 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