22 - id : metric.db.client.connections.usage
33 type : metric
44 metric_name : db.client.connections.usage
5+ annotations :
6+ code_generation :
7+ metric_value_type : int
58 stability : development
69 deprecated :
710 reason : renamed
@@ -18,6 +21,9 @@ groups:
1821 - id : metric.db.client.connections.idle.max
1922 type : metric
2023 metric_name : db.client.connections.idle.max
24+ annotations :
25+ code_generation :
26+ metric_value_type : int
2127 stability : development
2228 deprecated :
2329 reason : renamed
@@ -32,6 +38,9 @@ groups:
3238 - id : metric.db.client.connections.idle.min
3339 type : metric
3440 metric_name : db.client.connections.idle.min
41+ annotations :
42+ code_generation :
43+ metric_value_type : int
3544 stability : development
3645 deprecated :
3746 reason : renamed
@@ -46,6 +55,9 @@ groups:
4655 - id : metric.db.client.connections.max
4756 type : metric
4857 metric_name : db.client.connections.max
58+ annotations :
59+ code_generation :
60+ metric_value_type : int
4961 stability : development
5062 deprecated :
5163 reason : renamed
@@ -60,6 +72,9 @@ groups:
6072 - id : metric.db.client.connections.pending_requests
6173 type : metric
6274 metric_name : db.client.connections.pending_requests
75+ annotations :
76+ code_generation :
77+ metric_value_type : int
6378 stability : development
6479 deprecated :
6580 reason : renamed
@@ -74,6 +89,9 @@ groups:
7489 - id : metric.db.client.connections.timeouts
7590 type : metric
7691 metric_name : db.client.connections.timeouts
92+ annotations :
93+ code_generation :
94+ metric_value_type : int
7795 stability : development
7896 deprecated :
7997 reason : renamed
@@ -88,6 +106,9 @@ groups:
88106 - id : metric.db.client.connections.create_time
89107 type : metric
90108 metric_name : db.client.connections.create_time
109+ annotations :
110+ code_generation :
111+ metric_value_type : double
91112 stability : development
92113 deprecated :
93114 reason : uncategorized
@@ -102,6 +123,9 @@ groups:
102123 - id : metric.db.client.connections.wait_time
103124 type : metric
104125 metric_name : db.client.connections.wait_time
126+ annotations :
127+ code_generation :
128+ metric_value_type : double
105129 stability : development
106130 deprecated :
107131 reason : uncategorized
@@ -116,6 +140,9 @@ groups:
116140 - id : metric.db.client.connections.use_time
117141 type : metric
118142 metric_name : db.client.connections.use_time
143+ annotations :
144+ code_generation :
145+ metric_value_type : double
119146 stability : development
120147 deprecated :
121148 reason : uncategorized
@@ -130,6 +157,9 @@ groups:
130157 - id : metric.db.client.cosmosdb.operation.request_charge
131158 type : metric
132159 metric_name : db.client.cosmosdb.operation.request_charge
160+ annotations :
161+ code_generation :
162+ metric_value_type : double
133163 brief : " Deprecated, use `azure.cosmosdb.client.operation.request_charge` instead."
134164 deprecated :
135165 reason : renamed
@@ -165,6 +195,9 @@ groups:
165195 - id : metric.db.client.cosmosdb.active_instance.count
166196 type : metric
167197 metric_name : db.client.cosmosdb.active_instance.count
198+ annotations :
199+ code_generation :
200+ metric_value_type : int
168201 brief : " Deprecated, use `azure.cosmosdb.client.active_instance.count` instead."
169202 deprecated :
170203 reason : renamed
0 commit comments