File tree 3 files changed +8
-8
lines changed
packages/datadog-api-client-v1/models
3 files changed +8
-8
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.5",
7
- "regenerated": "2023-09-18 19:41:20.469205 ",
8
- "spec_repo_commit": "0e1d17c9 "
7
+ "regenerated": "2023-09-19 14:54:11.552552 ",
8
+ "spec_repo_commit": "e63e296b "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.5",
12
- "regenerated": "2023-09-18 19:41:20.485433 ",
13
- "spec_repo_commit": "0e1d17c9 "
12
+ "regenerated": "2023-09-19 14:54:11.566235 ",
13
+ "spec_repo_commit": "e63e296b "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -12092,11 +12092,11 @@ components:
12092
12092
description: Defines the metric and aggregation used as the sort value.
12093
12093
properties:
12094
12094
aggregation:
12095
- description: The metric to use for sorting graphs .
12095
+ description: How to aggregate the sort metric for the purposes of ordering .
12096
12096
example: sum
12097
12097
type: string
12098
12098
metric:
12099
- description: How to aggregate the sort metric for the purposes of ordering .
12099
+ description: The metric to use for sorting graphs .
12100
12100
example: system.cpu.user
12101
12101
type: string
12102
12102
required:
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
11
11
*/
12
12
export class SplitConfigSortCompute {
13
13
/**
14
- * The metric to use for sorting graphs .
14
+ * How to aggregate the sort metric for the purposes of ordering .
15
15
*/
16
16
"aggregation" : string ;
17
17
/**
18
- * How to aggregate the sort metric for the purposes of ordering .
18
+ * The metric to use for sorting graphs .
19
19
*/
20
20
"metric" : string ;
21
21
You can’t perform that action at this time.
0 commit comments