Skip to content

Commit ed54d6a

Browse files
authored
[CCM] Remove preview callout for DD Costs (#29117)
* [CCM} Remove preview callout * updates from kb * remove opt in * add permissions table and fix links * clarify permissions * add row and column * delete unused images
1 parent 7e6ec68 commit ed54d6a

File tree

1 file changed

+39
-27
lines changed
  • content/en/cloud_cost_management/datadog_costs

1 file changed

+39
-27
lines changed
Lines changed: 39 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: Datadog Costs
3-
is_beta: true
4-
private: true
53
disable_toc: false
64
further_reading:
75
- link: "/cloud_cost_management/"
@@ -30,31 +28,47 @@ further_reading:
3028
text: "Understand and manage your Datadog spend with Datadog cost data in Cloud Cost Management"
3129
---
3230

33-
{{< callout url="https://www.datadoghq.com/product-preview/daily-datadog-costs/" btn_hidden="false" header="Join the Preview!">}}
34-
Daily Datadog costs in Cloud Cost Management are in Preview. If you're interested in this feature, complete the form to request access.
31+
## Overview
3532

36-
<p>Only customers with a direct contract through Datadog or an External Marketplace drawdown contract are eligible for the Preview.</p>
37-
{{< /callout >}}
33+
Daily Datadog costs give you visibility into daily Datadog spending across dashboards, notebooks, [cost monitors][1], and Cloud Cost Explorer, along with your entire organization's cloud provider and [SaaS costs][2].
3834

39-
## Overview
35+
You can view daily Datadog costs in [Cloud Cost Management][3](CCM), and access additional Datadog cost capabilities like [Cost Summary][5] and [Cost Chargebacks][6] on the [**Plan & Usage** page][7].
4036

41-
Daily Datadog costs give you visibility into daily Datadog spending across dashboards, notebooks, [cost monitors][2], and Cloud Cost Explorer, along with your entire organization's cloud provider and [SaaS costs][3].
37+
There is **no additional charge** for Datadog Costs, and it is available for both CCM and non-CCM customers with a direct contract through Datadog or an External Marketplace drawdown contract.
4238

43-
You can view daily Datadog costs in [Cloud Cost Management][1], and access additional [Datadog costs capabilities][7] like [Cost Summary][9] and [Cost Chargebacks][10] on the [**Usage & Cost** page][4].
39+
## Required permissions
4440

45-
There is **no additional charge** for Datadog Costs, and it is available for both CCM and non-CCM customers.
41+
Datadog Costs requires different permissions depending on whether you're enabling the feature or viewing the data:
4642

47-
## Permissions
43+
### To enable Datadog Costs (opt-in)
44+
To activate Datadog Costs for your organization, you must have the following permissions:
4845

49-
To view costs in Cloud Cost Management, you must have the `cloud_cost_management_read` permission, which is enabled for users with the Datadog Read Only Role.
46+
| Permission | Description | Available Roles |
47+
|------------|-------------|-----------------|
48+
| `billing_read` | Read access to billing information. | • Datadog Admin |
49+
| `usage_read` | Read access to usage data. | • Datadog Admin |
50+
| `cloud_cost_management_read` | Read access to Cloud Cost Management. | • Datadog Admin<br>• Datadog Read Only (default) |
5051

51-
To see costs on the [**Usage & Cost** page][4], see the [Cost Details documentation][7].
52+
### To view Datadog Costs in Cloud Cost Management
53+
After Datadog Costs is enabled, users need the following permission to view the data:
5254

53-
## Visualize and break down costs
55+
| Permission | Description | Available Roles |
56+
|------------|-------------|-----------------|
57+
| `cloud_cost_management_read` | Read access to Cloud Cost Management. **Required to view Datadog Costs data in Cloud Cost Management.** | • Datadog Admin<br>• Datadog Read Only (default) |
58+
59+
## Enabling Datadog Costs
60+
61+
To activate Datadog Costs, navigate to the [**Plan & Usage** page][7] and click **Get Started** in the modal to "View Datadog Costs in Cloud Cost Management". Alternatively, you can contact your account representative or [Datadog Support][8].
5462

55-
Costs in Cloud Cost Management may not match the estimated month-to-date (MTD) costs on the [**Plan and Usage** page][4] because Plan and Usage costs are cumulative and are prorated monthly. Only Cloud Cost Management provides a daily calculation.
63+
After opting in to Datadog Costs, a confirmation message appears and cost data starts populating in the CCM Explorer within 2-3 hours.
64+
65+
## Data availability to sub-organizations
66+
67+
Datadog cost data is available at the parent organization level. Sub-organization access is available in limited availability. To request sub-organization access, contact your account representative or [Datadog Support][8].
68+
69+
## Visualize and break down costs
5670

57-
Datadog cost data is available at the parent or sub-organization level. For sub-organizations, [Cost Summary (sub-organization)][5] also needs to be enabled.
71+
Costs in Cloud Cost Management may not match the estimated month-to-date (MTD) costs on the [**Plan & Usage** page][7] because Plan & Usage costs are cumulative and prorated monthly. Only Cloud Cost Management provides daily cost calculations.
5872

5973
Datadog cost data is available for the past 15 months and can be used in dashboards and notebooks under the **Cloud Cost** data source. Create dashboards to monitor daily costs, identify trends, and optimize resource usage.
6074

@@ -67,21 +81,19 @@ You can use out-of-the-box tags to break down and allocate your Datadog cost dat
6781
| organization | The name of the parent or sub-organization. |
6882
| dimension_name / dimension | `dimension_name` is the name of the individual product being billed (for example, `Indexed Logs (15 Day Retention)`). </br></br> `dimension` is the snake case version of the product name which is optimized for programmatic use and easier search (for example, `logs_indexed_15day`). |
6983
| product_name / datadog_product | `product_name` is the high-level grouping name for Datadog products (for example, `Logs`). </br></br> `datadog_product` is the snake case version of the product grouping name which is optimized for programmatic use and easier search (for example, `logs`). |
70-
| `<Usage Attribution tags>` | You can add up to three tag keys, configured in [Usage Attribution][8], with their associated values (for example, `team` or `service`). |
84+
| `<Usage Attribution tags>` | You can add up to three tag keys, configured in [Usage Attribution][9], with their associated values (for example, `team` or `service`). |
7185
| cost_type | The type of charge covered by this item (for example, `usage` or `adjustment`). |
7286
| pricing_category | The specific type of charge covered by this item (for example, `committed` or `on-demand`). |
7387

7488
## Further reading
7589

7690
{{< partial name="whats-next/whats-next.html" >}}
7791

78-
[1]: /cloud_cost_management/
79-
[2]: /cloud_cost_management/monitors
80-
[3]: /cloud_cost_management/setup/saas_costs
81-
[4]: https://app.datadoghq.com/billing/usage
82-
[5]: /account_management/plan_and_usage/cost_details/#cost-summary-sub-organization
83-
[6]: /account_management/rbac/
84-
[7]: /account_management/plan_and_usage/cost_details/
85-
[8]: /account_management/billing/usage_attribution/
86-
[9]: /account_management/plan_and_usage/cost_details/#cost-summary
87-
[10]: /account_management/plan_and_usage/cost_details/#cost-chargebacks
92+
[1]: /cloud_cost_management/monitors
93+
[2]: /cloud_cost_management/setup/saas_costs
94+
[3]: /cloud_cost_management/
95+
[4]: /account_management/plan_and_usage/cost_details/
96+
[5]: /account_management/plan_and_usage/cost_details/#cost-summary
97+
[6]: /account_management/plan_and_usage/cost_details/#cost-chargebacks
98+
[7]: https://app.datadoghq.com/billing/usage
99+
[8]: /help/

0 commit comments

Comments
 (0)