Struct below_config::BelowConfig [−][src]
pub struct BelowConfig {
pub log_dir: PathBuf,
pub store_dir: PathBuf,
pub cgroup_filter_out: String,
pub killswitch_store_cursor: bool,
}Fields
log_dir: PathBufstore_dir: 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
Auto Trait Implementations
impl RefUnwindSafe for BelowConfigimpl Send for BelowConfigimpl Sync for BelowConfigimpl Unpin for BelowConfigimpl UnwindSafe for BelowConfig