vectordotdev/vector
GitHub で見るRefactor field iterators to return `OwnedTargetPath`s
Open
#21,077 opened on 2024年8月14日
domain: coregood first issuetype: tech debt
説明
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.