Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 428 Bytes

grpc-opencensus-sample

sample implementation of grpc server with metrics collection & distributed tracing by OpenCensus

Usage

Build

  • make proto-build
  • make go-build

Run

  • execute cmd/api/api

Request example

  1. launch Evans
    • evans -r --host localhost -p 3000
  2. select service
    • service Server
  3. call rpc
    • call GetData