Add Vector version information to the VRL playground #18403
Labels
type: feature
A value-adding code addition that introduce new functionality.
vrl: playground
Changes to the VRL Web Playground.
A note for the community
Use Cases
Vector has a playground to test VRL programs - https://playground.vrl.dev/ . But right now it's not clear - which Vector version is used during the VRL program evaluation. Since Vector users can have different Vector versions, and between Vector versions can be differences in the available VRL functionality - it's important to understand the currently deployed Vector version on the playground. In the local Vector chat we already have at least one person, who in the past saw the difference between the playground and the local Vector version and spent some time debugging it.
Attempted Solutions
I see no solutions from the user side except using a self-hosted Vector where a user can track the Vector version.
Proposal
Add the currently deployed Vector version to https://playground.vrl.dev/ , maybe as a text field or something like that. Ideally, with a precision to commit.
Another idea - host simultaneously multiple Vector versions, and add an option for a user to choose a target Vector (since Vector users don't always live on the latest Vector version and still need to evaluate their VRL programs). It could be done something like godbolt.org already does. But this way will be more difficult to implement.
References
No response
Version
No response
The text was updated successfully, but these errors were encountered: