Open pront opened 14 hours ago
Currently these work with Toml::Values however YAML is now the first class format in Vector.
Toml::Value
See https://github.com/vectordotdev/vector/blob/v0.42.0/src/test_util/mod.rs#L95-L103
We can also support JSON values.
Related: https://github.com/vectordotdev/vector/issues/19963
Currently these work with
Toml::Value
s 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.