File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ virtual clusters the platform deploys and manages [Prometheus](https://prometheu
16
16
[ OpenCost] ( https://www.opencost.io/ ) on each connected cluster. Prometheus uses a time series database that requires
17
17
persistent volume storage to retain metrics over time. The platform-managed
18
18
Prometheus is configured to collect the minimum metrics required for the cost
19
- control dashboard. OpenCost provides CPU and Memory allocation metrics for the
19
+ control dashboard. OpenCost provides CPU, GPU, and Memory allocation metrics for the
20
20
deployed workloads.
21
21
22
22
In addition to the Prometheus instance on the connected cluster, the cluster
@@ -71,6 +71,10 @@ config:
71
71
averageRAMPricePerNode :
72
72
price : 31
73
73
timePeriod : Monthly
74
+ # Average GPU cost
75
+ averageGPUPricePerNode :
76
+ price : 31
77
+ timePeriod : Monthly
74
78
# Monthly or Yearly cost for Hosted Control Planes
75
79
controlPlanePricePerCluster :
76
80
price : 900
You can’t perform that action at this time.
0 commit comments