Collection of extensions for OpenTelemetry-Go.
Go to file
dependabot[bot] 22ec41426a
Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /instrumentation/google.golang.org/grpc (#340)
* Bump google.golang.org/grpc in /instrumentation/google.golang.org/grpc

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.31.1 to 1.32.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.31.1...v1.32.0)

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

* Auto-fix go.sum changes in dependent modules

* s/RegisterTestServiceServer/RegisterTestServiceService/

Name change in one of the test helper APIs.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Torrie <evantorrie@users.noreply.github.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2020-09-14 12:19:52 -04:00
.circleci Update build to use Go 1.15 (#236) 2020-08-18 08:32:19 -07:00
.github Add Skip Changelog label to dependabot-sourced PRs. (#345) 2020-09-13 18:48:32 -04:00
detectors Bump github.com/aws/aws-sdk-go from 1.34.18 to 1.34.22 in /detectors/aws (#341) 2020-09-13 03:42:46 -04:00
exporters/metric Add design doc and future enhancements sections to README (#339) 2020-09-11 15:05:06 -07:00
instrumentation Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /instrumentation/google.golang.org/grpc (#340) 2020-09-14 12:19:52 -04:00
internal Unify instrumentation *Provider options (#303) 2020-09-01 09:17:51 -07: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 Release v0.11.0 (#282) 2020-08-25 11:46:24 -04:00
.golangci.yml Add a golangci-lint configuration file (#18) 2020-04-23 13:16:16 -07:00
CHANGELOG.md Update configure() to newConfig() per new style guide (#336) 2020-09-11 14:29:10 -07: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 Add missing directory parameter to find command in dependabot-check (#323) 2020-09-02 07:29:28 -07:00
README.md Update project docs and layout (#92) 2020-06-22 16:10:17 -07:00
RELEASING.md Update RELEASING.md with correct tag.sh cmd (#130) 2020-07-10 11:30:39 -07:00
contrib.go Release v0.11.0 (#282) 2020-08-25 11:46:24 -04:00
doc.go Add license-check to Makefile (#228) 2020-08-16 12:18:58 -04:00
go.mod Release v0.11.0 (#282) 2020-08-25 11:46:24 -04:00
go.sum Release v0.11.0 (#282) 2020-08-25 11:46:24 -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.

Contributing

For information on how to contribute, consult the contributing guidelines