diff options
author | Vizerai <jsking@google.com> | 2018-05-22 16:03:16 -0700 |
---|---|---|
committer | Vizerai <jsking@google.com> | 2018-05-22 16:03:16 -0700 |
commit | 60086793e04c7ac68612689fdf36ba2f8aecf524 (patch) | |
tree | ea6e76c20c7dc60234c9c7550988db4858ec173e /src/cpp | |
parent | 95393cf5304ba0a5a1eb3e3c9720c25f70ac519c (diff) |
update
Diffstat (limited to 'src/cpp')
-rw-r--r-- | src/cpp/ext/filters/census/grpc_plugin.h | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/src/cpp/ext/filters/census/grpc_plugin.h b/src/cpp/ext/filters/census/grpc_plugin.h index 107db18de9..7ff2e7a8b8 100644 --- a/src/cpp/ext/filters/census/grpc_plugin.h +++ b/src/cpp/ext/filters/census/grpc_plugin.h @@ -22,27 +22,13 @@ #include <grpc/support/port_platform.h> #include "absl/strings/string_view.h" +#include "include/grpcpp/opencensus.h" #include "opencensus/stats/stats.h" #include "opencensus/trace/span.h" namespace grpc { -class ServerContext; -} - -namespace grpc { -// 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. -void RegisterOpenCensusPlugin(); - -// RPC stats definitions, defined by -// https://github.com/census-instrumentation/opencensus-specs/blob/master/stats/gRPC.md - -// Registers the cumulative gRPC views so that they will be exported by any -// registered stats exporter. -// For on-task stats, construct a View using the ViewDescriptors below. -void RegisterGrpcViewsForExport(); +class ServerContext; // Returns the tracing Span for the current RPC. ::opencensus::trace::Span GetSpanFromServerContext(ServerContext* context); |