fix(website): fix all generated config examples#25942
Conversation
9b0237b to
36e88fc
Compare
36e88fc to
a546e77
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6e5902fd78
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
6e5902f to
5406b5f
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5406b5f9e4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
5bf131d to
6e1eb91
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6e1eb91740
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…xamples, restore deny_unknown_fields
…ield/rate_field examples, restore deny_unknown_fields
6e1eb91 to
9751832
Compare
Summary
`validate-config-examples` checks that auto-generated component config examples on the Vector website are valid according to `vector validate`. Ten components were failing. This PR fixes all ten and clears the known-failures list.
Vector configuration
N/A — website tooling and config schema changes only.
How did you test this PR?
Output: `Validated 250 examples (4 skipped, 0 known failures). No new validation failures.`
Previously: `Validated 250 examples (4 skipped, 10 known failures).`
Change Type
Is this a breaking change?
Does this PR include user facing changes?
References