Skip to content

Commit e74350e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update documentation for observability pipeline bytes usage attribution (#1149)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 9196d47 commit e74350e

File tree

6 files changed

+45
-4
lines changed

6 files changed

+45
-4
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.4",
7-
"regenerated": "2023-05-24 12:48:39.730038",
8-
"spec_repo_commit": "ba7efe40"
7+
"regenerated": "2023-05-24 13:15:52.349852",
8+
"spec_repo_commit": "61d57b72"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-05-24 12:48:39.743445",
13-
"spec_repo_commit": "ba7efe40"
12+
"regenerated": "2023-05-24 13:15:52.364402",
13+
"spec_repo_commit": "61d57b72"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3834,6 +3834,7 @@ components:
38343834
- infra_host_usage
38353835
- invocations_usage
38363836
- npm_host_usage
3837+
- obs_pipeline_bytes_usage
38373838
- profiled_container_usage
38383839
- profiled_fargate_usage
38393840
- profiled_host_usage
@@ -3868,6 +3869,7 @@ components:
38683869
- INFRA_HOST_USAGE
38693870
- INVOCATIONS_USAGE
38703871
- NPM_HOST_USAGE
3872+
- OBS_PIPELINE_BYTES_USAGE
38713873
- PROFILED_CONTAINER_USAGE
38723874
- PROFILED_FARGATE_USAGE
38733875
- PROFILED_HOST_USAGE
@@ -7368,6 +7370,8 @@ components:
73687370
- invocations_percentage
73697371
- npm_host_usage
73707372
- npm_host_percentage
7373+
- obs_pipeline_bytes_usage
7374+
- obs_pipeline_bytes_percentage
73717375
- profiled_container_usage
73727376
- profiled_container_percentage
73737377
- profiled_fargate_usage
@@ -7435,6 +7439,8 @@ components:
74357439
- INVOCATIONS_PERCENTAGE
74367440
- NPM_HOST_USAGE
74377441
- NPM_HOST_PERCENTAGE
7442+
- OBS_PIPELINE_BYTES_USAGE
7443+
- OBS_PIPELINE_BYTES_PERCENTAGE
74387444
- PROFILED_CONTAINER_USAGE
74397445
- PROFILED_CONTAINER_PERCENTAGE
74407446
- PROFILED_FARGATE_USAGE
@@ -7666,6 +7672,14 @@ components:
76667672
description: The network host usage by tag(s).
76677673
format: double
76687674
type: number
7675+
obs_pipeline_bytes_percentage:
7676+
description: The percentage of observability pipeline bytes usage by tag(s).
7677+
format: double
7678+
type: number
7679+
obs_pipeline_bytes_usage:
7680+
description: The observability pipeline bytes usage by tag(s).
7681+
format: double
7682+
type: number
76697683
profiled_container_percentage:
76707684
description: The percentage of profiled container usage by tag(s).
76717685
format: double

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export type HourlyUsageAttributionUsageType =
3636
| typeof INFRA_HOST_USAGE
3737
| typeof INVOCATIONS_USAGE
3838
| typeof NPM_HOST_USAGE
39+
| typeof OBS_PIPELINE_BYTES_USAGE
3940
| typeof PROFILED_CONTAINER_USAGE
4041
| typeof PROFILED_FARGATE_USAGE
4142
| typeof PROFILED_HOST_USAGE
@@ -70,6 +71,7 @@ export const FUNCTIONS_USAGE = "functions_usage";
7071
export const INFRA_HOST_USAGE = "infra_host_usage";
7172
export const INVOCATIONS_USAGE = "invocations_usage";
7273
export const NPM_HOST_USAGE = "npm_host_usage";
74+
export const OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage";
7375
export const PROFILED_CONTAINER_USAGE = "profiled_container_usage";
7476
export const PROFILED_FARGATE_USAGE = "profiled_fargate_usage";
7577
export const PROFILED_HOST_USAGE = "profiled_host_usage";

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
6161
| typeof INVOCATIONS_PERCENTAGE
6262
| typeof NPM_HOST_USAGE
6363
| typeof NPM_HOST_PERCENTAGE
64+
| typeof OBS_PIPELINE_BYTES_USAGE
65+
| typeof OBS_PIPELINE_BYTES_PERCENTAGE
6466
| typeof PROFILED_CONTAINER_USAGE
6567
| typeof PROFILED_CONTAINER_PERCENTAGE
6668
| typeof PROFILED_FARGATE_USAGE
@@ -134,6 +136,8 @@ export const INVOCATIONS_USAGE = "invocations_usage";
134136
export const INVOCATIONS_PERCENTAGE = "invocations_percentage";
135137
export const NPM_HOST_USAGE = "npm_host_usage";
136138
export const NPM_HOST_PERCENTAGE = "npm_host_percentage";
139+
export const OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage";
140+
export const OBS_PIPELINE_BYTES_PERCENTAGE = "obs_pipeline_bytes_percentage";
137141
export const PROFILED_CONTAINER_USAGE = "profiled_container_usage";
138142
export const PROFILED_CONTAINER_PERCENTAGE = "profiled_container_percentage";
139143
export const PROFILED_FARGATE_USAGE = "profiled_fargate_usage";

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,14 @@ export class MonthlyUsageAttributionValues {
218218
* The network host usage by tag(s).
219219
*/
220220
"npmHostUsage"?: number;
221+
/**
222+
* The percentage of observability pipeline bytes usage by tag(s).
223+
*/
224+
"obsPipelineBytesPercentage"?: number;
225+
/**
226+
* The observability pipeline bytes usage by tag(s).
227+
*/
228+
"obsPipelineBytesUsage"?: number;
221229
/**
222230
* The percentage of profiled container usage by tag(s).
223231
*/
@@ -536,6 +544,16 @@ export class MonthlyUsageAttributionValues {
536544
type: "number",
537545
format: "double",
538546
},
547+
obsPipelineBytesPercentage: {
548+
baseName: "obs_pipeline_bytes_percentage",
549+
type: "number",
550+
format: "double",
551+
},
552+
obsPipelineBytesUsage: {
553+
baseName: "obs_pipeline_bytes_usage",
554+
type: "number",
555+
format: "double",
556+
},
539557
profiledContainerPercentage: {
540558
baseName: "profiled_container_percentage",
541559
type: "number",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ const enumsMap: { [key: string]: any[] } = {
753753
"infra_host_usage",
754754
"invocations_usage",
755755
"npm_host_usage",
756+
"obs_pipeline_bytes_usage",
756757
"profiled_container_usage",
757758
"profiled_fargate_usage",
758759
"profiled_host_usage",
@@ -933,6 +934,8 @@ const enumsMap: { [key: string]: any[] } = {
933934
"invocations_percentage",
934935
"npm_host_usage",
935936
"npm_host_percentage",
937+
"obs_pipeline_bytes_usage",
938+
"obs_pipeline_bytes_percentage",
936939
"profiled_container_usage",
937940
"profiled_container_percentage",
938941
"profiled_fargate_usage",

0 commit comments

Comments
 (0)