Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
temawi committed Apr 25, 2024
1 parent c5bcecb commit 9488f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ public void metrics() {
// Each time weights are updated, WRR will see if each subchannels weight is useable. We should
// see 6 (first one has one subchannel, second two, third one all three) "endpoint_weight_not_
// yet_usable" metric events since we have not gotten any weights yet.
assertLongCounter("grpc.lb.wrr.endpoint_weight_not_yet_usable", 6:);
assertLongCounter("grpc.lb.wrr.endpoint_weight_not_yet_usable", 6L);

// We should not yet be seeing any "endpoint_weight_stale" events since we have no weights.
assertLongCounter("grpc.lb.wrr.endpoint_weight_stale", null);
Expand Down

0 comments on commit 9488f43

Please sign in to comment.