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

Commit 8499e6f

Browse files
fix copy/paste error
Change-Id: I22338065e271a17bd8f84fdd185e95e4a0d09ed9
1 parent 21c9e0d commit 8499e6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm/metrics/ClientBatchWriteFlowControlFactor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
public class ClientBatchWriteFlowControlFactor extends MetricWrapper<ClientSchema> {
2828
private static final String NAME =
29-
"bigtable.googleapis.com/internal/client/batch_write_flow_control_target_qps";
29+
"bigtable.googleapis.com/internal/client/batch_write_flow_control_factor";
3030

3131
public ClientBatchWriteFlowControlFactor() {
3232
super(ClientSchema.INSTANCE, NAME);
@@ -44,7 +44,7 @@ private Recorder(Meter meter) {
4444
meter
4545
.gaugeBuilder(NAME)
4646
.setDescription(
47-
"The current target QPS of the client under batch write flow control.")
47+
"The distribution of batch write flow control factors received from the server.")
4848
.setUnit("1")
4949
.build();
5050
}

0 commit comments

Comments
 (0)