Skip to content

Commit b3f7e45

Browse files
committed
feat: add GPU pricing to Cost Control docs
1 parent f33c48a commit b3f7e45

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

platform/configure/cost-control.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ virtual clusters the platform deploys and manages [Prometheus](https://prometheu
1616
[OpenCost](https://www.opencost.io/) on each connected cluster. Prometheus uses a time series database that requires
1717
persistent volume storage to retain metrics over time. The platform-managed
1818
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
2020
deployed workloads.
2121

2222
In addition to the Prometheus instance on the connected cluster, the cluster
@@ -71,6 +71,10 @@ config:
7171
averageRAMPricePerNode:
7272
price: 31
7373
timePeriod: Monthly
74+
# Average GPU cost
75+
averageGPUPricePerNode:
76+
price: 31
77+
timePeriod: Monthly
7478
# Monthly or Yearly cost for Hosted Control Planes
7579
controlPlanePricePerCluster:
7680
price: 900

0 commit comments

Comments
 (0)