Skip to content

Commit 5eb88e7

Browse files
remove jetstream leak
Change-Id: I46cf492d6285260f9e40fb2128f9cd5ad1624ca5
1 parent b83a6c7 commit 5eb88e7

File tree

1 file changed

+0
-8
lines changed
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm/metrics

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ private MetricLabels() {}
6161
static final AttributeKey<String> DP_REASON_KEY = AttributeKey.stringKey("reason");
6262
static final AttributeKey<String> DP_IP_PREFERENCE_KEY = AttributeKey.stringKey("reason");
6363

64-
static final AttributeKey<String> SESSION_TYPE_KEY = AttributeKey.stringKey("session_type");
65-
static final AttributeKey<String> SESSION_NAME = AttributeKey.stringKey("session_name");
66-
static final AttributeKey<String> AFE_LOCATION_KEY = AttributeKey.stringKey("afe_location");
67-
68-
static final AttributeKey<String> REASON_KEY = AttributeKey.stringKey("closing_reason");
69-
static final AttributeKey<String> VRPCS_KEY = AttributeKey.stringKey("vrpcs");
70-
static final AttributeKey<Boolean> SESSION_READY_KEY = AttributeKey.booleanKey("ready");
71-
7264
public static final AttributeKey<String> STATUS_KEY = AttributeKey.stringKey("status");
7365

7466
static final AttributeKey<String> EXECUTOR_KEY = AttributeKey.stringKey("executor");

0 commit comments

Comments
 (0)