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
// Shows the most recent hour in the current month for all organizations where usages are calculated.
34
34
UpdatedAt*string`json:"updated_at,omitempty"`
35
-
// Supported products for hourly usage attribution requests.
36
-
// The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.
35
+
// Supported products for hourly usage attribution requests. Usage types are in the format `<usage_type>_usage`.
36
+
// 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).
// HourlyUsageAttributionUsageType Supported products for hourly usage attribution requests.
14
-
// The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.
13
+
// HourlyUsageAttributionUsageType Supported products for hourly usage attribution requests. Usage types are in the format `<usage_type>_usage`.
14
+
// 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: api/datadogV1/model_monthly_usage_attribution_body.go
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ type MonthlyUsageAttributionBody struct {
31
31
// Datetime of the most recent update to the usage values.
32
32
UpdatedAt*time.Time`json:"updated_at,omitempty"`
33
33
// Fields in Usage Summary by tag(s).
34
-
// The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
// MonthlyUsageAttributionSupportedMetrics Supported metrics for monthly usage attribution requests.
13
+
// MonthlyUsageAttributionSupportedMetrics Supported metrics for monthly usage attribution requests. Usage types are in the format `<usage_type>_usage`.
14
+
// 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).
14
15
typeMonthlyUsageAttributionSupportedMetricsstring
15
16
16
17
// List of MonthlyUsageAttributionSupportedMetrics.
Copy file name to clipboardExpand all lines: api/datadogV1/model_monthly_usage_attribution_values.go
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ import (
9
9
)
10
10
11
11
// MonthlyUsageAttributionValues Fields in Usage Summary by tag(s).
12
-
// The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
13
12
typeMonthlyUsageAttributionValuesstruct {
14
13
// The percentage of synthetic API test usage by tag(s).
0 commit comments