File tree 3 files changed +6
-17
lines changed
packages/datadog-api-client-v2/models
3 files changed +6
-17
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.4",
7
- "regenerated": "2023-01-05 14:33:40.478538 ",
8
- "spec_repo_commit": "024e9975 "
7
+ "regenerated": "2023-01-05 16:38:45.065507 ",
8
+ "spec_repo_commit": "b786ccc6 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-01-05 14:33:40.493082 ",
13
- "spec_repo_commit": "024e9975 "
12
+ "regenerated": "2023-01-05 16:38:45.079319 ",
13
+ "spec_repo_commit": "b786ccc6 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -1434,11 +1434,6 @@ components:
1434
1434
by:
1435
1435
additionalProperties:
1436
1436
description: The values for each group-by.
1437
- oneOf:
1438
- - type: string
1439
- - format: double
1440
- type: number
1441
- - type: boolean
1442
1437
description: The key-value pairs for each group-by.
1443
1438
example:
1444
1439
'@ci.provider.name': gitlab
@@ -1691,11 +1686,6 @@ components:
1691
1686
by:
1692
1687
additionalProperties:
1693
1688
description: The values for each group-by.
1694
- oneOf:
1695
- - type: string
1696
- - format: double
1697
- type: number
1698
- - type: boolean
1699
1689
description: The key-value pairs for each group-by.
1700
1690
example:
1701
1691
'@test.service': web-ui-tests
@@ -4680,7 +4670,6 @@ components:
4680
4670
by:
4681
4671
additionalProperties:
4682
4672
description: The values for each group by
4683
- type: string
4684
4673
description: The key, value pairs for each group by
4685
4674
example:
4686
4675
'@state': success
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class LogsAggregateBucket {
14
14
/**
15
15
* The key, value pairs for each group by
16
16
*/
17
- "by" ?: { [ key : string ] : string } ;
17
+ "by" ?: { [ key : string ] : any } ;
18
18
/**
19
19
* A map of the metric name -> value for regular compute or list of values for a timeseries
20
20
*/
@@ -31,7 +31,7 @@ export class LogsAggregateBucket {
31
31
static readonly attributeTypeMap : AttributeTypeMap = {
32
32
by : {
33
33
baseName : "by" ,
34
- type : "{ [key: string]: string ; }" ,
34
+ type : "{ [key: string]: any ; }" ,
35
35
} ,
36
36
computes : {
37
37
baseName : "computes" ,
You can’t perform that action at this time.
0 commit comments