Skip to content

Commit cba2159

Browse files
committed
fix: revert changes in opencensus
1 parent dc84757 commit cba2159

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

gax-java/gax/src/main/java/com/google/api/gax/tracing/OpencensusTracer.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,6 @@ public void responseReceived() {
406406
totalReceivedMessages++;
407407
}
408408

409-
/** {@inheritDoc} */
410-
@Override
411-
public void recordResponseSize(long responseSize) {
412-
span.putAttribute(
413-
ObservabilityAttributes.HTTP_RESPONSE_BODY_SIZE,
414-
AttributeValue.longAttributeValue(responseSize));
415-
}
416-
417409
/** {@inheritDoc} */
418410
@Override
419411
public void requestSent() {

0 commit comments

Comments
 (0)