Collection of extensions for OpenTelemetry-Go.
Go to file
dependabot[bot] b87d221da8
Bump cloud.google.com/go from 0.75.0 to 0.76.0 in /detectors/gcp (#572)
Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.75.0 to 0.76.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/v0.75.0...v0.76.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2021-02-09 15:10:23 -08:00
.github Bump actions/cache from v2 to v2.1.4 (#571) 2021-02-09 14:55:18 -08:00
detectors Bump cloud.google.com/go from 0.75.0 to 0.76.0 in /detectors/gcp (#572) 2021-02-09 15:10:23 -08:00
exporters/metric Update default branch name to main (#567) 2021-02-04 19:24:20 -05:00
instrumentation Bump go.mongodb.org/mongo-driver (#573) 2021-02-09 08:16:57 -08: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 Add ot-tracer-* propagator (#562) 2021-02-05 15:21:53 -05:00
tools Update default branch name to main (#567) 2021-02-04 19:24:20 -05:00
.gitignore Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation (#381) 2020-10-05 14:41:38 -04:00
.golangci.yml Add a golangci-lint configuration file (#18) 2020-04-23 13:16:16 -07:00
CHANGELOG.md added failure message - ECS resource detector (#568) 2021-02-05 15:33:09 -05:00
CODEOWNERS Update default branch name to main (#567) 2021-02-04 19:24:20 -05:00
CONTRIBUTING.md Update default branch name to main (#567) 2021-02-04 19:24:20 -05:00
LICENSE Initial commit 2020-02-21 10:12:37 -08:00
Makefile Update default branch name to main (#567) 2021-02-04 19:24:20 -05:00
README.md Update default branch name to main (#567) 2021-02-04 19:24:20 -05:00
RELEASING.md Update default branch name to main (#567) 2021-02-04 19:24:20 -05:00
contrib.go Prepare v0.16.0 release (#523) 2021-01-14 22:20:00 -05:00
doc.go Add license-check to Makefile (#228) 2020-08-16 12:18:58 -04:00
go.mod Use tracer and meter test helpers from the OTEL repository instead of the internal ones (#414) 2020-11-20 09:00:12 -08: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 Update default branch name to main (#567) 2021-02-04 19:24:20 -05: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 Docs Go Report Card Gitter

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.

Contributing

For information on how to contribute, consult the contributing guidelines