PodsMetricStatus

final case class PodsMetricStatus(current: MetricValueStatus, metric: MetricIdentifier)

PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).

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

Value members

Concrete methods

transforms current to result of function

transforms current to result of function

Source:
PodsMetricStatus.scala

transforms metric to result of function

transforms metric to result of function

Source:
PodsMetricStatus.scala

Returns a new data with current set to new value

Returns a new data with current set to new value

Source:
PodsMetricStatus.scala

Returns a new data with metric set to new value

Returns a new data with metric set to new value

Source:
PodsMetricStatus.scala

Inherited methods

Inherited from:
Product