Skip to content

Commit 7633843

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Allow 4 group-bys for pattern viz (#1768)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent c76c567 commit 7633843

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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": "2024-08-21 14:09:57.852667",
8-
"spec_repo_commit": "5bcbcb40"
7+
"regenerated": "2024-08-21 15:16:50.034761",
8+
"spec_repo_commit": "4470dfc1"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-21 14:09:57.878696",
13-
"spec_repo_commit": "5bcbcb40"
12+
"regenerated": "2024-08-21 15:16:50.059208",
13+
"spec_repo_commit": "4470dfc1"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4736,11 +4736,11 @@ components:
47364736
$ref: '#/components/schemas/WidgetEventSize'
47374737
group_by:
47384738
description: Group by configuration for the List Stream Widget. Group by
4739-
can be used only with logs_pattern_stream (up to 3 items) or logs_transaction_stream
4739+
can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream
47404740
(one group by item is required) list stream source.
47414741
items:
47424742
$ref: '#/components/schemas/ListStreamGroupByItems'
4743-
maxItems: 3
4743+
maxItems: 4
47444744
type: array
47454745
indexes:
47464746
description: List of indexes.

packages/datadog-api-client-v1/models/ListStreamQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class ListStreamQuery {
2828
*/
2929
"eventSize"?: WidgetEventSize;
3030
/**
31-
* Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 3 items) or logs_transaction_stream (one group by item is required) list stream source.
31+
* Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream (one group by item is required) list stream source.
3232
*/
3333
"groupBy"?: Array<ListStreamGroupByItems>;
3434
/**

0 commit comments

Comments
 (0)