diff --git a/.apigentools-info b/.apigentools-info index 35a731946f6..ab91a3c3636 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-23 10:08:16.626207", - "spec_repo_commit": "df3187ca" + "regenerated": "2024-10-23 18:28:52.095109", + "spec_repo_commit": "d7e2eb28" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-23 10:08:16.645066", - "spec_repo_commit": "df3187ca" + "regenerated": "2024-10-23 18:28:52.114652", + "spec_repo_commit": "d7e2eb28" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 96ed41e5a1b..f1b3d1b0d6d 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -4194,11 +4194,8 @@ components: - dbm_queries_usage - error_tracking_usage - error_tracking_percentage - - estimated_indexed_logs_usage - estimated_indexed_spans_usage - - estimated_ingested_logs_usage - estimated_ingested_spans_usage - - estimated_rum_sessions_usage - fargate_usage - functions_usage - incident_management_monthly_active_users_usage @@ -4269,11 +4266,8 @@ components: - DBM_QUERIES_USAGE - ERROR_TRACKING_USAGE - ERROR_TRACKING_PERCENTAGE - - ESTIMATED_INDEXED_LOGS_USAGE - ESTIMATED_INDEXED_SPANS_USAGE - - ESTIMATED_INGESTED_LOGS_USAGE - ESTIMATED_INGESTED_SPANS_USAGE - - ESTIMATED_RUM_SESSIONS_USAGE - FARGATE_USAGE - FUNCTIONS_USAGE - INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE @@ -7957,10 +7951,6 @@ components: - dbm_queries_usage - error_tracking_usage - error_tracking_percentage - - estimated_indexed_logs_usage - - estimated_indexed_logs_percentage - - estimated_ingested_logs_usage - - estimated_ingested_logs_percentage - estimated_indexed_spans_usage - estimated_indexed_spans_percentage - estimated_ingested_spans_usage @@ -7999,8 +7989,6 @@ components: - serverless_apps_percentage - snmp_usage - snmp_percentage - - estimated_rum_sessions_usage - - estimated_rum_sessions_percentage - universal_service_monitoring_usage - universal_service_monitoring_percentage - vuln_management_hosts_usage @@ -8102,10 +8090,6 @@ components: - DBM_QUERIES_USAGE - ERROR_TRACKING_USAGE - ERROR_TRACKING_PERCENTAGE - - ESTIMATED_INDEXED_LOGS_USAGE - - ESTIMATED_INDEXED_LOGS_PERCENTAGE - - ESTIMATED_INGESTED_LOGS_USAGE - - ESTIMATED_INGESTED_LOGS_PERCENTAGE - ESTIMATED_INDEXED_SPANS_USAGE - ESTIMATED_INDEXED_SPANS_PERCENTAGE - ESTIMATED_INGESTED_SPANS_USAGE @@ -8144,8 +8128,6 @@ components: - SERVERLESS_APPS_PERCENTAGE - SNMP_USAGE - SNMP_PERCENTAGE - - ESTIMATED_RUM_SESSIONS_USAGE - - ESTIMATED_RUM_SESSIONS_PERCENTAGE - UNIVERSAL_SERVICE_MONITORING_USAGE - UNIVERSAL_SERVICE_MONITORING_PERCENTAGE - VULN_MANAGEMENT_HOSTS_USAGE @@ -8415,14 +8397,6 @@ components: description: The error tracking events usage by tag(s). format: double type: number - estimated_indexed_logs_percentage: - description: The percentage of estimated live indexed logs usage by tag(s). - format: double - type: number - estimated_indexed_logs_usage: - description: The estimated live indexed logs usage by tag(s). - format: double - type: number estimated_indexed_spans_percentage: description: The percentage of estimated indexed spans usage by tag(s). format: double @@ -8431,14 +8405,6 @@ components: description: The estimated indexed spans usage by tag(s). format: double type: number - estimated_ingested_logs_percentage: - description: The percentage of estimated live ingested logs usage by tag(s). - format: double - type: number - estimated_ingested_logs_usage: - description: The estimated live ingested logs usage by tag(s). - format: double - type: number estimated_ingested_spans_percentage: description: The percentage of estimated ingested spans usage by tag(s). format: double @@ -8447,14 +8413,6 @@ components: description: The estimated ingested spans usage by tag(s). format: double type: number - estimated_rum_sessions_percentage: - description: The percentage of estimated rum sessions usage by tag(s). - format: double - type: number - estimated_rum_sessions_usage: - description: The estimated rum sessions usage by tag(s). - format: double - type: number fargate_percentage: description: The percentage of Fargate usage by tags. format: double diff --git a/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.ts b/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.ts index b807a03cb61..963898ce09e 100644 --- a/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.ts +++ b/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.ts @@ -39,11 +39,8 @@ export type HourlyUsageAttributionUsageType = | typeof DBM_QUERIES_USAGE | typeof ERROR_TRACKING_USAGE | typeof ERROR_TRACKING_PERCENTAGE - | typeof ESTIMATED_INDEXED_LOGS_USAGE | typeof ESTIMATED_INDEXED_SPANS_USAGE - | typeof ESTIMATED_INGESTED_LOGS_USAGE | typeof ESTIMATED_INGESTED_SPANS_USAGE - | typeof ESTIMATED_RUM_SESSIONS_USAGE | typeof FARGATE_USAGE | typeof FUNCTIONS_USAGE | typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE @@ -117,11 +114,8 @@ export const DBM_HOSTS_USAGE = "dbm_hosts_usage"; export const DBM_QUERIES_USAGE = "dbm_queries_usage"; export const ERROR_TRACKING_USAGE = "error_tracking_usage"; export const ERROR_TRACKING_PERCENTAGE = "error_tracking_percentage"; -export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage"; export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage"; -export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage"; 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 = diff --git a/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.ts b/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.ts index 5749f4a3153..7356b0c9f39 100644 --- a/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.ts +++ b/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.ts @@ -57,10 +57,6 @@ export type MonthlyUsageAttributionSupportedMetrics = | typeof DBM_QUERIES_USAGE | typeof ERROR_TRACKING_USAGE | typeof ERROR_TRACKING_PERCENTAGE - | typeof ESTIMATED_INDEXED_LOGS_USAGE - | typeof ESTIMATED_INDEXED_LOGS_PERCENTAGE - | typeof ESTIMATED_INGESTED_LOGS_USAGE - | typeof ESTIMATED_INGESTED_LOGS_PERCENTAGE | typeof ESTIMATED_INDEXED_SPANS_USAGE | typeof ESTIMATED_INDEXED_SPANS_PERCENTAGE | typeof ESTIMATED_INGESTED_SPANS_USAGE @@ -99,8 +95,6 @@ export type MonthlyUsageAttributionSupportedMetrics = | typeof SERVERLESS_APPS_PERCENTAGE | typeof SNMP_USAGE | typeof SNMP_PERCENTAGE - | typeof ESTIMATED_RUM_SESSIONS_USAGE - | typeof ESTIMATED_RUM_SESSIONS_PERCENTAGE | typeof UNIVERSAL_SERVICE_MONITORING_USAGE | typeof UNIVERSAL_SERVICE_MONITORING_PERCENTAGE | typeof VULN_MANAGEMENT_HOSTS_USAGE @@ -208,12 +202,6 @@ export const DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage"; export const DBM_QUERIES_USAGE = "dbm_queries_usage"; export const ERROR_TRACKING_USAGE = "error_tracking_usage"; export const ERROR_TRACKING_PERCENTAGE = "error_tracking_percentage"; -export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage"; -export const ESTIMATED_INDEXED_LOGS_PERCENTAGE = - "estimated_indexed_logs_percentage"; -export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage"; -export const ESTIMATED_INGESTED_LOGS_PERCENTAGE = - "estimated_ingested_logs_percentage"; export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage"; export const ESTIMATED_INDEXED_SPANS_PERCENTAGE = "estimated_indexed_spans_percentage"; @@ -258,9 +246,6 @@ export const SERVERLESS_APPS_USAGE = "serverless_apps_usage"; export const SERVERLESS_APPS_PERCENTAGE = "serverless_apps_percentage"; export const SNMP_USAGE = "snmp_usage"; export const SNMP_PERCENTAGE = "snmp_percentage"; -export const ESTIMATED_RUM_SESSIONS_USAGE = "estimated_rum_sessions_usage"; -export const ESTIMATED_RUM_SESSIONS_PERCENTAGE = - "estimated_rum_sessions_percentage"; export const UNIVERSAL_SERVICE_MONITORING_USAGE = "universal_service_monitoring_usage"; export const UNIVERSAL_SERVICE_MONITORING_PERCENTAGE = diff --git a/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts b/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts index 0e9e065ab24..aaa9399a2fd 100644 --- a/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts +++ b/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts @@ -210,14 +210,6 @@ export class MonthlyUsageAttributionValues { * The error tracking events usage by tag(s). */ "errorTrackingUsage"?: number; - /** - * The percentage of estimated live indexed logs usage by tag(s). - */ - "estimatedIndexedLogsPercentage"?: number; - /** - * The estimated live indexed logs usage by tag(s). - */ - "estimatedIndexedLogsUsage"?: number; /** * The percentage of estimated indexed spans usage by tag(s). */ @@ -226,14 +218,6 @@ export class MonthlyUsageAttributionValues { * The estimated indexed spans usage by tag(s). */ "estimatedIndexedSpansUsage"?: number; - /** - * The percentage of estimated live ingested logs usage by tag(s). - */ - "estimatedIngestedLogsPercentage"?: number; - /** - * The estimated live ingested logs usage by tag(s). - */ - "estimatedIngestedLogsUsage"?: number; /** * The percentage of estimated ingested spans usage by tag(s). */ @@ -242,14 +226,6 @@ export class MonthlyUsageAttributionValues { * The estimated ingested spans usage by tag(s). */ "estimatedIngestedSpansUsage"?: number; - /** - * The percentage of estimated rum sessions usage by tag(s). - */ - "estimatedRumSessionsPercentage"?: number; - /** - * The estimated rum sessions usage by tag(s). - */ - "estimatedRumSessionsUsage"?: number; /** * The percentage of Fargate usage by tags. */ @@ -837,16 +813,6 @@ export class MonthlyUsageAttributionValues { type: "number", format: "double", }, - estimatedIndexedLogsPercentage: { - baseName: "estimated_indexed_logs_percentage", - type: "number", - format: "double", - }, - estimatedIndexedLogsUsage: { - baseName: "estimated_indexed_logs_usage", - type: "number", - format: "double", - }, estimatedIndexedSpansPercentage: { baseName: "estimated_indexed_spans_percentage", type: "number", @@ -857,16 +823,6 @@ export class MonthlyUsageAttributionValues { type: "number", format: "double", }, - estimatedIngestedLogsPercentage: { - baseName: "estimated_ingested_logs_percentage", - type: "number", - format: "double", - }, - estimatedIngestedLogsUsage: { - baseName: "estimated_ingested_logs_usage", - type: "number", - format: "double", - }, estimatedIngestedSpansPercentage: { baseName: "estimated_ingested_spans_percentage", type: "number", @@ -877,16 +833,6 @@ export class MonthlyUsageAttributionValues { type: "number", format: "double", }, - estimatedRumSessionsPercentage: { - baseName: "estimated_rum_sessions_percentage", - type: "number", - format: "double", - }, - estimatedRumSessionsUsage: { - baseName: "estimated_rum_sessions_usage", - type: "number", - format: "double", - }, fargatePercentage: { baseName: "fargate_percentage", type: "number", diff --git a/packages/datadog-api-client-v1/models/ObjectSerializer.ts b/packages/datadog-api-client-v1/models/ObjectSerializer.ts index fdc5acbfbd7..94fd20ec3a8 100644 --- a/packages/datadog-api-client-v1/models/ObjectSerializer.ts +++ b/packages/datadog-api-client-v1/models/ObjectSerializer.ts @@ -819,11 +819,8 @@ const enumsMap: { [key: string]: any[] } = { "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", - "estimated_indexed_logs_usage", "estimated_indexed_spans_usage", - "estimated_ingested_logs_usage", "estimated_ingested_spans_usage", - "estimated_rum_sessions_usage", "fargate_usage", "functions_usage", "incident_management_monthly_active_users_usage", @@ -1040,10 +1037,6 @@ const enumsMap: { [key: string]: any[] } = { "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", - "estimated_indexed_logs_usage", - "estimated_indexed_logs_percentage", - "estimated_ingested_logs_usage", - "estimated_ingested_logs_percentage", "estimated_indexed_spans_usage", "estimated_indexed_spans_percentage", "estimated_ingested_spans_usage", @@ -1082,8 +1075,6 @@ const enumsMap: { [key: string]: any[] } = { "serverless_apps_percentage", "snmp_usage", "snmp_percentage", - "estimated_rum_sessions_usage", - "estimated_rum_sessions_percentage", "universal_service_monitoring_usage", "universal_service_monitoring_percentage", "vuln_management_hosts_usage",