Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceg committed Aug 23, 2024
1 parent ae0469d commit ccd02ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datadog/search/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub enum Field {
/// An Attribute-- i.e. started with `@`.
// In Datadog Log Search the `@` prefix is used to define a Facet for
// attribute searching, and the event structure is assumed to have a
// root level field "custom". In OPW/Vector we do not have this event
// root level field "custom". In VRL we do not have this event
// structure so we are diverging a little from the DD Log Search
// definition and implementation a bit here, by calling this "Attribute".
//
Expand Down

0 comments on commit ccd02ba

Please sign in to comment.