MetricsEventDefinition

MetricsEventDefinition
MetricsEventDefinition

Event definition based on metrics including the key and thresholds for raise and resolve transitions.

JSON Example
{
    "metrics_key": "string",
    "raise_threshold": {
        "comparison": "string",
        "value": "string"
    },
    "resolve_threshold": {
        "comparison": "string",
        "value": "string"
    }
}
string
metrics_key
Optional

The metric key that corresponds with this Alarm.

raise_threshold
Optional

the condition threshold used for raising or resolving alarms.

resolve_threshold
Optional

the condition threshold used for raising or resolving alarms.

Property Of