Represents 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 TotalCostMetricType.

Hierarchy

  • CostEfficiency

Properties

costEfficiency: number

The cost efficiency of the SloTarget.

percentileBetterThanThreshold: number

The percentile of the performance metric samples that are better than the defined threshold.

totalCost: TotalCost

The total costs of the SloTarget.

Generated using TypeDoc