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
performancepart depends on the concrete implementation of theCostEfficiencyMetric, e.g., for REST APIsperformanceis usually the number of requests that are faster than a defined threshold.The
totalCostpart is retrieved using theTotalCostMetrictype.