pub struct DockerProvider;Expand description
Docker service provider.
Trait Implementations§
Source§impl ServiceProvider for DockerProvider
impl ServiceProvider for DockerProvider
Source§fn quick_metrics(&self, probe_output: &ProbeOutput) -> Vec<ServiceMetric>
fn quick_metrics(&self, probe_output: &ProbeOutput) -> Vec<ServiceMetric>
Extract basic metrics from Quick Scan docker ps output. This allows us to show container count immediately.
Source§fn kind(&self) -> ServiceKind
fn kind(&self) -> ServiceKind
Returns the service type this provider handles.
Auto Trait Implementations§
impl Freeze for DockerProvider
impl RefUnwindSafe for DockerProvider
impl Send for DockerProvider
impl Sync for DockerProvider
impl Unpin for DockerProvider
impl UnsafeUnpin for DockerProvider
impl UnwindSafe for DockerProvider
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