MetricThresholdFilter

Defines a filter that compares a run metric against a user-defined threshold value.

Attributes
cmp Comparison operator used to compare the metric value (left) vs. the threshold value (right).
name Name of the observed metric.
agg Aggregate operation, if any, to apply over the window size.
window Size of the window over which the metric is aggregated (ignored if agg is None).
threshold Threshold value to compare against.