Skip to content

Commit 6b85c79

Browse files
rtrieuestherk15brett0000FF
authored
[DOCS-10907] CCM Custom Recommendations (#29509)
* initial push * major updates * add preview box and further reading * Apply suggestions from code review Co-authored-by: Esther Kim <[email protected]> * Update content/en/cloud_cost_management/recommendations/custom_recommendations.md Co-authored-by: Esther Kim <[email protected]> * add link and image, exclude incomplete features * add prod preview url * larger image * make one sentence * update screenshot --------- Co-authored-by: Esther Kim <[email protected]> Co-authored-by: Brett Blue <[email protected]>
1 parent 149640d commit 6b85c79

File tree

3 files changed

+85
-0
lines changed

3 files changed

+85
-0
lines changed

config/_default/menus/main.en.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3608,6 +3608,11 @@ menu:
36083608
parent: cloud_cost
36093609
identifier: cloud_cost_recommendations
36103610
weight: 9
3611+
- name: Custom Recommendations
3612+
url: cloud_cost_management/recommendations/custom_recommendations
3613+
parent: cloud_cost_recommendations
3614+
identifier: cloud_cost_custom_recommendations
3615+
weight: 901
36113616
- name: Monitors
36123617
url: /cloud_cost_management/monitors
36133618
parent: cloud_cost
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: Custom Recommendations
3+
description: Learn how to customize and manage custom recommendations to fit your business needs.
4+
further_reading:
5+
- link: "/cloud_cost_management/"
6+
tag: "Documentation"
7+
text: "Cloud Cost Management"
8+
- link: "/cloud_cost_management/recommendations"
9+
tag: "Documentation"
10+
text: "Cloud Cost Recommendations"
11+
12+
---
13+
14+
{{< callout url="https://www.datadoghq.com/product-preview/custom-recommendations/" btn_hidden="false" header="Join the Preview!">}}
15+
Custom Recommendations is in Preview.
16+
{{< /callout >}}
17+
18+
## Overview
19+
20+
{{< img src="cloud_cost/recommendations/custom-recommendations-without-history.png" alt="Configure custom recommendations from the Cloud Cost Settings page." style="width:100%;" >}}
21+
22+
[CCM Recommendations][1] are designed to be informative and actionable from the start. You can customize these recommendations to fit your specific business use cases and needs. Set your own metric thresholds and evaluation time frames to reduce unnecessary alerts and focus on the recommendations that matter most.
23+
24+
With custom recommendations, you can:
25+
- Configure multiple rules for any default recommendation
26+
- View the history and changes made to your configurations
27+
- Modify, restore, or delete previously set rules
28+
29+
## Customize a recommendation
30+
31+
<div class="alert alert-info">Customizations reflect within 24 hours, when recommendations are generated next.</div>
32+
33+
To access custom recommendations, go to [**Cloud Cost > Settings > Configure Recommendations**][2].
34+
35+
On this page, you can see a list of out-of-the-box recommendations that can be customized.
36+
37+
Click a recommendation, then click **Create New Configuration** to get started.
38+
39+
### Step 1: Set custom metric thresholds
40+
41+
You can set a value for each metric threshold used to generate resource recommendations.
42+
43+
Metric thresholds that cannot be customized appear grayed out.
44+
45+
### Step 2: Customize the evaluation time frame
46+
47+
Adjust the evaluation time frame to match your business's seasonality or operational patterns. Options include: 1 week, 2 weeks, 15 days, 3 weeks, 1 month, 2 months, and 3 months.
48+
49+
### Step 3: Apply this rule to all resources
50+
51+
The rule applies to all resources in your environment.
52+
53+
### Step 4: (optional) Label and document the customization
54+
55+
Use this step to add a reason and unique name to your configuration so you can audit and reference this recommendation later.
56+
57+
- **Reason:** Provide a reason for your customization to support future audits and maintain a clear record of changes.
58+
- **Name:** Enter a descriptive name for the configuration to identify and locate this recommendation in the future.
59+
60+
### Step 5: Save the recommendation
61+
62+
Click **Save** to save your customized recommendation. Recommendations that have already been customized **once** are labeled **Configured**.
63+
64+
## Updating custom recommendations
65+
66+
You can update a custom recommendation at any time to reflect changes in your business needs.
67+
68+
To update a custom recommendation:
69+
70+
1. Navigate to [**Cloud Cost > Settings > Configure Recommendations**][2].
71+
2. Go to the customized recommendation.
72+
3. Modify the parameters as needed.
73+
4. Click **Save**.
74+
5. In the confirmation popup, click **Yes, save custom parameters** to apply your changes.
75+
76+
## Further reading
77+
{{< partial name="whats-next/whats-next.html" >}}
78+
79+
[1]: /cloud_cost_management/recommendations/
80+
[2]: https://app.datadoghq.com/cost/settings/configure-recommendations
Loading

0 commit comments

Comments
 (0)