@@ -118,6 +118,9 @@ pub use crate::attribute::AWS_S3_PART_NUMBER;
118
118
#[ cfg( feature = "semconv_experimental" ) ]
119
119
pub use crate :: attribute:: AWS_S3_UPLOAD_ID ;
120
120
121
+ #[ cfg( feature = "semconv_experimental" ) ]
122
+ pub use crate :: attribute:: AZ_NAMESPACE ;
123
+
121
124
#[ cfg( feature = "semconv_experimental" ) ]
122
125
pub use crate :: attribute:: AZ_SERVICE_REQUEST_ID ;
123
126
@@ -143,24 +146,6 @@ pub use crate::attribute::CLOUDEVENTS_EVENT_SUBJECT;
143
146
#[ cfg( feature = "semconv_experimental" ) ]
144
147
pub use crate :: attribute:: CLOUDEVENTS_EVENT_TYPE ;
145
148
146
- #[ cfg( feature = "semconv_experimental" ) ]
147
- pub use crate :: attribute:: CODE_COLUMN ;
148
-
149
- #[ cfg( feature = "semconv_experimental" ) ]
150
- pub use crate :: attribute:: CODE_FILEPATH ;
151
-
152
- #[ cfg( feature = "semconv_experimental" ) ]
153
- pub use crate :: attribute:: CODE_FUNCTION ;
154
-
155
- #[ cfg( feature = "semconv_experimental" ) ]
156
- pub use crate :: attribute:: CODE_LINENO ;
157
-
158
- #[ cfg( feature = "semconv_experimental" ) ]
159
- pub use crate :: attribute:: CODE_NAMESPACE ;
160
-
161
- #[ cfg( feature = "semconv_experimental" ) ]
162
- pub use crate :: attribute:: CODE_STACKTRACE ;
163
-
164
149
#[ cfg( feature = "semconv_experimental" ) ]
165
150
pub use crate :: attribute:: DB_CASSANDRA_CONSISTENCY_LEVEL ;
166
151
@@ -197,9 +182,6 @@ pub use crate::attribute::DB_COSMOSDB_REQUEST_CHARGE;
197
182
#[ cfg( feature = "semconv_experimental" ) ]
198
183
pub use crate :: attribute:: DB_COSMOSDB_REQUEST_CONTENT_LENGTH ;
199
184
200
- #[ cfg( feature = "semconv_experimental" ) ]
201
- pub use crate :: attribute:: DB_COSMOSDB_STATUS_CODE ;
202
-
203
185
#[ cfg( feature = "semconv_experimental" ) ]
204
186
pub use crate :: attribute:: DB_COSMOSDB_SUB_STATUS_CODE ;
205
187
@@ -212,6 +194,9 @@ pub use crate::attribute::DB_ELASTICSEARCH_PATH_PARTS;
212
194
#[ cfg( feature = "semconv_experimental" ) ]
213
195
pub use crate :: attribute:: DB_NAMESPACE ;
214
196
197
+ #[ cfg( feature = "semconv_experimental" ) ]
198
+ pub use crate :: attribute:: DB_OPERATION_BATCH_SIZE ;
199
+
215
200
#[ cfg( feature = "semconv_experimental" ) ]
216
201
pub use crate :: attribute:: DB_OPERATION_NAME ;
217
202
@@ -222,19 +207,10 @@ pub use crate::attribute::DB_QUERY_PARAMETER;
222
207
pub use crate :: attribute:: DB_QUERY_TEXT ;
223
208
224
209
#[ cfg( feature = "semconv_experimental" ) ]
225
- pub use crate :: attribute:: DB_SYSTEM ;
226
-
227
- #[ cfg( feature = "semconv_experimental" ) ]
228
- #[ allow( deprecated) ]
229
- pub use crate :: attribute:: ENDUSER_ID ;
230
-
231
- #[ cfg( feature = "semconv_experimental" ) ]
232
- #[ allow( deprecated) ]
233
- pub use crate :: attribute:: ENDUSER_ROLE ;
210
+ pub use crate :: attribute:: DB_RESPONSE_STATUS_CODE ;
234
211
235
212
#[ cfg( feature = "semconv_experimental" ) ]
236
- #[ allow( deprecated) ]
237
- pub use crate :: attribute:: ENDUSER_SCOPE ;
213
+ pub use crate :: attribute:: DB_SYSTEM ;
238
214
239
215
pub use crate :: attribute:: ERROR_TYPE ;
240
216
@@ -295,13 +271,19 @@ pub use crate::attribute::FEATURE_FLAG_PROVIDER_NAME;
295
271
pub use crate :: attribute:: FEATURE_FLAG_VARIANT ;
296
272
297
273
#[ cfg( feature = "semconv_experimental" ) ]
298
- pub use crate :: attribute:: GEN_AI_COMPLETION ;
274
+ pub use crate :: attribute:: GEN_AI_OPENAI_REQUEST_RESPONSE_FORMAT ;
299
275
300
276
#[ cfg( feature = "semconv_experimental" ) ]
301
- pub use crate :: attribute:: GEN_AI_OPERATION_NAME ;
277
+ pub use crate :: attribute:: GEN_AI_OPENAI_REQUEST_SEED ;
302
278
303
279
#[ cfg( feature = "semconv_experimental" ) ]
304
- pub use crate :: attribute:: GEN_AI_PROMPT ;
280
+ pub use crate :: attribute:: GEN_AI_OPENAI_REQUEST_SERVICE_TIER ;
281
+
282
+ #[ cfg( feature = "semconv_experimental" ) ]
283
+ pub use crate :: attribute:: GEN_AI_OPENAI_RESPONSE_SERVICE_TIER ;
284
+
285
+ #[ cfg( feature = "semconv_experimental" ) ]
286
+ pub use crate :: attribute:: GEN_AI_OPERATION_NAME ;
305
287
306
288
#[ cfg( feature = "semconv_experimental" ) ]
307
289
pub use crate :: attribute:: GEN_AI_REQUEST_FREQUENCY_PENALTY ;
@@ -432,16 +414,6 @@ pub use crate::attribute::NETWORK_TRANSPORT;
432
414
433
415
pub use crate :: attribute:: NETWORK_TYPE ;
434
416
435
- #[ cfg( feature = "semconv_experimental" ) ]
436
- pub use crate :: attribute:: OPENTRACING_REF_TYPE ;
437
-
438
- pub use crate :: attribute:: OTEL_STATUS_CODE ;
439
-
440
- pub use crate :: attribute:: OTEL_STATUS_DESCRIPTION ;
441
-
442
- #[ cfg( feature = "semconv_experimental" ) ]
443
- pub use crate :: attribute:: PEER_SERVICE ;
444
-
445
417
#[ cfg( feature = "semconv_experimental" ) ]
446
418
pub use crate :: attribute:: RPC_CONNECT_RPC_ERROR_CODE ;
447
419
@@ -497,12 +469,6 @@ pub use crate::attribute::SERVER_ADDRESS;
497
469
498
470
pub use crate :: attribute:: SERVER_PORT ;
499
471
500
- #[ cfg( feature = "semconv_experimental" ) ]
501
- pub use crate :: attribute:: THREAD_ID ;
502
-
503
- #[ cfg( feature = "semconv_experimental" ) ]
504
- pub use crate :: attribute:: THREAD_NAME ;
505
-
506
472
pub use crate :: attribute:: URL_FULL ;
507
473
508
474
pub use crate :: attribute:: URL_PATH ;
0 commit comments