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
* Usage type to retrieve. Usage types are in the format `<usage_type>_usage`.
4412
+
* Example: `infra_host_usage`
4413
+
* To obtain the complete list of active usage types that can be used to replace
4414
+
* `<usage_type>` in the field names, make a request to the [Get usage attribution types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).
* To obtain the complete list of usage attribution types that can be used to replace
4506
+
* `<usage_type>` in the field names, make a request to the [Get usage attribution types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).
* The field to sort by. Sort fields are in the format `<usage_type>_usage`.
4522
+
* Example: `infra_host_usage`
4523
+
* To obtain the complete list of usage attribution types that can be used to replace
4524
+
* `<usage_type>` in the field names, make a request to the [Get usage attribution types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v1/models/HourlyUsageAttributionBody.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ export class HourlyUsageAttributionBody {
48
48
*/
49
49
"updatedAt"?: string;
50
50
/**
51
-
* Supported products for hourly usage attribution requests.
52
-
* The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.
51
+
* Supported products for hourly usage attribution requests. Usage types are in the format `<usage_type>_usage`.
52
+
* To obtain the complete list of valid usage types, make a request to the [Get usage attribution types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).
* Supported products for hourly usage attribution requests.
11
-
* The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.
10
+
* Supported products for hourly usage attribution requests. Usage types are in the format `<usage_type>_usage`.
11
+
* To obtain the complete list of valid usage types, make a request to the [Get usage attribution types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v1/models/MonthlyUsageAttributionBody.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ export class MonthlyUsageAttributionBody {
45
45
"updatedAt"?: Date;
46
46
/**
47
47
* Fields in Usage Summary by tag(s).
48
-
* The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
0 commit comments