Skip to content

Commit cac028b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0f462aa6 of spec repo
1 parent e26b033 commit cac028b

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-30 17:05:06.962580",
8-
"spec_repo_commit": "d8e7ee77"
7+
"regenerated": "2025-06-30 22:13:01.102654",
8+
"spec_repo_commit": "0f462aa6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-30 17:05:06.978141",
13-
"spec_repo_commit": "d8e7ee77"
12+
"regenerated": "2025-06-30 22:13:01.122528",
13+
"spec_repo_commit": "0f462aa6"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34965,7 +34965,9 @@ paths:
3496534965
schema:
3496634966
format: date-time
3496734967
type: string
34968-
- description: Usage type to retrieve.
34968+
- description: 'Usage type to retrieve. The following values have been **deprecated**:
34969+
34970+
`estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.'
3496934971
in: query
3497034972
name: usage_type
3497134973
required: true
@@ -35515,8 +35517,13 @@ paths:
3551535517
schema:
3551635518
format: date-time
3551735519
type: string
35518-
- description: Comma-separated list of usage types to return, or `*` for all
35520+
- description: 'Comma-separated list of usage types to return, or `*` for all
3551935521
usage types.
35522+
35523+
The following values have been **deprecated**:
35524+
35525+
`estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`,
35526+
`estimated_ingested_spans_percentage`.'
3552035527
in: query
3552135528
name: fields
3552235529
required: true
@@ -35528,7 +35535,12 @@ paths:
3552835535
required: false
3552935536
schema:
3553035537
$ref: '#/components/schemas/UsageSortDirection'
35531-
- description: The field to sort by.
35538+
- description: 'The field to sort by.
35539+
35540+
The following values have been **deprecated**:
35541+
35542+
`estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`,
35543+
`estimated_ingested_spans_percentage`.'
3553235544
in: query
3553335545
name: sort_name
3553435546
required: false

lib/datadog_api_client/v1/api/usage_metering_api.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_hourly_usage_attribution(start_hr, usage_type, opts = {})
131131
# ```
132132
#
133133
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
134-
# @param usage_type [HourlyUsageAttributionUsageType] Usage type to retrieve.
134+
# @param usage_type [HourlyUsageAttributionUsageType] Usage type to retrieve. The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.
135135
# @param opts [Hash] the optional parameters
136136
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
137137
# @option opts [String] :next_record_id List following results with a next_record_id provided in the previous query.
@@ -455,11 +455,11 @@ def get_monthly_usage_attribution(start_month, fields, opts = {})
455455
# ```
456456
#
457457
# @param start_month [Time] Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage beginning in this month. Maximum of 15 months ago.
458-
# @param fields [MonthlyUsageAttributionSupportedMetrics] Comma-separated list of usage types to return, or `*` for all usage types.
458+
# @param fields [MonthlyUsageAttributionSupportedMetrics] Comma-separated list of usage types to return, or `*` for all usage types. The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
459459
# @param opts [Hash] the optional parameters
460460
# @option opts [Time] :end_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage ending this month.
461461
# @option opts [UsageSortDirection] :sort_direction The direction to sort by: `[desc, asc]`.
462-
# @option opts [MonthlyUsageAttributionSupportedMetrics] :sort_name The field to sort by.
462+
# @option opts [MonthlyUsageAttributionSupportedMetrics] :sort_name The field to sort by. The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
463463
# @option opts [String] :tag_breakdown_keys Comma separated list of tag keys used to group usage. If no value is provided the usage will not be broken down by tags. To see which tags are available, look for the value of `tag_config_source` in the API response.
464464
# @option opts [String] :next_record_id List following results with a next_record_id provided in the previous query.
465465
# @option opts [Boolean] :include_descendants Include child org usage in the response. Defaults to `true`.

0 commit comments

Comments
 (0)