containerd/vendor/go.opentelemetry.io/contrib
Alakesh Haloi 3c5424454b [otel-tracing] vendor and go modules changes
This tracks all the vendor file changes and changes to go modules due
to OpenTelemetry support

Signed-off-by: Alakesh Haloi <alakeshh@amazon.com>
2021-08-04 14:25:12 -07:00
..
instrumentation/google.golang.org/grpc/otelgrpc [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
.gitattributes [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
.gitignore [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
.golangci.yml [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
CHANGELOG.md [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
CODEOWNERS [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
contrib.go [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
CONTRIBUTING.md [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
doc.go [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
go.mod [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
go.sum [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
LICENSE [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
Makefile [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
pre_release.sh [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
README.md [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
RELEASING.md [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00
tag.sh [otel-tracing] vendor and go modules changes 2021-08-04 14:25:12 -07:00

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