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
Copy file name to clipboardExpand all lines: api/datadogV1/model_monthly_usage_attribution_body.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ 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`.
Copy file name to clipboardExpand all lines: api/datadogV1/model_monthly_usage_attribution_values.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ 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`.
12
13
typeMonthlyUsageAttributionValuesstruct {
13
14
// The percentage of synthetic API test usage by tag(s).
0 commit comments