We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f722b5 commit 137ba12Copy full SHA for 137ba12
lib/vector-core/src/config/log_schema.rs
@@ -118,7 +118,7 @@ impl LogSchema {
118
/// This parses the path and will panic if it is invalid.
119
///
120
/// This should only be used where the result will either be cached,
121
- /// or performance isn't critical, since this requires parsing / memory allocation.
+ /// or performance isn't critical, since this requires memory allocation.
122
pub fn owned_message_path(&self) -> OwnedTargetPath {
123
self.message_key
124
.path
0 commit comments