File tree 3 files changed +13
-7
lines changed
packages/datadog-api-client-v2/models
3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-06-18 16:37:25.097845 ",
8
- "spec_repo_commit": "848af7a9 "
7
+ "regenerated": "2024-06-19 10:10:02.694294 ",
8
+ "spec_repo_commit": "4edb50e4 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-06-18 16:37:25.115736 ",
13
- "spec_repo_commit": "848af7a9 "
12
+ "regenerated": "2024-06-19 10:10:02.712004 ",
13
+ "spec_repo_commit": "4edb50e4 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -7402,10 +7402,15 @@ components:
7402
7402
example: '@error.type'
7403
7403
type: string
7404
7404
limit:
7405
- description: The maximum number of groups to return.
7405
+ default: 10
7406
+ description: 'The maximum buckets to return for this group by. Note: at
7407
+ most 10000 buckets are allowed.
7408
+
7409
+ If grouping by multiple facets, the product of limits must not exceed
7410
+ 10000.'
7406
7411
example: 10
7407
7412
format: int32
7408
- maximum: 2147483647
7413
+ maximum: 10000
7409
7414
type: integer
7410
7415
sort:
7411
7416
$ref: '#/components/schemas/EventsGroupBySort'
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ export class EventsGroupBy {
16
16
*/
17
17
"facet" : string ;
18
18
/**
19
- * The maximum number of groups to return.
19
+ * The maximum buckets to return for this group by. Note: at most 10000 buckets are allowed.
20
+ * If grouping by multiple facets, the product of limits must not exceed 10000.
20
21
*/
21
22
"limit" ?: number ;
22
23
/**
You can’t perform that action at this time.
0 commit comments