Skip to content

Commit 4b2780d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit d3051b71 of spec repo (#923)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 52a48ac commit 4b2780d

File tree

6 files changed

+47
-5
lines changed

6 files changed

+47
-5
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.2",
7-
"regenerated": "2022-03-30 15:01:26.577817",
8-
"spec_repo_commit": "51301706"
7+
"regenerated": "2022-03-30 16:45:24.027193",
8+
"spec_repo_commit": "d3051b71"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-03-30 15:01:26.590174",
13-
"spec_repo_commit": "51301706"
12+
"regenerated": "2022-03-30 16:45:24.041108",
13+
"spec_repo_commit": "d3051b71"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13751,6 +13751,13 @@ components:
1375113751
format: date-time
1375213752
type: string
1375313753
ingested_events_bytes:
13754+
deprecated: true
13755+
description: Use `ingested_spans_billable_bytes` as of 2022-03-01. Contains
13756+
the total number of bytes ingested during a given hour using an old method
13757+
of calculating span volume.
13758+
format: int64
13759+
type: integer
13760+
ingested_spans_billable_bytes:
1375413761
description: Contains the total number of bytes ingested during a given
1375513762
hour.
1375613763
format: int64
@@ -14349,6 +14356,11 @@ components:
1434914356
hours in the current date for all organizations.
1435014357
format: int64
1435114358
type: integer
14359+
apm_ingested_spans_billable_bytes_sum:
14360+
description: Shows the sum of all ingested APM span bytes over all hours
14361+
in the current date for all organizations.
14362+
format: int64
14363+
type: integer
1435214364
audit_logs_lines_indexed_sum:
1435314365
description: Shows the sum of audit logs lines indexed over all hours in
1435414366
the current date for all organizations.
@@ -14664,6 +14676,11 @@ components:
1466414676
hours in the current date for the given org.
1466514677
format: int64
1466614678
type: integer
14679+
apm_ingested_spans_billable_bytes_sum:
14680+
description: Shows the sum of all ingested APM span bytes over all hours
14681+
in the current date for the given org.
14682+
format: int64
14683+
type: integer
1466714684
audit_logs_lines_indexed_sum:
1466814685
description: Shows the sum of all audit logs lines indexed over all hours
1466914686
in the current date for the given org.
@@ -14979,6 +14996,11 @@ components:
1497914996
hours in the current months for all organizations.
1498014997
format: int64
1498114998
type: integer
14999+
apm_ingested_spans_billable_bytes_agg_sum:
15000+
description: Shows the sum of all ingested APM span bytes over all hours
15001+
in the current months for all organizations.
15002+
format: int64
15003+
type: integer
1498215004
audit_logs_lines_indexed_agg_sum:
1498315005
description: Shows the sum of all audit logs lines indexed over all hours
1498415006
in the current months for all organizations.

src/datadog_api_client/v1/model/usage_ingested_spans_hour.py

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)