Trait fuse_backend_rs::api::server::MetricsHook
source · pub trait MetricsHook {
// Required methods
fn collect(&self, ih: &InHeader);
fn release(&self, oh: Option<&OutHeader>);
}
Expand description
Provide concrete backend filesystem a way to catch information/metrics from fuse.