Commit Graph

3 Commits

Author SHA1 Message Date
dependabot[bot] a58691531a
Bump google.golang.org/grpc from 1.31.0 to 1.31.1 in /instrumentation/google.golang.org/grpc (#302)
* 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.0 to 1.31.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.31.0...v1.31.1)

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

* Auto-fix go.sum changes in dependent modules

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: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-26 10:04:19 -07:00
Anthony Mirabella 7e7d7798a8
Release v0.11.0 (#282)
* Fix non-portable sed invocation in pre_release.sh

* Fixes due to API changes

* Update CHANGELOG.md
2020-08-25 11:46:24 -04:00
Tyler Yahn 87806b141a
Move gRPC instrumentation from go.opentelemetry.io/otel (#189)
* Add google.golang.org/grpc instrumentation from otel repo

Move the existing grpctrace package from the go.opentelemetry.io/otel
repository to here. This is based on the package last modified in:
96a5f8ff46632869186135fb18af9f4052cea492

This is related to:
https://github.com/open-telemetry/opentelemetry-go/issues/976

* Update package name: grpctrace -> grpc

* Revert back to the v0.10.0 api/standard package for now

* Make into Go module

* Update the Changelog

* Move the gRPC example from otel

Taken from the otel repository at
5438916f6263163f98d80f6dea06350166568ed3

* Update packaging of example

* Update go.sum for example

* Add grpc instrumentation to dependabot config
2020-08-05 20:17:30 -07:00