Skip to content

Commit 3952b90

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 7283c87c of spec repo (#1068)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 49ec9ba commit 3952b90

8 files changed

+69
-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.2",
7-
"regenerated": "2022-06-27 07:09:06.278108",
8-
"spec_repo_commit": "7d00058d"
7+
"regenerated": "2022-06-27 08:39:20.910492",
8+
"spec_repo_commit": "7283c87c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-06-27 07:09:06.300567",
13-
"spec_repo_commit": "7d00058d"
12+
"regenerated": "2022-06-27 08:39:20.923117",
13+
"spec_repo_commit": "7283c87c"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3630,6 +3630,7 @@ components:
36303630
- container_usage
36313631
- custom_timeseries_usage
36323632
- estimated_indexed_logs_usage
3633+
- estimated_indexed_spans_usage
36333634
- fargate_usage
36343635
- functions_usage
36353636
- indexed_logs_usage
@@ -3647,6 +3648,7 @@ components:
36473648
- CONTAINER_USAGE
36483649
- CUSTOM_TIMESERIES_USAGE
36493650
- ESTIMATED_INDEXED_LOGS_USAGE
3651+
- ESTIMATED_INDEXED_SPANS_USAGE
36503652
- FARGATE_USAGE
36513653
- FUNCTIONS_USAGE
36523654
- INDEXED_LOGS_USAGE
@@ -6818,6 +6820,8 @@ components:
68186820
- custom_timeseries_percentage
68196821
- estimated_indexed_logs_usage
68206822
- estimated_indexed_logs_percentage
6823+
- estimated_indexed_spans_usage
6824+
- estimated_indexed_spans_percentage
68216825
- fargate_usage
68226826
- fargate_percentage
68236827
- functions_usage
@@ -6851,6 +6855,8 @@ components:
68516855
- CUSTOM_TIMESERIES_PERCENTAGE
68526856
- ESTIMATED_INDEXED_LOGS_USAGE
68536857
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
6858+
- ESTIMATED_INDEXED_SPANS_USAGE
6859+
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
68546860
- FARGATE_USAGE
68556861
- FARGATE_PERCENTAGE
68566862
- FUNCTIONS_USAGE
@@ -6923,6 +6929,16 @@ components:
69236929
is in private beta.
69246930
format: double
69256931
type: number
6932+
estimated_indexed_spans_percentage:
6933+
description: The percentage of estimated indexed spans usage by tag(s).
6934+
This field is in private beta.
6935+
format: double
6936+
type: number
6937+
estimated_indexed_spans_usage:
6938+
description: The estimated indexed spans usage by tag(s). This field is
6939+
in private beta.
6940+
format: double
6941+
type: number
69266942
fargate_percentage:
69276943
description: The percentage of Fargate usage by tags.
69286944
format: double
@@ -13398,6 +13414,8 @@ components:
1339813414
- lambda_invocations_percentage
1339913415
- estimated_indexed_logs_usage
1340013416
- estimated_indexed_logs_percentage
13417+
- estimated_indexed_spans_usage
13418+
- estimated_indexed_spans_percentage
1340113419
type: string
1340213420
x-enum-varnames:
1340313421
- API_PERCENTAGE
@@ -13422,6 +13440,8 @@ components:
1342213440
- LAMBDA_INVOCATIONS_PERCENTAGE
1342313441
- ESTIMATED_INDEXED_LOGS_USAGE
1342413442
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
13443+
- ESTIMATED_INDEXED_SPANS_USAGE
13444+
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
1342513445
UsageAttributionSupportedMetrics:
1342613446
description: Supported fields for usage attribution requests (valid requests
1342713447
contain one or more metrics, or `*` for all).
@@ -13458,6 +13478,8 @@ components:
1345813478
- dbm_queries_percentage
1345913479
- estimated_indexed_logs_usage
1346013480
- estimated_indexed_logs_percentage
13481+
- estimated_indexed_spans_usage
13482+
- estimated_indexed_spans_percentage
1346113483
- '*'
1346213484
type: string
1346313485
x-enum-varnames:
@@ -13493,6 +13515,8 @@ components:
1349313515
- DBM_QUERIES_PERCENTAGE
1349413516
- ESTIMATED_INDEXED_LOGS_USAGE
1349513517
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
13518+
- ESTIMATED_INDEXED_SPANS_USAGE
13519+
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
1349613520
- ALL
1349713521
UsageAttributionTagNames:
1349813522
additionalProperties:
@@ -13609,6 +13633,16 @@ components:
1360913633
field is in private beta.
1361013634
format: double
1361113635
type: number
13636+
estimated_indexed_spans_percentage:
13637+
description: The percentage of estimated indexed spans usage by tag(s).
13638+
Note this field is in private beta.
13639+
format: double
13640+
type: number
13641+
estimated_indexed_spans_usage:
13642+
description: The estimated indexed spans usage by tag(s). Note this field
13643+
is in private beta.
13644+
format: double
13645+
type: number
1361213646
infra_host_percentage:
1361313647
description: The percentage of infrastructure host usage by tag(s).
1361413648
format: double

src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py

Lines changed: 2 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/monthly_usage_attribution_supported_metrics.py

Lines changed: 3 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/monthly_usage_attribution_values.py

Lines changed: 10 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_attribution_sort.py

Lines changed: 3 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_attribution_supported_metrics.py

Lines changed: 3 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_attribution_values.py

Lines changed: 10 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)