Struct opentelemetry::sdk::resource::ProcessResourceDetector
source · pub struct ProcessResourceDetector;
Expand description
Detect process information.
This resource detector returns the following information:
- process command line arguments(
process.command_args
), the full command arguments of this application. - OS assigned process id(
process.pid
).
Trait Implementations§
source§impl Debug for ProcessResourceDetector
impl Debug for ProcessResourceDetector
Auto Trait Implementations§
impl RefUnwindSafe for ProcessResourceDetector
impl Send for ProcessResourceDetector
impl Sync for ProcessResourceDetector
impl Unpin for ProcessResourceDetector
impl UnwindSafe for ProcessResourceDetector
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more