aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/ext/filters/census/grpc_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/ext/filters/census/grpc_plugin.h')
-rw-r--r--src/cpp/ext/filters/census/grpc_plugin.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpp/ext/filters/census/grpc_plugin.h b/src/cpp/ext/filters/census/grpc_plugin.h
index 7ff2e7a8b8..9e319cb994 100644
--- a/src/cpp/ext/filters/census/grpc_plugin.h
+++ b/src/cpp/ext/filters/census/grpc_plugin.h
@@ -24,15 +24,11 @@
#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;
-// Returns the tracing Span for the current RPC.
-::opencensus::trace::Span GetSpanFromServerContext(ServerContext* context);
-
// The tag keys set when recording RPC stats.
::opencensus::stats::TagKey ClientMethodTagKey();
::opencensus::stats::TagKey ClientStatusTagKey();