* 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> |
||
|---|---|---|
| .circleci | ||
| .github | ||
| detectors | ||
| exporters/metric | ||
| instrumentation | ||
| internal | ||
| tools | ||
| .gitignore | ||
| .golangci.yml | ||
| CHANGELOG.md | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| RELEASING.md | ||
| contrib.go | ||
| doc.go | ||
| go.mod | ||
| go.sum | ||
| pre_release.sh | ||
| tag.sh | ||
README.md
OpenTelemetry-Go Contrib
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