vectordotdev/vector

Provide generic `generate_config` and `test_generate_config`

已关闭

#21,865 创建于 2024年11月21日

 (1 条评论) (0 个反应) (0 位负责人)Rust (2,126 个派生)batch import
domain: configdomain: devgood first issue

仓库指标

星标
 (21,837 个星标)
PR 合并指标
 (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.

贡献者指南