Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValueCondition

Package version

Hierarchy

  • ValueCondition

Index

Properties

direction

direction: Direction

value filter direction

Optional lower

lower: undefined | number

lower bound

should be specified when direction is Both or Down

Optional metricId

metricId: undefined | string

the other metric unique id used for value filter

Optional triggerForMissing

triggerForMissing: undefined | false | true

trigger alert when the corresponding point is missing in the other metric

should be specified only when using other metric to filter

Optional type

type: ValueType

data used to implement value filter

Optional upper

upper: undefined | number

upper bound

should be specified when direction is Both or Up

Generated using TypeDoc