Lines Matching full:instrument
5 use tracing_attributes::instrument;
9 #[instrument]
19 #[instrument]
27 #[instrument(err)]
32 #[instrument]
35 #[instrument]
41 #[instrument]
48 #[instrument]
62 #[instrument]
71 #[instrument]
80 #[instrument(ret, err)]
109 #[instrument] in async_fn_nested()
114 #[instrument] in async_fn_nested()
149 // test the correctness of the metadata obtained by #[instrument] in async_fn_with_async_trait()
173 #[instrument] in async_fn_with_async_trait()
183 #[instrument] in async_fn_with_async_trait()
191 #[instrument(skip(self))] in async_fn_with_async_trait()
257 #[instrument(fields(val=self.foo(), val2=Self::clone(self).foo(), test=%_v+5))] in async_fn_with_async_trait_and_fields_expressions()
304 #[instrument(fields(Self=std::any::type_name::<Self>()))] in async_fn_with_async_trait_and_fields_expressions_with_generic_parameter()
316 //#[instrument(fields(Self=std::any::type_name::<Self>()))] in async_fn_with_async_trait_and_fields_expressions_with_generic_parameter()
319 #[instrument(fields(Self=std::any::type_name::<Self>()))] in async_fn_with_async_trait_and_fields_expressions_with_generic_parameter()
324 #[instrument(fields(Self=std::any::type_name::<Self>()))] in async_fn_with_async_trait_and_fields_expressions_with_generic_parameter()
391 #[instrument(skip(self, _req), fields(app_id))] in out_of_scope_fields()
429 #[instrument] in manual_impl_future()
462 #[instrument] in manual_box_pin()