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 the following package versions
for successful compilation,
 1. "github.com/coreos/etcd":     v3.2.9 -> v3.3.8
 2. "github.com/golang/protobuf": v1.0.0 -> v1.1.0
 3. "google.golang.org/grpc":     v1.0.4 -> v1.13.0

Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
  • Loading branch information
sseshasa authored and kshlm committed Aug 8, 2018
1 parent a848a87 commit b51f725
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 71 deletions.
Loading

0 comments on commit b51f725

Please sign in to comment.