Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Integrate Opencensus grpc plugin within the grpc client and listener …
Browse files Browse the repository at this point in the history
…APIs.

Include the ocgrpc client handler as a dial option within grpc.Dial().
This registers the ocgrpc client handler as a service. Provide the ocgrpc
serverHandler to the grpc statsHandler when creating a new grpc server.

Also, edit the Gopkg.toml file to update "github.com/golang/protobuf"
version from v1.0.0 to v1.1.0 for successful compilation.
NOTE: With this change, the etcd version in Gopkg.lock is automatically
updated to v3.3.8 and grpc version to v1.13.0.

Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
  • Loading branch information
sseshasa committed Jul 25, 2018
1 parent ae4b612 commit 848fce9
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 69 deletions.
Loading

0 comments on commit 848fce9

Please sign in to comment.