Struct below_config::BelowConfig [−][src]
pub struct BelowConfig {
pub log_dir: PathBuf,
pub store_dir: PathBuf,
pub cgroup_root: PathBuf,
pub cgroup_filter_out: String,
pub killswitch_store_cursor: bool,
}Fields
log_dir: PathBufstore_dir: PathBufcgroup_root: PathBufcgroup_filter_out: Stringkillswitch_store_cursor: boolstore: Disable StoreCursor and use old read_next_sample. Default: false
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more