Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AverageServiceLoadScalingTrigger

Package version

Represents a scaling policy related to an average load of a metric/resource of a service.

Hierarchy

  • AverageServiceLoadScalingTrigger

Index

Properties

kind

kind: "AverageServiceLoad"

Polymorphic Discriminator

lowerLoadThreshold

lowerLoadThreshold: string

The lower limit of the load below which a scale in operation should be performed.

metricName

metricName: string

The name of the metric for which usage should be tracked.

scaleIntervalInSeconds

scaleIntervalInSeconds: number

The period in seconds on which a decision is made whether to scale or not.

upperLoadThreshold

upperLoadThreshold: string

The upper limit of the load beyond which a scale out operation should be performed.

Generated using TypeDoc