Readonly
metricThe fully qualified name of the this metric type in the group/version/kind
format.
'metrics.polaris-slo-cloud.github.io/v1/cost-efficiency'
Static
Readonly
instanceThe singleton instance of this type.
Generated using TypeDoc
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 theCostEfficiencyMetric
, e.g., for REST APIsperformance
is usually the number of requests that are faster than a defined threshold.The
totalCost
part is retrieved using theTotalCostMetric
type.