Skip to content

Commit ebc8a8c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add UA documentation for online_archive and incident_management (#1585)
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 b975546 commit ebc8a8c

File tree

6 files changed

+90
-4
lines changed

6 files changed

+90
-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-28 14:36:49.426876",
8-
"spec_repo_commit": "a462e143"
7+
"regenerated": "2024-03-29 13:20:50.518086",
8+
"spec_repo_commit": "3e55ad68"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-03-28 14:36:49.445016",
13-
"spec_repo_commit": "a462e143"
12+
"regenerated": "2024-03-29 13:20:50.535794",
13+
"spec_repo_commit": "3e55ad68"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4110,6 +4110,7 @@ components:
41104110
- estimated_rum_sessions_usage
41114111
- fargate_usage
41124112
- functions_usage
4113+
- incident_management_monthly_active_users_usage
41134114
- indexed_spans_usage
41144115
- infra_host_usage
41154116
- ingested_logs_bytes_usage
@@ -4131,6 +4132,7 @@ components:
41314132
- npm_host_usage
41324133
- obs_pipeline_bytes_usage
41334134
- obs_pipelines_vcpu_usage
4135+
- online_archive_usage
41344136
- profiled_container_usage
41354137
- profiled_fargate_usage
41364138
- profiled_host_usage
@@ -4178,6 +4180,7 @@ components:
41784180
- ESTIMATED_RUM_SESSIONS_USAGE
41794181
- FARGATE_USAGE
41804182
- FUNCTIONS_USAGE
4183+
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
41814184
- INDEXED_SPANS_USAGE
41824185
- INFRA_HOST_USAGE
41834186
- INGESTED_LOGS_BYTES_USAGE
@@ -4199,6 +4202,7 @@ components:
41994202
- NPM_HOST_USAGE
42004203
- OBS_PIPELINE_BYTES_USAGE
42014204
- OBS_PIPELINE_VCPU_USAGE
4205+
- ONLINE_ARCHIVE_USAGE
42024206
- PROFILED_CONTAINER_USAGE
42034207
- PROFILED_FARGATE_USAGE
42044208
- PROFILED_HOST_USAGE
@@ -7816,6 +7820,8 @@ components:
78167820
- fargate_percentage
78177821
- functions_usage
78187822
- functions_percentage
7823+
- incident_management_monthly_active_users_usage
7824+
- incident_management_monthly_active_users_percentage
78197825
- infra_host_usage
78207826
- infra_host_percentage
78217827
- invocations_usage
@@ -7832,6 +7838,8 @@ components:
78327838
- obs_pipeline_bytes_percentage
78337839
- obs_pipelines_vcpu_usage
78347840
- obs_pipelines_vcpu_percentage
7841+
- online_archive_usage
7842+
- online_archive_percentage
78357843
- profiled_container_usage
78367844
- profiled_container_percentage
78377845
- profiled_fargate_usage
@@ -7947,6 +7955,8 @@ components:
79477955
- FARGATE_PERCENTAGE
79487956
- FUNCTIONS_USAGE
79497957
- FUNCTIONS_PERCENTAGE
7958+
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
7959+
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
79507960
- INFRA_HOST_USAGE
79517961
- INFRA_HOST_PERCENTAGE
79527962
- INVOCATIONS_USAGE
@@ -7963,6 +7973,8 @@ components:
79637973
- OBS_PIPELINE_BYTES_PERCENTAGE
79647974
- OBS_PIPELINES_VCPU_USAGE
79657975
- OBS_PIPELINES_VCPU_PERCENTAGE
7976+
- ONLINE_ARCHIVE_USAGE
7977+
- ONLINE_ARCHIVE_PERCENTAGE
79667978
- PROFILED_CONTAINER_USAGE
79677979
- PROFILED_CONTAINER_PERCENTAGE
79687980
- PROFILED_FARGATE_USAGE
@@ -8286,6 +8298,15 @@ components:
82868298
description: The Lambda function usage by tag(s).
82878299
format: double
82888300
type: number
8301+
incident_management_monthly_active_users_percentage:
8302+
description: The percentage of Incident Management monthly active users
8303+
usage by tag(s).
8304+
format: double
8305+
type: number
8306+
incident_management_monthly_active_users_usage:
8307+
description: The Incident Management monthly active users usage by tag(s).
8308+
format: double
8309+
type: number
82898310
indexed_spans_percentage:
82908311
description: The percentage of APM Indexed Spans usage by tag(s).
82918312
format: double
@@ -8465,6 +8486,14 @@ components:
84658486
description: The observability pipeline per core usage by tag(s).
84668487
format: double
84678488
type: number
8489+
online_archive_percentage:
8490+
description: The percentage of online archive usage by tag(s).
8491+
format: double
8492+
type: number
8493+
online_archive_usage:
8494+
description: The online archive usage by tag(s).
8495+
format: double
8496+
type: number
84688497
profiled_container_percentage:
84698498
description: The percentage of profiled container usage by tag(s).
84708499
format: double

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export type HourlyUsageAttributionUsageType =
4444
| typeof ESTIMATED_RUM_SESSIONS_USAGE
4545
| typeof FARGATE_USAGE
4646
| typeof FUNCTIONS_USAGE
47+
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
4748
| typeof INDEXED_SPANS_USAGE
4849
| typeof INFRA_HOST_USAGE
4950
| typeof INGESTED_LOGS_BYTES_USAGE
@@ -65,6 +66,7 @@ export type HourlyUsageAttributionUsageType =
6566
| typeof NPM_HOST_USAGE
6667
| typeof OBS_PIPELINE_BYTES_USAGE
6768
| typeof OBS_PIPELINE_VCPU_USAGE
69+
| typeof ONLINE_ARCHIVE_USAGE
6870
| typeof PROFILED_CONTAINER_USAGE
6971
| typeof PROFILED_FARGATE_USAGE
7072
| typeof PROFILED_HOST_USAGE
@@ -115,6 +117,8 @@ export const ESTIMATED_INGESTED_SPANS_USAGE = "estimated_ingested_spans_usage";
115117
export const ESTIMATED_RUM_SESSIONS_USAGE = "estimated_rum_sessions_usage";
116118
export const FARGATE_USAGE = "fargate_usage";
117119
export const FUNCTIONS_USAGE = "functions_usage";
120+
export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE =
121+
"incident_management_monthly_active_users_usage";
118122
export const INDEXED_SPANS_USAGE = "indexed_spans_usage";
119123
export const INFRA_HOST_USAGE = "infra_host_usage";
120124
export const INGESTED_LOGS_BYTES_USAGE = "ingested_logs_bytes_usage";
@@ -138,6 +142,7 @@ export const NDM_NETFLOW_USAGE = "ndm_netflow_usage";
138142
export const NPM_HOST_USAGE = "npm_host_usage";
139143
export const OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage";
140144
export const OBS_PIPELINE_VCPU_USAGE = "obs_pipelines_vcpu_usage";
145+
export const ONLINE_ARCHIVE_USAGE = "online_archive_usage";
141146
export const PROFILED_CONTAINER_USAGE = "profiled_container_usage";
142147
export const PROFILED_FARGATE_USAGE = "profiled_fargate_usage";
143148
export const PROFILED_HOST_USAGE = "profiled_host_usage";

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
6565
| typeof FARGATE_PERCENTAGE
6666
| typeof FUNCTIONS_USAGE
6767
| typeof FUNCTIONS_PERCENTAGE
68+
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
69+
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
6870
| typeof INFRA_HOST_USAGE
6971
| typeof INFRA_HOST_PERCENTAGE
7072
| typeof INVOCATIONS_USAGE
@@ -81,6 +83,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
8183
| typeof OBS_PIPELINE_BYTES_PERCENTAGE
8284
| typeof OBS_PIPELINES_VCPU_USAGE
8385
| typeof OBS_PIPELINES_VCPU_PERCENTAGE
86+
| typeof ONLINE_ARCHIVE_USAGE
87+
| typeof ONLINE_ARCHIVE_PERCENTAGE
8488
| typeof PROFILED_CONTAINER_USAGE
8589
| typeof PROFILED_CONTAINER_PERCENTAGE
8690
| typeof PROFILED_FARGATE_USAGE
@@ -204,6 +208,10 @@ export const FARGATE_USAGE = "fargate_usage";
204208
export const FARGATE_PERCENTAGE = "fargate_percentage";
205209
export const FUNCTIONS_USAGE = "functions_usage";
206210
export const FUNCTIONS_PERCENTAGE = "functions_percentage";
211+
export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE =
212+
"incident_management_monthly_active_users_usage";
213+
export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE =
214+
"incident_management_monthly_active_users_percentage";
207215
export const INFRA_HOST_USAGE = "infra_host_usage";
208216
export const INFRA_HOST_PERCENTAGE = "infra_host_percentage";
209217
export const INVOCATIONS_USAGE = "invocations_usage";
@@ -222,6 +230,8 @@ export const OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage";
222230
export const OBS_PIPELINE_BYTES_PERCENTAGE = "obs_pipeline_bytes_percentage";
223231
export const OBS_PIPELINES_VCPU_USAGE = "obs_pipelines_vcpu_usage";
224232
export const OBS_PIPELINES_VCPU_PERCENTAGE = "obs_pipelines_vcpu_percentage";
233+
export const ONLINE_ARCHIVE_USAGE = "online_archive_usage";
234+
export const ONLINE_ARCHIVE_PERCENTAGE = "online_archive_percentage";
225235
export const PROFILED_CONTAINER_USAGE = "profiled_container_usage";
226236
export const PROFILED_CONTAINER_PERCENTAGE = "profiled_container_percentage";
227237
export const PROFILED_FARGATE_USAGE = "profiled_fargate_usage";

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,14 @@ export class MonthlyUsageAttributionValues {
258258
* The Lambda function usage by tag(s).
259259
*/
260260
"functionsUsage"?: number;
261+
/**
262+
* The percentage of Incident Management monthly active users usage by tag(s).
263+
*/
264+
"incidentManagementMonthlyActiveUsersPercentage"?: number;
265+
/**
266+
* The Incident Management monthly active users usage by tag(s).
267+
*/
268+
"incidentManagementMonthlyActiveUsersUsage"?: number;
261269
/**
262270
* The percentage of APM Indexed Spans usage by tag(s).
263271
*/
@@ -426,6 +434,14 @@ export class MonthlyUsageAttributionValues {
426434
* The observability pipeline per core usage by tag(s).
427435
*/
428436
"obsPipelinesVcpuUsage"?: number;
437+
/**
438+
* The percentage of online archive usage by tag(s).
439+
*/
440+
"onlineArchivePercentage"?: number;
441+
/**
442+
* The online archive usage by tag(s).
443+
*/
444+
"onlineArchiveUsage"?: number;
429445
/**
430446
* The percentage of profiled container usage by tag(s).
431447
*/
@@ -849,6 +865,16 @@ export class MonthlyUsageAttributionValues {
849865
type: "number",
850866
format: "double",
851867
},
868+
incidentManagementMonthlyActiveUsersPercentage: {
869+
baseName: "incident_management_monthly_active_users_percentage",
870+
type: "number",
871+
format: "double",
872+
},
873+
incidentManagementMonthlyActiveUsersUsage: {
874+
baseName: "incident_management_monthly_active_users_usage",
875+
type: "number",
876+
format: "double",
877+
},
852878
indexedSpansPercentage: {
853879
baseName: "indexed_spans_percentage",
854880
type: "number",
@@ -1059,6 +1085,16 @@ export class MonthlyUsageAttributionValues {
10591085
type: "number",
10601086
format: "double",
10611087
},
1088+
onlineArchivePercentage: {
1089+
baseName: "online_archive_percentage",
1090+
type: "number",
1091+
format: "double",
1092+
},
1093+
onlineArchiveUsage: {
1094+
baseName: "online_archive_usage",
1095+
type: "number",
1096+
format: "double",
1097+
},
10621098
profiledContainerPercentage: {
10631099
baseName: "profiled_container_percentage",
10641100
type: "number",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ const enumsMap: { [key: string]: any[] } = {
790790
"estimated_rum_sessions_usage",
791791
"fargate_usage",
792792
"functions_usage",
793+
"incident_management_monthly_active_users_usage",
793794
"indexed_spans_usage",
794795
"infra_host_usage",
795796
"ingested_logs_bytes_usage",
@@ -811,6 +812,7 @@ const enumsMap: { [key: string]: any[] } = {
811812
"npm_host_usage",
812813
"obs_pipeline_bytes_usage",
813814
"obs_pipelines_vcpu_usage",
815+
"online_archive_usage",
814816
"profiled_container_usage",
815817
"profiled_fargate_usage",
816818
"profiled_host_usage",
@@ -1003,6 +1005,8 @@ const enumsMap: { [key: string]: any[] } = {
10031005
"fargate_percentage",
10041006
"functions_usage",
10051007
"functions_percentage",
1008+
"incident_management_monthly_active_users_usage",
1009+
"incident_management_monthly_active_users_percentage",
10061010
"infra_host_usage",
10071011
"infra_host_percentage",
10081012
"invocations_usage",
@@ -1019,6 +1023,8 @@ const enumsMap: { [key: string]: any[] } = {
10191023
"obs_pipeline_bytes_percentage",
10201024
"obs_pipelines_vcpu_usage",
10211025
"obs_pipelines_vcpu_percentage",
1026+
"online_archive_usage",
1027+
"online_archive_percentage",
10221028
"profiled_container_usage",
10231029
"profiled_container_percentage",
10241030
"profiled_fargate_usage",

0 commit comments

Comments
 (0)