Skip to content

Commit 3b6ae8a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix split graph sort compute property descriptions (#1670)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent ef6b87f commit 3b6ae8a

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:19.375210",
8-
"spec_repo_commit": "0e1d17c9"
7+
"regenerated": "2023-09-19 14:54:13.877755",
8+
"spec_repo_commit": "e63e296b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.5",
12-
"regenerated": "2023-09-18 19:41:19.392689",
13-
"spec_repo_commit": "0e1d17c9"
12+
"regenerated": "2023-09-19 14:54:13.891947",
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:

src/datadog_api_client/v1/model/split_config_sort_compute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ def __init__(self_, aggregation: str, metric: str, **kwargs):
2727
"""
2828
Defines the metric and aggregation used as the sort value.
2929
30-
:param aggregation: The metric to use for sorting graphs.
30+
:param aggregation: How to aggregate the sort metric for the purposes of ordering.
3131
:type aggregation: str
3232
33-
:param metric: How to aggregate the sort metric for the purposes of ordering.
33+
:param metric: The metric to use for sorting graphs.
3434
:type metric: str
3535
"""
3636
super().__init__(kwargs)

0 commit comments

Comments
 (0)