Skip to content

Commit fa10cff

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3edd7af of spec repo
1 parent cb4f538 commit fa10cff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43928,6 +43928,7 @@ components:
4392843928
Set to `true` to continue using the legacy search syntax while migrating filter queries. After migrating all queries to the new syntax, set to `false`.
4392943929
The legacy syntax is deprecated and will eventually be removed.
4393043930
Requires Observability Pipelines Worker 2.11 or later.
43931+
Only applies to `logs` pipelines. This field is ignored for `metrics` pipelines.
4393143932
See [Upgrade Your Filter Queries to the New Search Syntax](https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/) for more information.
4393243933
type: boolean
4393343934
required:

src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ public ObservabilityPipelineConfig useLegacySearchSyntax(Boolean useLegacySearch
235235
* Set to <code>true</code> to continue using the legacy search syntax while migrating filter
236236
* queries. After migrating all queries to the new syntax, set to <code>false</code>. The legacy
237237
* syntax is deprecated and will eventually be removed. Requires Observability Pipelines Worker
238-
* 2.11 or later. See <a
238+
* 2.11 or later. Only applies to <code>logs</code> pipelines. This field is ignored for <code>
239+
* metrics</code> pipelines. See <a
239240
* href="https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/">Upgrade
240241
* Your Filter Queries to the New Search Syntax</a> for more information.
241242
*

0 commit comments

Comments
 (0)