-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Provide Event::iter
and Event::iter_mut
functions that yield (Lookup, Value).
#2845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
domain: data model
Anything related to Vector's internal data model
domain: logs
Anything related to Vector's log events
type: tech debt
A code change that does not add user value.
Comments
@lukesteensen this might be related to #3074 ? |
Event::iter
and Event::iter_mut
functions that yield (Path, Value). Event::iter
and Event::iter_mut
functions that yield (Lookup, Value).
3 tasks
Closing since we ended up introducing a new implementation for lookups. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
domain: data model
Anything related to Vector's internal data model
domain: logs
Anything related to Vector's log events
type: tech debt
A code change that does not add user value.
Step 8 of https://github.com/timberio/vector/blob/c4707947bd876a0ff7d7aa36717ae2b32b731593/rfcs/2020-05-25-more-usable-logevents.md#sales-pitch.
Remove the
Event::all_fields
function.Include tests against https://github.com/timberio/vector/blob/c4707947bd876a0ff7d7aa36717ae2b32b731593/rfcs/2020-05-25-more-usable-logevents.md#a-motivatingly-complex-example
Depends on #2843
The text was updated successfully, but these errors were encountered: