Represents the type of a generic cost efficiency metric.

The cost efficiency of a target workload is calculated as performance / totalCost.

The performance part depends on the concrete implementation of the CostEfficiencyMetric, e.g., for REST APIs performance is usually the number of requests that are faster than a defined threshold.

The totalCost part is retrieved using the TotalCostMetric type.

Hierarchy

Constructors

Properties

Constructors

Properties

metricTypeName: string = ...

The fully qualified name of the this metric type in the group/version/kind format.

Example

'metrics.polaris-slo-cloud.github.io/v1/cost-efficiency'
instance: CostEfficiencyMetric = ...

The singleton instance of this type.

Generated using TypeDoc