Ability to specify operation for multiple resource filters
Description
Right now, if one resource filter is matched, then the threshold is evaluated. It would be nice to be able to configure whether one or all filters have to match.
Environment
Operating System: Linux
Platform: PC
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Benjamin Reed May 20, 2010 at 11:10 AM
from the commit log:
The file thresholding-config.xsd was modified to include a new attribute on basethresholddef called "filterOperator". This attribute has two possible values: "or", "and". The attribute is optional, and if it's not supplied, the default value will be "or" (because this is the current default behavior for resource-filter evaluation).
If you specify filterOperator with the word "and" as a value, then ALL resource filters should match in order to trigger the threshold. For example:
Right now, if one resource filter is matched, then the threshold is evaluated. It would be nice to be able to configure whether one or all filters have to match.