Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogMetricTrigger

Package version

A log metrics trigger descriptor.

Hierarchy

  • LogMetricTrigger

Index

Properties

Optional metricColumn

metricColumn: undefined | string

Evaluation of metric on a particular column

Optional metricTriggerType

metricTriggerType: MetricTriggerType

Metric Trigger Type - 'Consecutive' or 'Total'

Optional threshold

threshold: undefined | number

The threshold of the metric trigger.

Optional thresholdOperator

thresholdOperator: ConditionalOperator

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

Generated using TypeDoc