Collection of extensions for OpenTelemetry-Go.
Go to file
dependabot[bot] b1db1e9076
Bump cloud.google.com/go from 0.67.0 to 0.68.0 in /detectors/gcp (#394)
Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.67.0 to 0.68.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.67.0...v0.68.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2020-10-11 15:14:54 -04:00
.circleci Build both go-1.14 and go-1.15 in circleci with new custom executors (#351) 2020-09-17 16:48:31 -07:00
.github Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation (#381) 2020-10-05 14:41:38 -04:00
detectors Bump cloud.google.com/go from 0.67.0 to 0.68.0 in /detectors/gcp (#394) 2020-10-11 15:14:54 -04:00
exporters/metric Bump github.com/spf13/afero from 1.4.0 to 1.4.1 in /exporters/metric/cortex/utils (#396) 2020-10-11 15:01:12 -04:00
instrumentation Bump github.com/Shopify/sarama from 1.27.0 to 1.27.1 in /instrumentation/github.com/Shopify/sarama/otelsarama/example (#395) 2020-10-11 15:07:48 -04:00
internal Update to API v0.12.0 (#363) 2020-09-25 12:04:47 -04:00
propagators Pre release v0.13.0 (#391) 2020-10-09 22:40:41 -04:00
tools Bump github.com/golangci/golangci-lint from 1.30.0 to 1.31.0 in /tools (#343) 2020-09-13 02:07:15 -04: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 Pre release v0.13.0 (#391) 2020-10-09 22:40:41 -04:00
CODEOWNERS Add @XSAM as an approver (#321) 2020-09-03 12:45:05 -04:00
CONTRIBUTING.md Add @XSAM as an approver (#321) 2020-09-03 12:45:05 -04:00
LICENSE Initial commit 2020-02-21 10:12:37 -08:00
Makefile Update instrumentation naming (#359) 2020-09-24 09:06:26 -07:00
README.md Move B3 propagator from main repo to contrib repo (#344) 2020-09-15 08:07:11 -07:00
RELEASING.md Update RELEASING.md with correct tag.sh cmd (#130) 2020-07-10 11:30:39 -07:00
contrib.go Pre release v0.13.0 (#391) 2020-10-09 22:40:41 -04:00
doc.go Add license-check to Makefile (#228) 2020-08-16 12:18:58 -04:00
go.mod Pre release v0.13.0 (#391) 2020-10-09 22:40:41 -04:00
go.sum Pre release v0.13.0 (#391) 2020-10-09 22:40:41 -04:00
pre_release.sh Release v0.11.0 (#282) 2020-08-25 11:46:24 -04:00
tag.sh Add tagging script for release process (#60) 2020-06-09 17:36:59 -07:00

README.md

OpenTelemetry-Go Contrib

Circle CI 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.

Contributing

For information on how to contribute, consult the contributing guidelines