Skip to content

Commit 45812e5

Browse files
authored
API cost breakdown dashboard (#2382)
1 parent dc70c13 commit 45812e5

File tree

8 files changed

+614
-61
lines changed

8 files changed

+614
-61
lines changed

cmd/operator/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func main() {
4949

5050
cron.Run(operator.DeleteEvictedPods, operator.ErrorHandler("delete evicted pods"), time.Hour)
5151
cron.Run(operator.ClusterTelemetry, operator.ErrorHandler("instance telemetry"), 1*time.Hour)
52+
cron.Run(operator.CostBreakdown, operator.ErrorHandler("cost breakdown metrics"), 5*time.Minute)
5253

5354
_, err := operator.UpdateMemoryCapacityConfigMap()
5455
if err != nil {

0 commit comments

Comments
 (0)