Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 0399eb1

Browse files
committed
fix
1 parent bc4e1cf commit 0399eb1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm/tracers/BuiltinMetricsTracer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,8 @@ private void recordAttemptCompletion(@Nullable Throwable throwable) {
400400
code,
401401
Comparators.max(remainingDeadlineAtAttemptStart, Duration.ZERO));
402402
}
403-
403+
// if we don't have t4t7 latency from gfe, we use dur between initial metadata sent and initial
404+
// metadata recv
404405
if (sidebandData.getGfeTiming() != null) {
405406
recorder.serverLatency.record(
406407
clientInfo,

0 commit comments

Comments
 (0)