PodsMetricSource

final case class PodsMetricSource(metric: MetricIdentifier, target: MetricTarget)

PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.

Source:
PodsMetricSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms metric to result of function

transforms metric to result of function

Source:
PodsMetricSource.scala

transforms target to result of function

transforms target to result of function

Source:
PodsMetricSource.scala

Returns a new data with metric set to new value

Returns a new data with metric set to new value

Source:
PodsMetricSource.scala

Returns a new data with target set to new value

Returns a new data with target set to new value

Source:
PodsMetricSource.scala

Inherited methods

Inherited from:
Product