LogMetricTrigger interface

A log metrics trigger descriptor.

Properties

metricColumn

Evaluation of metric on a particular column

metricTriggerType

Metric Trigger Type - 'Consecutive' or 'Total'

threshold

The threshold of the metric trigger.

thresholdOperator

Evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'.

Property Details

metricColumn

Evaluation of metric on a particular column

metricColumn?: string

Property Value

string

metricTriggerType

Metric Trigger Type - 'Consecutive' or 'Total'

metricTriggerType?: string

Property Value

string

threshold

The threshold of the metric trigger.

threshold?: number

Property Value

number

thresholdOperator

Evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'.

thresholdOperator?: string

Property Value

string