vector::config

Function load_source_from_paths

source
pub fn load_source_from_paths(
    config_paths: &[ConfigPath],
) -> Result<Table, Vec<String>>
Expand description

Uses SourceLoader to process ConfigPaths, deserializing to a toml SourceMap.