chore(deps, internal docs): Add usage method to VRL functions#24504
Merged
thomasqueirozb merged 2 commits intomasterfrom Jan 20, 2026
Merged
chore(deps, internal docs): Add usage method to VRL functions#24504thomasqueirozb merged 2 commits intomasterfrom
thomasqueirozb merged 2 commits intomasterfrom
Conversation
bfung
reviewed
Jan 20, 2026
bfung
reviewed
Jan 20, 2026
| ] | ||
| } | ||
|
|
||
| pub(crate) const ENRICHMENT_TABLE_EXPLAINER: &str = indoc! {r#" |
Contributor
There was a problem hiding this comment.
A good first start. I'm thinking we can add something simpler like a few examples that people can follow (and also for LLMs to train on) that would be easier than trying to wade through the technical docs/specs
Contributor
Author
There was a problem hiding this comment.
This is just copied over but I think a new page on just enrichment tables w/ simple examples is definitely not a bad idea
bfung
approved these changes
Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
usagemethod for all VRL functions by adding descriptions from the corresponding cue files inwebsite/cue/reference/remap/functions/.const-stras a workspace dependency to enable compile-time string concatenation for usage descriptions with shared explainers.Vector configuration
NA
How did you test this PR?
Verified with
cargo checkChange Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References