vectordotdev/vector
Voir sur GitHubRefactor field iterators to return `OwnedTargetPath`s
Open
#21 077 ouverte le 14 août 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.