property-stat-condition-rule

property-stat-condition-rule
property-stat-condition-rule

Condition on the metric or property key. Value is either a string or double.

JSON Example
{
    "compareOperator": "string",
    "doubleValue": "number",
    "key": "string",
    "stringValue": "string"
}
string
compareOperator
Required

Comparison operator.

Possible values are : EQ, NOT_EQ, LT, GT, CONTAINS, NOT_CONTAINS, EXISTS, NOT_EXISTS, EMPTY, NOT_EMPTY, STARTS_WITH, NOT_STARTS_WITH, ENDS_WITH, NOT_ENDS_WITH, REGEX, NOT_REGEX,
number As double As double
doubleValue
Optional

Double value of the condition

string
key
Required

Key for the property or stat

string
stringValue
Optional

String value of the condition