Name | Type | Description | Notes |
---|---|---|---|
comparison | Option<String> | Comparison defines correlation between name and value. | [optional] |
name | Option<String> | Name contains metric name for the rule. | [optional] |
start_step | Option<i32> | StartStep defines quantity of intermediate results that should be received before applying the rule. If start step is empty, rule is applied from the first recorded metric. | [optional] |
value | Option<String> | Value contains metric value for the rule. | [optional] |