2828//! .start(&tracer);
2929//! ```
3030
31+ #[ cfg( feature = "semconv_experimental" ) ]
32+ pub use crate :: attribute:: ANDROID_APP_STATE ;
33+
3134#[ cfg( feature = "semconv_experimental" ) ]
3235pub use crate :: attribute:: AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS ;
3336
@@ -208,7 +211,6 @@ pub use crate::attribute::ELASTICSEARCH_NODE_NAME;
208211
209212pub use crate :: attribute:: ERROR_TYPE ;
210213
211- #[ allow( deprecated) ]
212214pub use crate :: attribute:: EXCEPTION_ESCAPED ;
213215
214216pub use crate :: attribute:: EXCEPTION_MESSAGE ;
@@ -235,9 +237,6 @@ pub use crate::attribute::FAAS_DOCUMENT_OPERATION;
235237#[ cfg( feature = "semconv_experimental" ) ]
236238pub use crate :: attribute:: FAAS_DOCUMENT_TIME ;
237239
238- #[ cfg( feature = "semconv_experimental" ) ]
239- pub use crate :: attribute:: FAAS_INVOCATION_ID ;
240-
241240#[ cfg( feature = "semconv_experimental" ) ]
242241pub use crate :: attribute:: FAAS_INVOKED_NAME ;
243242
@@ -278,7 +277,13 @@ pub use crate::attribute::FEATURE_FLAG_VARIANT;
278277pub use crate :: attribute:: FEATURE_FLAG_VERSION ;
279278
280279#[ cfg( feature = "semconv_experimental" ) ]
281- pub use crate :: attribute:: GEN_AI_OPENAI_REQUEST_RESPONSE_FORMAT ;
280+ pub use crate :: attribute:: GEN_AI_AGENT_DESCRIPTION ;
281+
282+ #[ cfg( feature = "semconv_experimental" ) ]
283+ pub use crate :: attribute:: GEN_AI_AGENT_ID ;
284+
285+ #[ cfg( feature = "semconv_experimental" ) ]
286+ pub use crate :: attribute:: GEN_AI_AGENT_NAME ;
282287
283288#[ cfg( feature = "semconv_experimental" ) ]
284289pub use crate :: attribute:: GEN_AI_OPENAI_REQUEST_SERVICE_TIER ;
@@ -292,6 +297,12 @@ pub use crate::attribute::GEN_AI_OPENAI_RESPONSE_SYSTEM_FINGERPRINT;
292297#[ cfg( feature = "semconv_experimental" ) ]
293298pub use crate :: attribute:: GEN_AI_OPERATION_NAME ;
294299
300+ #[ cfg( feature = "semconv_experimental" ) ]
301+ pub use crate :: attribute:: GEN_AI_OUTPUT_TYPE ;
302+
303+ #[ cfg( feature = "semconv_experimental" ) ]
304+ pub use crate :: attribute:: GEN_AI_REQUEST_CHOICE_COUNT ;
305+
295306#[ cfg( feature = "semconv_experimental" ) ]
296307pub use crate :: attribute:: GEN_AI_REQUEST_ENCODING_FORMATS ;
297308
@@ -334,6 +345,12 @@ pub use crate::attribute::GEN_AI_RESPONSE_MODEL;
334345#[ cfg( feature = "semconv_experimental" ) ]
335346pub use crate :: attribute:: GEN_AI_SYSTEM ;
336347
348+ #[ cfg( feature = "semconv_experimental" ) ]
349+ pub use crate :: attribute:: GEN_AI_TOOL_CALL_ID ;
350+
351+ #[ cfg( feature = "semconv_experimental" ) ]
352+ pub use crate :: attribute:: GEN_AI_TOOL_NAME ;
353+
337354#[ cfg( feature = "semconv_experimental" ) ]
338355pub use crate :: attribute:: GEN_AI_USAGE_INPUT_TOKENS ;
339356
@@ -376,52 +393,7 @@ pub use crate::attribute::HTTP_RESPONSE_STATUS_CODE;
376393pub use crate :: attribute:: HTTP_ROUTE ;
377394
378395#[ cfg( feature = "semconv_experimental" ) ]
379- pub use crate :: attribute:: MESSAGING_BATCH_MESSAGE_COUNT ;
380-
381- #[ cfg( feature = "semconv_experimental" ) ]
382- pub use crate :: attribute:: MESSAGING_CLIENT_ID ;
383-
384- #[ cfg( feature = "semconv_experimental" ) ]
385- pub use crate :: attribute:: MESSAGING_CONSUMER_GROUP_NAME ;
386-
387- #[ cfg( feature = "semconv_experimental" ) ]
388- pub use crate :: attribute:: MESSAGING_DESTINATION_ANONYMOUS ;
389-
390- #[ cfg( feature = "semconv_experimental" ) ]
391- pub use crate :: attribute:: MESSAGING_DESTINATION_NAME ;
392-
393- #[ cfg( feature = "semconv_experimental" ) ]
394- pub use crate :: attribute:: MESSAGING_DESTINATION_PARTITION_ID ;
395-
396- #[ cfg( feature = "semconv_experimental" ) ]
397- pub use crate :: attribute:: MESSAGING_DESTINATION_SUBSCRIPTION_NAME ;
398-
399- #[ cfg( feature = "semconv_experimental" ) ]
400- pub use crate :: attribute:: MESSAGING_DESTINATION_TEMPLATE ;
401-
402- #[ cfg( feature = "semconv_experimental" ) ]
403- pub use crate :: attribute:: MESSAGING_DESTINATION_TEMPORARY ;
404-
405- #[ cfg( feature = "semconv_experimental" ) ]
406- pub use crate :: attribute:: MESSAGING_MESSAGE_BODY_SIZE ;
407-
408- #[ cfg( feature = "semconv_experimental" ) ]
409- pub use crate :: attribute:: MESSAGING_MESSAGE_CONVERSATION_ID ;
410-
411- #[ cfg( feature = "semconv_experimental" ) ]
412- pub use crate :: attribute:: MESSAGING_MESSAGE_ENVELOPE_SIZE ;
413-
414- #[ cfg( feature = "semconv_experimental" ) ]
415- pub use crate :: attribute:: MESSAGING_MESSAGE_ID ;
416-
417- #[ cfg( feature = "semconv_experimental" ) ]
418- pub use crate :: attribute:: MESSAGING_OPERATION_NAME ;
419-
420- #[ cfg( feature = "semconv_experimental" ) ]
421- pub use crate :: attribute:: MESSAGING_OPERATION_TYPE ;
422-
423- #[ cfg( feature = "semconv_experimental" ) ]
424- pub use crate :: attribute:: MESSAGING_SYSTEM ;
396+ pub use crate :: attribute:: IOS_APP_STATE ;
425397
426398pub use crate :: attribute:: NETWORK_LOCAL_ADDRESS ;
427399
@@ -454,36 +426,6 @@ pub use crate::attribute::PROCESS_EXIT_CODE;
454426#[ cfg( feature = "semconv_experimental" ) ]
455427pub use crate :: attribute:: PROCESS_PID ;
456428
457- #[ cfg( feature = "semconv_experimental" ) ]
458- pub use crate :: attribute:: RPC_CONNECT_RPC_ERROR_CODE ;
459-
460- #[ cfg( feature = "semconv_experimental" ) ]
461- pub use crate :: attribute:: RPC_CONNECT_RPC_REQUEST_METADATA ;
462-
463- #[ cfg( feature = "semconv_experimental" ) ]
464- pub use crate :: attribute:: RPC_CONNECT_RPC_RESPONSE_METADATA ;
465-
466- #[ cfg( feature = "semconv_experimental" ) ]
467- pub use crate :: attribute:: RPC_GRPC_REQUEST_METADATA ;
468-
469- #[ cfg( feature = "semconv_experimental" ) ]
470- pub use crate :: attribute:: RPC_GRPC_RESPONSE_METADATA ;
471-
472- #[ cfg( feature = "semconv_experimental" ) ]
473- pub use crate :: attribute:: RPC_GRPC_STATUS_CODE ;
474-
475- #[ cfg( feature = "semconv_experimental" ) ]
476- pub use crate :: attribute:: RPC_JSONRPC_ERROR_CODE ;
477-
478- #[ cfg( feature = "semconv_experimental" ) ]
479- pub use crate :: attribute:: RPC_JSONRPC_ERROR_MESSAGE ;
480-
481- #[ cfg( feature = "semconv_experimental" ) ]
482- pub use crate :: attribute:: RPC_JSONRPC_REQUEST_ID ;
483-
484- #[ cfg( feature = "semconv_experimental" ) ]
485- pub use crate :: attribute:: RPC_JSONRPC_VERSION ;
486-
487429#[ cfg( feature = "semconv_experimental" ) ]
488430pub use crate :: attribute:: RPC_MESSAGE_COMPRESSED_SIZE ;
489431
@@ -509,6 +451,12 @@ pub use crate::attribute::SERVER_ADDRESS;
509451
510452pub use crate :: attribute:: SERVER_PORT ;
511453
454+ #[ cfg( feature = "semconv_experimental" ) ]
455+ pub use crate :: attribute:: SESSION_ID ;
456+
457+ #[ cfg( feature = "semconv_experimental" ) ]
458+ pub use crate :: attribute:: SESSION_PREVIOUS_ID ;
459+
512460pub use crate :: attribute:: URL_FULL ;
513461
514462pub use crate :: attribute:: URL_PATH ;
0 commit comments