You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content="Dollars are based on OpenCost CPU and memory allocation over time, not raw utilization. Efficiency compares actual usage against that allocated cost."
116
+
/>
117
+
</div>
112
118
<divclassName="text-xs text-theme-text-tertiary">CPU and memory allocation attributed by workload ownership</div>
113
119
</div>
114
120
</div>
@@ -179,6 +185,7 @@ export function WorkloadCostTab({ kind, namespace, name }: WorkloadCostTabProps)
tooltip="Actual CPU and memory usage divided by allocated CPU and memory cost for the last hour. Low efficiency usually means requested capacity is sitting idle."
182
189
/>
183
190
<MetricTile
184
191
label="Monthly projection"
@@ -190,7 +197,10 @@ export function WorkloadCostTab({ kind, namespace, name }: WorkloadCostTabProps)
<MetricInfoTooltipcontent="Last-hour allocated CPU and memory cost for this workload. This is the cost of reserved/requested capacity, not only what the containers used."/>
0 commit comments