Skip to content

Commit

Permalink
Regenerate client from commit 0ad6541e of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 19, 2024
1 parent e459a1f commit bf7aef9
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-14 19:27:19.342026",
"spec_repo_commit": "03f60dd8"
"regenerated": "2024-11-19 15:58:54.134050",
"spec_repo_commit": "0ad6541e"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-14 19:27:27.358510",
"spec_repo_commit": "03f60dd8"
"regenerated": "2024-11-19 15:59:02.239142",
"spec_repo_commit": "0ad6541e"
}
}
}
10 changes: 7 additions & 3 deletions content/en/api/v1/dashboards/widgets.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4761,6 +4761,11 @@ components:
description: Widget column field.
example: content
type: string
is_clustering_pattern_field_path:
description: Determines which column is the clustering pattern field column.
Can only be used with logs_pattern_stream.
example: true
type: boolean
width:
$ref: '#/components/schemas/ListStreamColumnWidth'
required:
Expand Down Expand Up @@ -4840,6 +4845,12 @@ components:
ListStreamQuery:
description: Updated list stream widget.
properties:
clustering_pattern_field_path:
default: message
description: The field that the logs pattern clustering will be based off
of. Can only be used with logs_pattern_stream.
example: message
type: string
compute:
description: Compute configuration for the List Stream Widget. Compute can
be used only with the logs_transaction_stream (from 1 to 5 items) list
Expand Down
Loading

0 comments on commit bf7aef9

Please sign in to comment.