grpc/

directory
v0.0.0-...-95baaf8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2023 License: Apache-2.0

README

gRPC server and client example with OpenCensus

The goal of this example is to use:

  • gRPC to create an RPC server and client.
  • The OpenCensus gRPC plugin to instrument the RPC server and client.
  • Debugging exporters to print stats and traces to stdout.
$ go get go.opencensus.io/examples/grpc/...

First, run the server:

$ go run $(go env GOPATH)/src/go.opencensus.io/examples/grpc/helloworld_server/main.go

Then, run the client:

$ go run $(go env GOPATH)/src/go.opencensus.io/examples/grpc/helloworld_client/main.go

You will see traces and stats exported on the stdout. You can use one of the exporters to upload collected data to the backend of your choice.

You can also see the z-pages provided from the server:

Directories

Path Synopsis
Package helloworld is a generated protocol buffer package.
Package helloworld is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL