File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm/metrics Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments