Skip to content

Add UA documentation for online_archive and incident_management #1585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-28 14:36:49.426876",
"spec_repo_commit": "a462e143"
"regenerated": "2024-03-29 13:20:50.518086",
"spec_repo_commit": "3e55ad68"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-28 14:36:49.445016",
"spec_repo_commit": "a462e143"
"regenerated": "2024-03-29 13:20:50.535794",
"spec_repo_commit": "3e55ad68"
}
}
}
29 changes: 29 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4110,6 +4110,7 @@ components:
- estimated_rum_sessions_usage
- fargate_usage
- functions_usage
- incident_management_monthly_active_users_usage
- indexed_spans_usage
- infra_host_usage
- ingested_logs_bytes_usage
Expand All @@ -4131,6 +4132,7 @@ components:
- npm_host_usage
- obs_pipeline_bytes_usage
- obs_pipelines_vcpu_usage
- online_archive_usage
- profiled_container_usage
- profiled_fargate_usage
- profiled_host_usage
Expand Down Expand Up @@ -4178,6 +4180,7 @@ components:
- ESTIMATED_RUM_SESSIONS_USAGE
- FARGATE_USAGE
- FUNCTIONS_USAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
- INDEXED_SPANS_USAGE
- INFRA_HOST_USAGE
- INGESTED_LOGS_BYTES_USAGE
Expand All @@ -4199,6 +4202,7 @@ components:
- NPM_HOST_USAGE
- OBS_PIPELINE_BYTES_USAGE
- OBS_PIPELINE_VCPU_USAGE
- ONLINE_ARCHIVE_USAGE
- PROFILED_CONTAINER_USAGE
- PROFILED_FARGATE_USAGE
- PROFILED_HOST_USAGE
Expand Down Expand Up @@ -7816,6 +7820,8 @@ components:
- fargate_percentage
- functions_usage
- functions_percentage
- incident_management_monthly_active_users_usage
- incident_management_monthly_active_users_percentage
- infra_host_usage
- infra_host_percentage
- invocations_usage
Expand All @@ -7832,6 +7838,8 @@ components:
- obs_pipeline_bytes_percentage
- obs_pipelines_vcpu_usage
- obs_pipelines_vcpu_percentage
- online_archive_usage
- online_archive_percentage
- profiled_container_usage
- profiled_container_percentage
- profiled_fargate_usage
Expand Down Expand Up @@ -7947,6 +7955,8 @@ components:
- FARGATE_PERCENTAGE
- FUNCTIONS_USAGE
- FUNCTIONS_PERCENTAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
- INFRA_HOST_USAGE
- INFRA_HOST_PERCENTAGE
- INVOCATIONS_USAGE
Expand All @@ -7963,6 +7973,8 @@ components:
- OBS_PIPELINE_BYTES_PERCENTAGE
- OBS_PIPELINES_VCPU_USAGE
- OBS_PIPELINES_VCPU_PERCENTAGE
- ONLINE_ARCHIVE_USAGE
- ONLINE_ARCHIVE_PERCENTAGE
- PROFILED_CONTAINER_USAGE
- PROFILED_CONTAINER_PERCENTAGE
- PROFILED_FARGATE_USAGE
Expand Down Expand Up @@ -8286,6 +8298,15 @@ components:
description: The Lambda function usage by tag(s).
format: double
type: number
incident_management_monthly_active_users_percentage:
description: The percentage of Incident Management monthly active users
usage by tag(s).
format: double
type: number
incident_management_monthly_active_users_usage:
description: The Incident Management monthly active users usage by tag(s).
format: double
type: number
indexed_spans_percentage:
description: The percentage of APM Indexed Spans usage by tag(s).
format: double
Expand Down Expand Up @@ -8465,6 +8486,14 @@ components:
description: The observability pipeline per core usage by tag(s).
format: double
type: number
online_archive_percentage:
description: The percentage of online archive usage by tag(s).
format: double
type: number
online_archive_usage:
description: The online archive usage by tag(s).
format: double
type: number
profiled_container_percentage:
description: The percentage of profiled container usage by tag(s).
format: double
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export type HourlyUsageAttributionUsageType =
| typeof ESTIMATED_RUM_SESSIONS_USAGE
| typeof FARGATE_USAGE
| typeof FUNCTIONS_USAGE
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
| typeof INDEXED_SPANS_USAGE
| typeof INFRA_HOST_USAGE
| typeof INGESTED_LOGS_BYTES_USAGE
Expand All @@ -65,6 +66,7 @@ export type HourlyUsageAttributionUsageType =
| typeof NPM_HOST_USAGE
| typeof OBS_PIPELINE_BYTES_USAGE
| typeof OBS_PIPELINE_VCPU_USAGE
| typeof ONLINE_ARCHIVE_USAGE
| typeof PROFILED_CONTAINER_USAGE
| typeof PROFILED_FARGATE_USAGE
| typeof PROFILED_HOST_USAGE
Expand Down Expand Up @@ -115,6 +117,8 @@ export const ESTIMATED_INGESTED_SPANS_USAGE = "estimated_ingested_spans_usage";
export const ESTIMATED_RUM_SESSIONS_USAGE = "estimated_rum_sessions_usage";
export const FARGATE_USAGE = "fargate_usage";
export const FUNCTIONS_USAGE = "functions_usage";
export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE =
"incident_management_monthly_active_users_usage";
export const INDEXED_SPANS_USAGE = "indexed_spans_usage";
export const INFRA_HOST_USAGE = "infra_host_usage";
export const INGESTED_LOGS_BYTES_USAGE = "ingested_logs_bytes_usage";
Expand All @@ -138,6 +142,7 @@ export const NDM_NETFLOW_USAGE = "ndm_netflow_usage";
export const NPM_HOST_USAGE = "npm_host_usage";
export const OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage";
export const OBS_PIPELINE_VCPU_USAGE = "obs_pipelines_vcpu_usage";
export const ONLINE_ARCHIVE_USAGE = "online_archive_usage";
export const PROFILED_CONTAINER_USAGE = "profiled_container_usage";
export const PROFILED_FARGATE_USAGE = "profiled_fargate_usage";
export const PROFILED_HOST_USAGE = "profiled_host_usage";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
| typeof FARGATE_PERCENTAGE
| typeof FUNCTIONS_USAGE
| typeof FUNCTIONS_PERCENTAGE
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
| typeof INFRA_HOST_USAGE
| typeof INFRA_HOST_PERCENTAGE
| typeof INVOCATIONS_USAGE
Expand All @@ -81,6 +83,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
| typeof OBS_PIPELINE_BYTES_PERCENTAGE
| typeof OBS_PIPELINES_VCPU_USAGE
| typeof OBS_PIPELINES_VCPU_PERCENTAGE
| typeof ONLINE_ARCHIVE_USAGE
| typeof ONLINE_ARCHIVE_PERCENTAGE
| typeof PROFILED_CONTAINER_USAGE
| typeof PROFILED_CONTAINER_PERCENTAGE
| typeof PROFILED_FARGATE_USAGE
Expand Down Expand Up @@ -204,6 +208,10 @@ export const FARGATE_USAGE = "fargate_usage";
export const FARGATE_PERCENTAGE = "fargate_percentage";
export const FUNCTIONS_USAGE = "functions_usage";
export const FUNCTIONS_PERCENTAGE = "functions_percentage";
export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE =
"incident_management_monthly_active_users_usage";
export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE =
"incident_management_monthly_active_users_percentage";
export const INFRA_HOST_USAGE = "infra_host_usage";
export const INFRA_HOST_PERCENTAGE = "infra_host_percentage";
export const INVOCATIONS_USAGE = "invocations_usage";
Expand All @@ -222,6 +230,8 @@ export const OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage";
export const OBS_PIPELINE_BYTES_PERCENTAGE = "obs_pipeline_bytes_percentage";
export const OBS_PIPELINES_VCPU_USAGE = "obs_pipelines_vcpu_usage";
export const OBS_PIPELINES_VCPU_PERCENTAGE = "obs_pipelines_vcpu_percentage";
export const ONLINE_ARCHIVE_USAGE = "online_archive_usage";
export const ONLINE_ARCHIVE_PERCENTAGE = "online_archive_percentage";
export const PROFILED_CONTAINER_USAGE = "profiled_container_usage";
export const PROFILED_CONTAINER_PERCENTAGE = "profiled_container_percentage";
export const PROFILED_FARGATE_USAGE = "profiled_fargate_usage";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,14 @@ export class MonthlyUsageAttributionValues {
* The Lambda function usage by tag(s).
*/
"functionsUsage"?: number;
/**
* The percentage of Incident Management monthly active users usage by tag(s).
*/
"incidentManagementMonthlyActiveUsersPercentage"?: number;
/**
* The Incident Management monthly active users usage by tag(s).
*/
"incidentManagementMonthlyActiveUsersUsage"?: number;
/**
* The percentage of APM Indexed Spans usage by tag(s).
*/
Expand Down Expand Up @@ -426,6 +434,14 @@ export class MonthlyUsageAttributionValues {
* The observability pipeline per core usage by tag(s).
*/
"obsPipelinesVcpuUsage"?: number;
/**
* The percentage of online archive usage by tag(s).
*/
"onlineArchivePercentage"?: number;
/**
* The online archive usage by tag(s).
*/
"onlineArchiveUsage"?: number;
/**
* The percentage of profiled container usage by tag(s).
*/
Expand Down Expand Up @@ -849,6 +865,16 @@ export class MonthlyUsageAttributionValues {
type: "number",
format: "double",
},
incidentManagementMonthlyActiveUsersPercentage: {
baseName: "incident_management_monthly_active_users_percentage",
type: "number",
format: "double",
},
incidentManagementMonthlyActiveUsersUsage: {
baseName: "incident_management_monthly_active_users_usage",
type: "number",
format: "double",
},
indexedSpansPercentage: {
baseName: "indexed_spans_percentage",
type: "number",
Expand Down Expand Up @@ -1059,6 +1085,16 @@ export class MonthlyUsageAttributionValues {
type: "number",
format: "double",
},
onlineArchivePercentage: {
baseName: "online_archive_percentage",
type: "number",
format: "double",
},
onlineArchiveUsage: {
baseName: "online_archive_usage",
type: "number",
format: "double",
},
profiledContainerPercentage: {
baseName: "profiled_container_percentage",
type: "number",
Expand Down
6 changes: 6 additions & 0 deletions packages/datadog-api-client-v1/models/ObjectSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ const enumsMap: { [key: string]: any[] } = {
"estimated_rum_sessions_usage",
"fargate_usage",
"functions_usage",
"incident_management_monthly_active_users_usage",
"indexed_spans_usage",
"infra_host_usage",
"ingested_logs_bytes_usage",
Expand All @@ -811,6 +812,7 @@ const enumsMap: { [key: string]: any[] } = {
"npm_host_usage",
"obs_pipeline_bytes_usage",
"obs_pipelines_vcpu_usage",
"online_archive_usage",
"profiled_container_usage",
"profiled_fargate_usage",
"profiled_host_usage",
Expand Down Expand Up @@ -1003,6 +1005,8 @@ const enumsMap: { [key: string]: any[] } = {
"fargate_percentage",
"functions_usage",
"functions_percentage",
"incident_management_monthly_active_users_usage",
"incident_management_monthly_active_users_percentage",
"infra_host_usage",
"infra_host_percentage",
"invocations_usage",
Expand All @@ -1019,6 +1023,8 @@ const enumsMap: { [key: string]: any[] } = {
"obs_pipeline_bytes_percentage",
"obs_pipelines_vcpu_usage",
"obs_pipelines_vcpu_percentage",
"online_archive_usage",
"online_archive_percentage",
"profiled_container_usage",
"profiled_container_percentage",
"profiled_fargate_usage",
Expand Down