You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/api/transform_filter.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@
18
18
package api
19
19
20
20
typeTransformFilterstruct {
21
-
Rules []TransformFilterRule`yaml:"rules,omitempty" json:"rules,omitempty" doc:"list of filter rules, each includes:"`
21
+
Rules []TransformFilterRule`yaml:"rules,omitempty" json:"rules,omitempty" doc:"list of filter rules, each includes:"`
22
+
SamplingFieldstring`yaml:"samplingField,omitempty" json:"samplingField,omitempty" doc:"sampling field name to be set when sampling is used; if the field already exists in flows, its value is multiplied with the new sampling"`
0 commit comments