-
Hi, Can someone please help me understand what this sentence means.
What does "or if the event doesn't have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
https://vector.dev/docs/reference/configuration/transforms/sample/#group_by This field is templatable. If it's a constant though, then all events will be treated as a single group. Sampling will apply to that single group. If a template is specified, then groups will be created dynamically. Sampling applies to each group. |
Beta Was this translation helpful? Give feedback.
https://vector.dev/docs/reference/configuration/transforms/sample/#group_by
This field is templatable. If it's a constant though, then all events will be treated as a single group. Sampling will apply to that single group. If a template is specified, then groups will be created dynamically. Sampling applies to each group.