OpenCensus C++ Example
This is an example project using
opencensus-cpp
for instrumentation.
Quickstart:
$ git clone https://github.com/census-ecosystem/opencensus-cpp-example.git
$ cd opencensus-cpp-example
$ bazel build //trace:example //helloworld:helloworld //grpc:all
$ bazel-bin/trace/example
$ bazel-bin/helloworld/helloworld
$ bazel-bin/grpc/hello_server 9001
# While the server is running:
$ bazel-bin/grpc/hello_client '[::]:9001'This is not an officially supported Google product.
On this page
Languages
C++70.0%Python27.1%C2.9%
Contributors
Apache License 2.0
Created December 13, 2018
Updated December 13, 2018