@@ -77,6 +77,24 @@ pub use crate::attribute::BROWSER_MOBILE;
7777#[ cfg( feature = "semconv_experimental" ) ]
7878pub use crate :: attribute:: BROWSER_PLATFORM ;
7979
80+ #[ cfg( feature = "semconv_experimental" ) ]
81+ pub use crate :: attribute:: CICD_PIPELINE_NAME ;
82+
83+ #[ cfg( feature = "semconv_experimental" ) ]
84+ pub use crate :: attribute:: CICD_PIPELINE_RUN_ID ;
85+
86+ #[ cfg( feature = "semconv_experimental" ) ]
87+ pub use crate :: attribute:: CICD_PIPELINE_RUN_URL_FULL ;
88+
89+ #[ cfg( feature = "semconv_experimental" ) ]
90+ pub use crate :: attribute:: CICD_WORKER_ID ;
91+
92+ #[ cfg( feature = "semconv_experimental" ) ]
93+ pub use crate :: attribute:: CICD_WORKER_NAME ;
94+
95+ #[ cfg( feature = "semconv_experimental" ) ]
96+ pub use crate :: attribute:: CICD_WORKER_URL_FULL ;
97+
8098#[ cfg( feature = "semconv_experimental" ) ]
8199pub use crate :: attribute:: CLOUD_ACCOUNT_ID ;
82100
@@ -293,18 +311,36 @@ pub use crate::attribute::K8S_CONTAINER_RESTART_COUNT;
293311#[ cfg( feature = "semconv_experimental" ) ]
294312pub use crate :: attribute:: K8S_CONTAINER_STATUS_LAST_TERMINATED_REASON ;
295313
314+ #[ cfg( feature = "semconv_experimental" ) ]
315+ pub use crate :: attribute:: K8S_CRONJOB_ANNOTATION ;
316+
317+ #[ cfg( feature = "semconv_experimental" ) ]
318+ pub use crate :: attribute:: K8S_CRONJOB_LABEL ;
319+
296320#[ cfg( feature = "semconv_experimental" ) ]
297321pub use crate :: attribute:: K8S_CRONJOB_NAME ;
298322
299323#[ cfg( feature = "semconv_experimental" ) ]
300324pub use crate :: attribute:: K8S_CRONJOB_UID ;
301325
326+ #[ cfg( feature = "semconv_experimental" ) ]
327+ pub use crate :: attribute:: K8S_DAEMONSET_ANNOTATION ;
328+
329+ #[ cfg( feature = "semconv_experimental" ) ]
330+ pub use crate :: attribute:: K8S_DAEMONSET_LABEL ;
331+
302332#[ cfg( feature = "semconv_experimental" ) ]
303333pub use crate :: attribute:: K8S_DAEMONSET_NAME ;
304334
305335#[ cfg( feature = "semconv_experimental" ) ]
306336pub use crate :: attribute:: K8S_DAEMONSET_UID ;
307337
338+ #[ cfg( feature = "semconv_experimental" ) ]
339+ pub use crate :: attribute:: K8S_DEPLOYMENT_ANNOTATION ;
340+
341+ #[ cfg( feature = "semconv_experimental" ) ]
342+ pub use crate :: attribute:: K8S_DEPLOYMENT_LABEL ;
343+
308344#[ cfg( feature = "semconv_experimental" ) ]
309345pub use crate :: attribute:: K8S_DEPLOYMENT_NAME ;
310346
@@ -317,15 +353,33 @@ pub use crate::attribute::K8S_HPA_NAME;
317353#[ cfg( feature = "semconv_experimental" ) ]
318354pub use crate :: attribute:: K8S_HPA_UID ;
319355
356+ #[ cfg( feature = "semconv_experimental" ) ]
357+ pub use crate :: attribute:: K8S_JOB_ANNOTATION ;
358+
359+ #[ cfg( feature = "semconv_experimental" ) ]
360+ pub use crate :: attribute:: K8S_JOB_LABEL ;
361+
320362#[ cfg( feature = "semconv_experimental" ) ]
321363pub use crate :: attribute:: K8S_JOB_NAME ;
322364
323365#[ cfg( feature = "semconv_experimental" ) ]
324366pub use crate :: attribute:: K8S_JOB_UID ;
325367
368+ #[ cfg( feature = "semconv_experimental" ) ]
369+ pub use crate :: attribute:: K8S_NAMESPACE_ANNOTATION ;
370+
371+ #[ cfg( feature = "semconv_experimental" ) ]
372+ pub use crate :: attribute:: K8S_NAMESPACE_LABEL ;
373+
326374#[ cfg( feature = "semconv_experimental" ) ]
327375pub use crate :: attribute:: K8S_NAMESPACE_NAME ;
328376
377+ #[ cfg( feature = "semconv_experimental" ) ]
378+ pub use crate :: attribute:: K8S_NODE_ANNOTATION ;
379+
380+ #[ cfg( feature = "semconv_experimental" ) ]
381+ pub use crate :: attribute:: K8S_NODE_LABEL ;
382+
329383#[ cfg( feature = "semconv_experimental" ) ]
330384pub use crate :: attribute:: K8S_NODE_NAME ;
331385
@@ -344,6 +398,12 @@ pub use crate::attribute::K8S_POD_NAME;
344398#[ cfg( feature = "semconv_experimental" ) ]
345399pub use crate :: attribute:: K8S_POD_UID ;
346400
401+ #[ cfg( feature = "semconv_experimental" ) ]
402+ pub use crate :: attribute:: K8S_REPLICASET_ANNOTATION ;
403+
404+ #[ cfg( feature = "semconv_experimental" ) ]
405+ pub use crate :: attribute:: K8S_REPLICASET_LABEL ;
406+
347407#[ cfg( feature = "semconv_experimental" ) ]
348408pub use crate :: attribute:: K8S_REPLICASET_NAME ;
349409
@@ -362,6 +422,12 @@ pub use crate::attribute::K8S_RESOURCEQUOTA_NAME;
362422#[ cfg( feature = "semconv_experimental" ) ]
363423pub use crate :: attribute:: K8S_RESOURCEQUOTA_UID ;
364424
425+ #[ cfg( feature = "semconv_experimental" ) ]
426+ pub use crate :: attribute:: K8S_STATEFULSET_ANNOTATION ;
427+
428+ #[ cfg( feature = "semconv_experimental" ) ]
429+ pub use crate :: attribute:: K8S_STATEFULSET_LABEL ;
430+
365431#[ cfg( feature = "semconv_experimental" ) ]
366432pub use crate :: attribute:: K8S_STATEFULSET_NAME ;
367433
@@ -450,6 +516,21 @@ pub use crate::attribute::TELEMETRY_SDK_VERSION;
450516
451517pub use crate :: attribute:: USER_AGENT_ORIGINAL ;
452518
519+ #[ cfg( feature = "semconv_experimental" ) ]
520+ pub use crate :: attribute:: VCS_REF_HEAD_NAME ;
521+
522+ #[ cfg( feature = "semconv_experimental" ) ]
523+ pub use crate :: attribute:: VCS_REF_HEAD_REVISION ;
524+
525+ #[ cfg( feature = "semconv_experimental" ) ]
526+ pub use crate :: attribute:: VCS_REF_TYPE ;
527+
528+ #[ cfg( feature = "semconv_experimental" ) ]
529+ pub use crate :: attribute:: VCS_REPOSITORY_NAME ;
530+
531+ #[ cfg( feature = "semconv_experimental" ) ]
532+ pub use crate :: attribute:: VCS_REPOSITORY_URL_FULL ;
533+
453534#[ cfg( feature = "semconv_experimental" ) ]
454535pub use crate :: attribute:: WEBENGINE_DESCRIPTION ;
455536
0 commit comments