vectordotdev/vector
在 GitHub 查看Provide generic `generate_config` and `test_generate_config`
Open
#21,865 创建于 2024年11月21日
domain: configdomain: devgood first issue
仓库指标
- Star
- (21,837 star)
- PR 合并指标
- (平均合并 8天 16小时) (30 天内合并 110 个 PR)
描述
Currently these work with Toml::Values however YAML is now the first class format in Vector.
See https://github.com/vectordotdev/vector/blob/v0.42.0/src/test_util/mod.rs#L95-L103
We can also support JSON values.