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
*`account_id` - (Required) The Logz.io metrics account ID to which the drop filter applies.
36
37
*`active` - (Optional) If true, the drop filter is active and metrics that match the filter are dropped before indexing. If false, the drop filter is disabled. Defaults to true.
37
-
*`name` - (Optional) name for the drop metric.
38
+
*`name` - (Optional) Name for the drop metric filter.
39
+
*`drop_policy` - (Optional) When to drop the metrics. Valid values are `DROP_BEFORE_PROCESSING` (default) and `DROP_BEFORE_STORING`. `DROP_BEFORE_PROCESSING` drops metrics before any processing, while `DROP_BEFORE_STORING` drops metrics after processing but before storage.
38
40
*`filter` - (Required) The filter object that defines the drop filter criteria. See below for nested schema.
39
41
*`name` - (Required) The name of the metric label to filter on.
40
42
*`value` - (Required) The value of the metric label to match against.
0 commit comments