vectordotdev/vector
Ver no GitHubRefactor field iterators to return `OwnedTargetPath`s
Open
#21.077 aberto em 14 de ago. de 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.