Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,13 @@ Using recommendations without proper assessment could result in unexpected chang

</details>

<details>
<summary>What is the correct and expected workflow if a recommendation is applied only partially</summary>

Currently, CCM recommendations are tracked at the recommendation level. When a recommendation is marked as Applied, Harness assumes that all listed resources were actioned, and the full savings amount is recorded.
If only a subset of resources is applied, the expected process is to:
- Apply the recommendation.
- Manually update the realized savings using the “Edit savings amount” option to reflect the actual savings.

</details>

Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,7 @@ When you click on an individual recommendation, the following details are shown:
- Buffer for workloads: You can set the percentage of buffer for recommended requests/limits.


## FAQ

<details>
<summary>What additional details are displayed for a recommendation? And what are the aggregation types?</summary>
## Additional details and the aggregation types?

- **Workload details**: The following information is displayed:
+ Workload
Expand Down Expand Up @@ -317,7 +314,6 @@ In the case of **absolute**, the utilization value is calculated as the followin

which is equal to `0.4 + 0.4 + 0.4 = 1.2`

</details>
</TabItem>
</Tabs>

Loading