vectordotdev/vector

Provide generic `generate_config` and `test_generate_config`

Open

#21.865 aberto em 21 de nov. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (2.126 forks)batch import
domain: configdomain: devgood first issue

Métricas do repositório

Stars
 (21.837 stars)
Métricas de merge de PR
 (Mesclagem média 8d 16h) (110 fundiu PRs em 30d)

Description

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.

Guia do colaborador