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

Commit 4d272e6

Browse files
committed
fix a typo
1 parent 39a92f6 commit 4d272e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/metrics/BuiltinMetricsConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class BuiltinMetricsConstants {
7070
static final String REMAINING_DEADLINE_NAME = "remaining_deadline";
7171
static final String CLIENT_BLOCKING_LATENCIES_NAME = "throttling_latencies";
7272
static final String PER_CONNECTION_ERROR_COUNT_NAME = "per_connection_error_count";
73-
static final String OUTSTANDING_RPCS_PER_CHANNEL_NAME = "connection_pool/outstanding_rpc";
73+
static final String OUTSTANDING_RPCS_PER_CHANNEL_NAME = "connection_pool/outstanding_rpcs";
7474

7575
// Start allow list of metrics that will be exported as internal
7676
public static final Map<String, Set<String>> GRPC_METRICS =

0 commit comments

Comments
 (0)