Skip to content

Commit 196d689

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[RQ-4596] Add observability pipelines core to public documentation (#1547)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 613af82 commit 196d689

File tree

6 files changed

+46
-4
lines changed

6 files changed

+46
-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.6",
7-
"regenerated": "2024-03-07 16:40:15.030371",
8-
"spec_repo_commit": "ba5b230c"
7+
"regenerated": "2024-03-07 17:19:33.694024",
8+
"spec_repo_commit": "52e6d7fb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-03-07 16:40:15.047368",
13-
"spec_repo_commit": "ba5b230c"
12+
"regenerated": "2024-03-07 17:19:33.710260",
13+
"spec_repo_commit": "52e6d7fb"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4130,6 +4130,7 @@ components:
41304130
- ndm_netflow_usage
41314131
- npm_host_usage
41324132
- obs_pipeline_bytes_usage
4133+
- obs_pipelines_vcpu_usage
41334134
- profiled_container_usage
41344135
- profiled_fargate_usage
41354136
- profiled_host_usage
@@ -4196,6 +4197,7 @@ components:
41964197
- NDM_NETFLOW_USAGE
41974198
- NPM_HOST_USAGE
41984199
- OBS_PIPELINE_BYTES_USAGE
4200+
- OBS_PIPELINE_VCPU_USAGE
41994201
- PROFILED_CONTAINER_USAGE
42004202
- PROFILED_FARGATE_USAGE
42014203
- PROFILED_HOST_USAGE
@@ -7826,6 +7828,8 @@ components:
78267828
- npm_host_percentage
78277829
- obs_pipeline_bytes_usage
78287830
- obs_pipeline_bytes_percentage
7831+
- obs_pipelines_vcpu_usage
7832+
- obs_pipelines_vcpu_percentage
78297833
- profiled_container_usage
78307834
- profiled_container_percentage
78317835
- profiled_fargate_usage
@@ -7953,6 +7957,8 @@ components:
79537957
- NPM_HOST_PERCENTAGE
79547958
- OBS_PIPELINE_BYTES_USAGE
79557959
- OBS_PIPELINE_BYTES_PERCENTAGE
7960+
- OBS_PIPELINES_VCPU_USAGE
7961+
- OBS_PIPELINES_VCPU_PERCENTAGE
79567962
- PROFILED_CONTAINER_USAGE
79577963
- PROFILED_CONTAINER_PERCENTAGE
79587964
- PROFILED_FARGATE_USAGE
@@ -8444,6 +8450,15 @@ components:
84448450
description: The observability pipeline bytes usage by tag(s).
84458451
format: double
84468452
type: number
8453+
obs_pipelines_vcpu_percentage:
8454+
description: The percentage of observability pipeline per core usage by
8455+
tag(s).
8456+
format: double
8457+
type: number
8458+
obs_pipelines_vcpu_usage:
8459+
description: The observability pipeline per core usage by tag(s).
8460+
format: double
8461+
type: number
84478462
profiled_container_percentage:
84488463
description: The percentage of profiled container usage by tag(s).
84498464
format: double

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export type HourlyUsageAttributionUsageType =
6464
| typeof NDM_NETFLOW_USAGE
6565
| typeof NPM_HOST_USAGE
6666
| typeof OBS_PIPELINE_BYTES_USAGE
67+
| typeof OBS_PIPELINE_VCPU_USAGE
6768
| typeof PROFILED_CONTAINER_USAGE
6869
| typeof PROFILED_FARGATE_USAGE
6970
| typeof PROFILED_HOST_USAGE
@@ -135,6 +136,7 @@ export const MOBILE_APP_TESTING_USAGE = "mobile_app_testing_usage";
135136
export const NDM_NETFLOW_USAGE = "ndm_netflow_usage";
136137
export const NPM_HOST_USAGE = "npm_host_usage";
137138
export const OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage";
139+
export const OBS_PIPELINE_VCPU_USAGE = "obs_pipelines_vcpu_usage";
138140
export const PROFILED_CONTAINER_USAGE = "profiled_container_usage";
139141
export const PROFILED_FARGATE_USAGE = "profiled_fargate_usage";
140142
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
@@ -79,6 +79,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
7979
| typeof NPM_HOST_PERCENTAGE
8080
| typeof OBS_PIPELINE_BYTES_USAGE
8181
| typeof OBS_PIPELINE_BYTES_PERCENTAGE
82+
| typeof OBS_PIPELINES_VCPU_USAGE
83+
| typeof OBS_PIPELINES_VCPU_PERCENTAGE
8284
| typeof PROFILED_CONTAINER_USAGE
8385
| typeof PROFILED_CONTAINER_PERCENTAGE
8486
| typeof PROFILED_FARGATE_USAGE
@@ -216,6 +218,8 @@ export const NPM_HOST_USAGE = "npm_host_usage";
216218
export const NPM_HOST_PERCENTAGE = "npm_host_percentage";
217219
export const OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage";
218220
export const OBS_PIPELINE_BYTES_PERCENTAGE = "obs_pipeline_bytes_percentage";
221+
export const OBS_PIPELINES_VCPU_USAGE = "obs_pipelines_vcpu_usage";
222+
export const OBS_PIPELINES_VCPU_PERCENTAGE = "obs_pipelines_vcpu_percentage";
219223
export const PROFILED_CONTAINER_USAGE = "profiled_container_usage";
220224
export const PROFILED_CONTAINER_PERCENTAGE = "profiled_container_percentage";
221225
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
@@ -418,6 +418,14 @@ export class MonthlyUsageAttributionValues {
418418
* The observability pipeline bytes usage by tag(s).
419419
*/
420420
"obsPipelineBytesUsage"?: number;
421+
/**
422+
* The percentage of observability pipeline per core usage by tag(s).
423+
*/
424+
"obsPipelinesVcpuPercentage"?: number;
425+
/**
426+
* The observability pipeline per core usage by tag(s).
427+
*/
428+
"obsPipelinesVcpuUsage"?: number;
421429
/**
422430
* The percentage of profiled container usage by tag(s).
423431
*/
@@ -1033,6 +1041,16 @@ export class MonthlyUsageAttributionValues {
10331041
type: "number",
10341042
format: "double",
10351043
},
1044+
obsPipelinesVcpuPercentage: {
1045+
baseName: "obs_pipelines_vcpu_percentage",
1046+
type: "number",
1047+
format: "double",
1048+
},
1049+
obsPipelinesVcpuUsage: {
1050+
baseName: "obs_pipelines_vcpu_usage",
1051+
type: "number",
1052+
format: "double",
1053+
},
10361054
profiledContainerPercentage: {
10371055
baseName: "profiled_container_percentage",
10381056
type: "number",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ const enumsMap: { [key: string]: any[] } = {
815815
"ndm_netflow_usage",
816816
"npm_host_usage",
817817
"obs_pipeline_bytes_usage",
818+
"obs_pipelines_vcpu_usage",
818819
"profiled_container_usage",
819820
"profiled_fargate_usage",
820821
"profiled_host_usage",
@@ -1020,6 +1021,8 @@ const enumsMap: { [key: string]: any[] } = {
10201021
"npm_host_percentage",
10211022
"obs_pipeline_bytes_usage",
10221023
"obs_pipeline_bytes_percentage",
1024+
"obs_pipelines_vcpu_usage",
1025+
"obs_pipelines_vcpu_percentage",
10231026
"profiled_container_usage",
10241027
"profiled_container_percentage",
10251028
"profiled_fargate_usage",

0 commit comments

Comments
 (0)