Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AverageLoadScalingTrigger

Package version

Describes the average load trigger used for auto scaling.

Hierarchy

  • AverageLoadScalingTrigger

Index

Properties

kind

kind: "AverageLoad"

Polymorphic Discriminator

lowerLoadThreshold

lowerLoadThreshold: number

Lower load threshold (if average load is below this threshold, service will scale down).

metric

Description of the metric that is used for scaling.

scaleIntervalInSeconds

scaleIntervalInSeconds: number

Scale interval that indicates how often will this trigger be checked.

upperLoadThreshold

upperLoadThreshold: number

Upper load threshold (if average load is above this threshold, service will scale up).

Generated using TypeDoc