aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Vizerai <jsking@google.com>2018-06-12 23:06:26 -0700
committerGravatar Vizerai <jsking@google.com>2018-06-12 23:06:26 -0700
commitf9f0b54d381eb0aa5828c2190a7fd0cc1b949da9 (patch)
tree885fd94a36ddaf3e16d0c4b8ad0191b5ab369498
parente501a3d3fdd63a4e8c184ff2bcb1e643dbfe4401 (diff)
update
-rw-r--r--include/grpcpp/opencensus.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/grpcpp/opencensus.h b/include/grpcpp/opencensus.h
index 7d14692575..7e5d1dfeb4 100644
--- a/include/grpcpp/opencensus.h
+++ b/include/grpcpp/opencensus.h
@@ -20,12 +20,12 @@
#define GRPCPP_OPENCENSUS_H
namespace grpc {
+// These symbols in this file will not be included in the binary unless
+// grpc_opencensus_plugin build target was added as a dependency. At the moment
+// it is only setup to be built with Bazel.
// Registers the OpenCensus plugin with gRPC, so that it will be used for future
-// RPCs. This must be called before any views are created on the measures
-// defined below. This will only be enabled if the binary includes the
-// grpc_opencensus_plugin build target as a dependency. At the moment it is only
-// setup to be built with Bazel.
+// RPCs. This must be called before any views are created.
void RegisterOpenCensusPlugin();
// RPC stats definitions, defined by