Revert "census: Set SpanKind on Client/Server traces (#6680)" (#6729)

This reverts commit 60bc74620f.
This commit is contained in:
Chengyuan Zhang 2020-02-19 13:59:58 -08:00 committed by GitHub
parent 26def7f694
commit e6d8c27448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -238,7 +238,6 @@ final class CensusTracingModule {
generateTraceSpanName(false, method.getFullMethodName()),
parentSpan)
.setRecordEvents(true)
.setSpanKind(Span.Kind.CLIENT)
.startSpan();
}
@ -309,7 +308,6 @@ final class CensusTracingModule {
generateTraceSpanName(true, fullMethodName),
remoteSpan)
.setRecordEvents(true)
.setSpanKind(Span.Kind.SERVER)
.startSpan();
}