pub struct K8sResourceDetector;
Expand description
Detect Kubernetes information.
This resource detector returns the following information:
- Pod name (
k8s.pod.name
) - Namespace (
k8s.namespace.name
).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for K8sResourceDetector
impl RefUnwindSafe for K8sResourceDetector
impl Send for K8sResourceDetector
impl Sync for K8sResourceDetector
impl Unpin for K8sResourceDetector
impl UnwindSafe for K8sResourceDetector
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