Skip to content

Commit 12eca41

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Fix split graph sort compute property descriptions (#1330)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 2506ae6 commit 12eca41

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.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"
99
},
1010
"v2": {
1111
"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"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12092,11 +12092,11 @@ components:
1209212092
description: Defines the metric and aggregation used as the sort value.
1209312093
properties:
1209412094
aggregation:
12095-
description: The metric to use for sorting graphs.
12095+
description: How to aggregate the sort metric for the purposes of ordering.
1209612096
example: sum
1209712097
type: string
1209812098
metric:
12099-
description: How to aggregate the sort metric for the purposes of ordering.
12099+
description: The metric to use for sorting graphs.
1210012100
example: system.cpu.user
1210112101
type: string
1210212102
required:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1111
*/
1212
export class SplitConfigSortCompute {
1313
/**
14-
* The metric to use for sorting graphs.
14+
* How to aggregate the sort metric for the purposes of ordering.
1515
*/
1616
"aggregation": string;
1717
/**
18-
* How to aggregate the sort metric for the purposes of ordering.
18+
* The metric to use for sorting graphs.
1919
*/
2020
"metric": string;
2121

0 commit comments

Comments
 (0)