Skip to content

Commit 2eda35a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a172d45 of spec repo
1 parent 91e6ed2 commit 2eda35a

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,8 +3006,7 @@ components:
30063006
x-enum-varnames:
30073007
- APM_RESOURCE_STATS
30083008
FormulaAndFunctionApmResourceStatsQueryDefinition:
3009-
deprecated: true
3010-
description: APM resource stats query using formulas and functions. Deprecated - Use `apm_metrics` query type instead.
3009+
description: APM resource stats query using formulas and functions.
30113010
properties:
30123011
cross_org_uuids:
30133012
$ref: "#/components/schemas/CrossOrgUuids"

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28320,6 +28320,8 @@ components:
2832028320
- `@git.branch`
2832128321
- `@test.codeowners`
2832228322
- `env`
28323+
- `failure_rate`
28324+
- `pipelines_failed`
2832328325
example: 'flaky_test_state:active @git.repository.id_v2:"github.com/datadog/shopist"'
2832428326
type: string
2832528327
type: object
@@ -144251,7 +144253,7 @@ paths:
144251144253
Set `include_history` to `true` in the request to receive the status change history for each test.
144252144254
History is disabled by default for better performance.
144253144255

144254-
Results support filtering by various facets including service, environment, repository, branch, and test state.
144256+
Results support filtering by various facets, including service, environment, repository, branch, test state, failure rate, and pipeline failures.
144255144257
operationId: SearchFlakyTests
144256144258
requestBody:
144257144259
content:

src/datadog_api_client/v1/model/formula_and_function_apm_resource_stats_query_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(
8282
**kwargs,
8383
):
8484
"""
85-
APM resource stats query using formulas and functions. Deprecated - Use ``apm_metrics`` query type instead.
85+
APM resource stats query using formulas and functions.
8686
8787
:param cross_org_uuids: The source organization UUID for cross organization queries. Feature in Private Beta.
8888
:type cross_org_uuids: [str], optional

src/datadog_api_client/v2/api/test_optimization_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def search_flaky_tests(
260260
Set ``include_history`` to ``true`` in the request to receive the status change history for each test.
261261
History is disabled by default for better performance.
262262
263-
Results support filtering by various facets including service, environment, repository, branch, and test state.
263+
Results support filtering by various facets, including service, environment, repository, branch, test state, failure rate, and pipeline failures.
264264
265265
:type body: FlakyTestsSearchRequest, optional
266266
:rtype: FlakyTestsSearchResponse

src/datadog_api_client/v2/model/flaky_tests_search_filter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def __init__(
4949
* ``@git.branch``
5050
* ``@test.codeowners``
5151
* ``env``
52+
* ``failure_rate``
53+
* ``pipelines_failed``
5254
:type query: str, optional
5355
"""
5456
if include_history is not unset:

0 commit comments

Comments
 (0)