vectordotdev/vector
View on GitHubRefactor field iterators to return `OwnedTargetPath`s
Open
#21,077 opened on Aug 14, 2024
domain: coregood first issuetype: tech debt
Description
These functions live here:
- https://github.com/vectordotdev/vector/blob/master/lib/vector-core/src/event/log_event.rs#L441
- https://github.com/vectordotdev/vector/blob/master/lib/vector-core/src/event/util/log/all_fields.rs
This should eliminate unnecessary path editing like this.