From 6c78b58b688538620a78116b88ed907d47740ddb Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:13:06 +0000 Subject: [PATCH] Add UT breakdown for fargate_container_profiler billing dimension (#2842) Co-authored-by: ci.datadog-api-spec --- .apigentools-info | 8 +- .generator/schemas/v1/openapi.yaml | 40 +- api/datadogV1/model_usage_summary_date.go | 356 ++++++++++------- api/datadogV1/model_usage_summary_date_org.go | 368 ++++++++++------- api/datadogV1/model_usage_summary_response.go | 378 +++++++++++------- 5 files changed, 696 insertions(+), 454 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index d599b5420be..a95fbf87be5 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-17 15:50:58.956034", - "spec_repo_commit": "b82d3677" + "regenerated": "2024-12-18 14:10:08.433344", + "spec_repo_commit": "d1f49008" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-17 15:50:58.973652", - "spec_repo_commit": "b82d3677" + "regenerated": "2024-12-18 14:10:08.448123", + "spec_repo_commit": "d1f49008" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index ac76775f04e..51185eef690 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -19697,7 +19697,8 @@ components: format: int64 type: integer avg_profiled_fargate_tasks: - description: The average profiled task count for Fargate Profiling. + description: The average total count for Fargate Container Profiler over + all hours in the current date for all organizations. format: int64 type: integer aws_host_top99p: @@ -19971,6 +19972,16 @@ components: hours in the current date for the given org. format: int64 type: integer + fargate_container_profiler_profiling_fargate_avg: + description: The average number of Profiling Fargate tasks over all hours + in the current date for all organizations. + format: int64 + type: integer + fargate_container_profiler_profiling_fargate_eks_avg: + description: The average number of Profiling Fargate Elastic Kubernetes + Service tasks over all hours in the current date for all organizations. + format: int64 + type: integer fargate_tasks_count_avg: description: Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations. @@ -20468,7 +20479,8 @@ components: format: int64 type: integer avg_profiled_fargate_tasks: - description: The average profiled task count for Fargate Profiling. + description: The average total count for Fargate Container Profiler over + all hours in the current month for the given org. format: int64 type: integer aws_host_top99p: @@ -20748,6 +20760,16 @@ components: hours in the current date for the given org. format: int64 type: integer + fargate_container_profiler_profiling_fargate_avg: + description: The average number of Profiling Fargate tasks over all hours + in the current month for the given org. + format: int64 + type: integer + fargate_container_profiler_profiling_fargate_eks_avg: + description: The average number of Profiling Fargate Elastic Kubernetes + Service tasks over all hours in the current month for the given org. + format: int64 + type: integer fargate_tasks_count_avg: description: The average task count for Fargate. format: int64 @@ -21243,8 +21265,8 @@ components: format: int64 type: integer avg_profiled_fargate_tasks_sum: - description: Shows the average of all profiled Fargate tasks over all hours - in the current month for all organizations. + description: The average total count for Fargate Container Profiler over + all hours in the current month for all organizations. format: int64 type: integer aws_host_top99p_sum: @@ -21532,6 +21554,16 @@ components: hours in the current month for all organizations. format: int64 type: integer + fargate_container_profiler_profiling_fargate_avg_sum: + description: The average number of Profiling Fargate tasks over all hours + in the current month for all organizations. + format: int64 + type: integer + fargate_container_profiler_profiling_fargate_eks_avg_sum: + description: The average number of Profiling Fargate Elastic Kubernetes + Service tasks over all hours in the current month for all organizations. + format: int64 + type: integer fargate_tasks_count_avg_sum: description: Shows the average of all Fargate tasks over all hours in the current month for all organizations. diff --git a/api/datadogV1/model_usage_summary_date.go b/api/datadogV1/model_usage_summary_date.go index c17994ad52a..0db59000ef9 100644 --- a/api/datadogV1/model_usage_summary_date.go +++ b/api/datadogV1/model_usage_summary_date.go @@ -31,7 +31,7 @@ type UsageSummaryDate struct { AuditLogsLinesIndexedSum *int64 `json:"audit_logs_lines_indexed_sum,omitempty"` // Shows the number of organizations that had Audit Trail enabled in the current date. AuditTrailEnabledHwm *int64 `json:"audit_trail_enabled_hwm,omitempty"` - // The average profiled task count for Fargate Profiling. + // The average total count for Fargate Container Profiler over all hours in the current date for all organizations. AvgProfiledFargateTasks *int64 `json:"avg_profiled_fargate_tasks,omitempty"` // Shows the 99th percentile of all AWS hosts over all hours in the current date for all organizations. AwsHostTop99p *int64 `json:"aws_host_top99p,omitempty"` @@ -139,6 +139,10 @@ type UsageSummaryDate struct { ErrorTrackingEventsSum *int64 `json:"error_tracking_events_sum,omitempty"` // Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org. ErrorTrackingRumErrorEventsSum *int64 `json:"error_tracking_rum_error_events_sum,omitempty"` + // The average number of Profiling Fargate tasks over all hours in the current date for all organizations. + FargateContainerProfilerProfilingFargateAvg *int64 `json:"fargate_container_profiler_profiling_fargate_avg,omitempty"` + // The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current date for all organizations. + FargateContainerProfilerProfilingFargateEksAvg *int64 `json:"fargate_container_profiler_profiling_fargate_eks_avg,omitempty"` // Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations. FargateTasksCountAvg *int64 `json:"fargate_tasks_count_avg,omitempty"` // Shows the average of all Fargate tasks over all hours in the current date for all organizations. @@ -2075,6 +2079,62 @@ func (o *UsageSummaryDate) SetErrorTrackingRumErrorEventsSum(v int64) { o.ErrorTrackingRumErrorEventsSum = &v } +// GetFargateContainerProfilerProfilingFargateAvg returns the FargateContainerProfilerProfilingFargateAvg field value if set, zero value otherwise. +func (o *UsageSummaryDate) GetFargateContainerProfilerProfilingFargateAvg() int64 { + if o == nil || o.FargateContainerProfilerProfilingFargateAvg == nil { + var ret int64 + return ret + } + return *o.FargateContainerProfilerProfilingFargateAvg +} + +// GetFargateContainerProfilerProfilingFargateAvgOk returns a tuple with the FargateContainerProfilerProfilingFargateAvg field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UsageSummaryDate) GetFargateContainerProfilerProfilingFargateAvgOk() (*int64, bool) { + if o == nil || o.FargateContainerProfilerProfilingFargateAvg == nil { + return nil, false + } + return o.FargateContainerProfilerProfilingFargateAvg, true +} + +// HasFargateContainerProfilerProfilingFargateAvg returns a boolean if a field has been set. +func (o *UsageSummaryDate) HasFargateContainerProfilerProfilingFargateAvg() bool { + return o != nil && o.FargateContainerProfilerProfilingFargateAvg != nil +} + +// SetFargateContainerProfilerProfilingFargateAvg gets a reference to the given int64 and assigns it to the FargateContainerProfilerProfilingFargateAvg field. +func (o *UsageSummaryDate) SetFargateContainerProfilerProfilingFargateAvg(v int64) { + o.FargateContainerProfilerProfilingFargateAvg = &v +} + +// GetFargateContainerProfilerProfilingFargateEksAvg returns the FargateContainerProfilerProfilingFargateEksAvg field value if set, zero value otherwise. +func (o *UsageSummaryDate) GetFargateContainerProfilerProfilingFargateEksAvg() int64 { + if o == nil || o.FargateContainerProfilerProfilingFargateEksAvg == nil { + var ret int64 + return ret + } + return *o.FargateContainerProfilerProfilingFargateEksAvg +} + +// GetFargateContainerProfilerProfilingFargateEksAvgOk returns a tuple with the FargateContainerProfilerProfilingFargateEksAvg field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UsageSummaryDate) GetFargateContainerProfilerProfilingFargateEksAvgOk() (*int64, bool) { + if o == nil || o.FargateContainerProfilerProfilingFargateEksAvg == nil { + return nil, false + } + return o.FargateContainerProfilerProfilingFargateEksAvg, true +} + +// HasFargateContainerProfilerProfilingFargateEksAvg returns a boolean if a field has been set. +func (o *UsageSummaryDate) HasFargateContainerProfilerProfilingFargateEksAvg() bool { + return o != nil && o.FargateContainerProfilerProfilingFargateEksAvg != nil +} + +// SetFargateContainerProfilerProfilingFargateEksAvg gets a reference to the given int64 and assigns it to the FargateContainerProfilerProfilingFargateEksAvg field. +func (o *UsageSummaryDate) SetFargateContainerProfilerProfilingFargateEksAvg(v int64) { + o.FargateContainerProfilerProfilingFargateEksAvg = &v +} + // GetFargateTasksCountAvg returns the FargateTasksCountAvg field value if set, zero value otherwise. func (o *UsageSummaryDate) GetFargateTasksCountAvg() int64 { if o == nil || o.FargateTasksCountAvg == nil { @@ -4516,6 +4576,12 @@ func (o UsageSummaryDate) MarshalJSON() ([]byte, error) { if o.ErrorTrackingRumErrorEventsSum != nil { toSerialize["error_tracking_rum_error_events_sum"] = o.ErrorTrackingRumErrorEventsSum } + if o.FargateContainerProfilerProfilingFargateAvg != nil { + toSerialize["fargate_container_profiler_profiling_fargate_avg"] = o.FargateContainerProfilerProfilingFargateAvg + } + if o.FargateContainerProfilerProfilingFargateEksAvg != nil { + toSerialize["fargate_container_profiler_profiling_fargate_eks_avg"] = o.FargateContainerProfilerProfilingFargateEksAvg + } if o.FargateTasksCountAvg != nil { toSerialize["fargate_tasks_count_avg"] = o.FargateTasksCountAvg } @@ -4763,154 +4829,156 @@ func (o UsageSummaryDate) MarshalJSON() ([]byte, error) { // UnmarshalJSON deserializes the given payload. func (o *UsageSummaryDate) UnmarshalJSON(bytes []byte) (err error) { all := struct { - AgentHostTop99p *int64 `json:"agent_host_top99p,omitempty"` - ApmAzureAppServiceHostTop99p *int64 `json:"apm_azure_app_service_host_top99p,omitempty"` - ApmDevsecopsHostTop99p *int64 `json:"apm_devsecops_host_top99p,omitempty"` - ApmFargateCountAvg *int64 `json:"apm_fargate_count_avg,omitempty"` - ApmHostTop99p *int64 `json:"apm_host_top99p,omitempty"` - AppsecFargateCountAvg *int64 `json:"appsec_fargate_count_avg,omitempty"` - AsmServerlessSum *int64 `json:"asm_serverless_sum,omitempty"` - AuditLogsLinesIndexedSum *int64 `json:"audit_logs_lines_indexed_sum,omitempty"` - AuditTrailEnabledHwm *int64 `json:"audit_trail_enabled_hwm,omitempty"` - AvgProfiledFargateTasks *int64 `json:"avg_profiled_fargate_tasks,omitempty"` - AwsHostTop99p *int64 `json:"aws_host_top99p,omitempty"` - AwsLambdaFuncCount *int64 `json:"aws_lambda_func_count,omitempty"` - AwsLambdaInvocationsSum *int64 `json:"aws_lambda_invocations_sum,omitempty"` - AzureAppServiceTop99p *int64 `json:"azure_app_service_top99p,omitempty"` - BillableIngestedBytesSum *int64 `json:"billable_ingested_bytes_sum,omitempty"` - BrowserRumLiteSessionCountSum *int64 `json:"browser_rum_lite_session_count_sum,omitempty"` - BrowserRumReplaySessionCountSum *int64 `json:"browser_rum_replay_session_count_sum,omitempty"` - BrowserRumUnitsSum *int64 `json:"browser_rum_units_sum,omitempty"` - CiPipelineIndexedSpansSum *int64 `json:"ci_pipeline_indexed_spans_sum,omitempty"` - CiTestIndexedSpansSum *int64 `json:"ci_test_indexed_spans_sum,omitempty"` - CiVisibilityItrCommittersHwm *int64 `json:"ci_visibility_itr_committers_hwm,omitempty"` - CiVisibilityPipelineCommittersHwm *int64 `json:"ci_visibility_pipeline_committers_hwm,omitempty"` - CiVisibilityTestCommittersHwm *int64 `json:"ci_visibility_test_committers_hwm,omitempty"` - CloudCostManagementAwsHostCountAvg *int64 `json:"cloud_cost_management_aws_host_count_avg,omitempty"` - CloudCostManagementAzureHostCountAvg *int64 `json:"cloud_cost_management_azure_host_count_avg,omitempty"` - CloudCostManagementGcpHostCountAvg *int64 `json:"cloud_cost_management_gcp_host_count_avg,omitempty"` - CloudCostManagementHostCountAvg *int64 `json:"cloud_cost_management_host_count_avg,omitempty"` - CloudSiemEventsSum *int64 `json:"cloud_siem_events_sum,omitempty"` - CodeAnalysisSaCommittersHwm *int64 `json:"code_analysis_sa_committers_hwm,omitempty"` - CodeAnalysisScaCommittersHwm *int64 `json:"code_analysis_sca_committers_hwm,omitempty"` - CodeSecurityHostTop99p *int64 `json:"code_security_host_top99p,omitempty"` - ContainerAvg *int64 `json:"container_avg,omitempty"` - ContainerExclAgentAvg *int64 `json:"container_excl_agent_avg,omitempty"` - ContainerHwm *int64 `json:"container_hwm,omitempty"` - CsmContainerEnterpriseComplianceCountSum *int64 `json:"csm_container_enterprise_compliance_count_sum,omitempty"` - CsmContainerEnterpriseCwsCountSum *int64 `json:"csm_container_enterprise_cws_count_sum,omitempty"` - CsmContainerEnterpriseTotalCountSum *int64 `json:"csm_container_enterprise_total_count_sum,omitempty"` - CsmHostEnterpriseAasHostCountTop99p *int64 `json:"csm_host_enterprise_aas_host_count_top99p,omitempty"` - CsmHostEnterpriseAwsHostCountTop99p *int64 `json:"csm_host_enterprise_aws_host_count_top99p,omitempty"` - CsmHostEnterpriseAzureHostCountTop99p *int64 `json:"csm_host_enterprise_azure_host_count_top99p,omitempty"` - CsmHostEnterpriseComplianceHostCountTop99p *int64 `json:"csm_host_enterprise_compliance_host_count_top99p,omitempty"` - CsmHostEnterpriseCwsHostCountTop99p *int64 `json:"csm_host_enterprise_cws_host_count_top99p,omitempty"` - CsmHostEnterpriseGcpHostCountTop99p *int64 `json:"csm_host_enterprise_gcp_host_count_top99p,omitempty"` - CsmHostEnterpriseTotalHostCountTop99p *int64 `json:"csm_host_enterprise_total_host_count_top99p,omitempty"` - CspmAasHostTop99p *int64 `json:"cspm_aas_host_top99p,omitempty"` - CspmAwsHostTop99p *int64 `json:"cspm_aws_host_top99p,omitempty"` - CspmAzureHostTop99p *int64 `json:"cspm_azure_host_top99p,omitempty"` - CspmContainerAvg *int64 `json:"cspm_container_avg,omitempty"` - CspmContainerHwm *int64 `json:"cspm_container_hwm,omitempty"` - CspmGcpHostTop99p *int64 `json:"cspm_gcp_host_top99p,omitempty"` - CspmHostTop99p *int64 `json:"cspm_host_top99p,omitempty"` - CustomTsAvg *int64 `json:"custom_ts_avg,omitempty"` - CwsContainerCountAvg *int64 `json:"cws_container_count_avg,omitempty"` - CwsFargateTaskAvg *int64 `json:"cws_fargate_task_avg,omitempty"` - CwsHostTop99p *int64 `json:"cws_host_top99p,omitempty"` - DataJobsMonitoringHostHrSum *int64 `json:"data_jobs_monitoring_host_hr_sum,omitempty"` - Date *time.Time `json:"date,omitempty"` - DbmHostTop99p *int64 `json:"dbm_host_top99p,omitempty"` - DbmQueriesCountAvg *int64 `json:"dbm_queries_count_avg,omitempty"` - ErrorTrackingErrorEventsSum *int64 `json:"error_tracking_error_events_sum,omitempty"` - ErrorTrackingEventsSum *int64 `json:"error_tracking_events_sum,omitempty"` - ErrorTrackingRumErrorEventsSum *int64 `json:"error_tracking_rum_error_events_sum,omitempty"` - FargateTasksCountAvg *int64 `json:"fargate_tasks_count_avg,omitempty"` - FargateTasksCountHwm *int64 `json:"fargate_tasks_count_hwm,omitempty"` - FlexLogsComputeLargeAvg *int64 `json:"flex_logs_compute_large_avg,omitempty"` - FlexLogsComputeMediumAvg *int64 `json:"flex_logs_compute_medium_avg,omitempty"` - FlexLogsComputeSmallAvg *int64 `json:"flex_logs_compute_small_avg,omitempty"` - FlexLogsComputeXsmallAvg *int64 `json:"flex_logs_compute_xsmall_avg,omitempty"` - FlexLogsStarterAvg *int64 `json:"flex_logs_starter_avg,omitempty"` - FlexLogsStarterStorageIndexAvg *int64 `json:"flex_logs_starter_storage_index_avg,omitempty"` - FlexLogsStarterStorageRetentionAdjustmentAvg *int64 `json:"flex_logs_starter_storage_retention_adjustment_avg,omitempty"` - FlexStoredLogsAvg *int64 `json:"flex_stored_logs_avg,omitempty"` - ForwardingEventsBytesSum *int64 `json:"forwarding_events_bytes_sum,omitempty"` - GcpHostTop99p *int64 `json:"gcp_host_top99p,omitempty"` - HerokuHostTop99p *int64 `json:"heroku_host_top99p,omitempty"` - IncidentManagementMonthlyActiveUsersHwm *int64 `json:"incident_management_monthly_active_users_hwm,omitempty"` - IndexedEventsCountSum *int64 `json:"indexed_events_count_sum,omitempty"` - InfraHostTop99p *int64 `json:"infra_host_top99p,omitempty"` - IngestedEventsBytesSum *int64 `json:"ingested_events_bytes_sum,omitempty"` - IotDeviceSum *int64 `json:"iot_device_sum,omitempty"` - IotDeviceTop99p *int64 `json:"iot_device_top99p,omitempty"` - MobileRumLiteSessionCountSum *int64 `json:"mobile_rum_lite_session_count_sum,omitempty"` - MobileRumSessionCountAndroidSum *int64 `json:"mobile_rum_session_count_android_sum,omitempty"` - MobileRumSessionCountFlutterSum *int64 `json:"mobile_rum_session_count_flutter_sum,omitempty"` - MobileRumSessionCountIosSum *int64 `json:"mobile_rum_session_count_ios_sum,omitempty"` - MobileRumSessionCountReactnativeSum *int64 `json:"mobile_rum_session_count_reactnative_sum,omitempty"` - MobileRumSessionCountRokuSum *int64 `json:"mobile_rum_session_count_roku_sum,omitempty"` - MobileRumSessionCountSum *int64 `json:"mobile_rum_session_count_sum,omitempty"` - MobileRumUnitsSum *int64 `json:"mobile_rum_units_sum,omitempty"` - NdmNetflowEventsSum *int64 `json:"ndm_netflow_events_sum,omitempty"` - NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"` - NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"` - ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"` - OciHostSum *int64 `json:"oci_host_sum,omitempty"` - OciHostTop99p *int64 `json:"oci_host_top99p,omitempty"` - OnlineArchiveEventsCountSum *int64 `json:"online_archive_events_count_sum,omitempty"` - OpentelemetryApmHostTop99p *int64 `json:"opentelemetry_apm_host_top99p,omitempty"` - OpentelemetryHostTop99p *int64 `json:"opentelemetry_host_top99p,omitempty"` - Orgs []UsageSummaryDateOrg `json:"orgs,omitempty"` - ProfilingAasCountTop99p *int64 `json:"profiling_aas_count_top99p,omitempty"` - ProfilingHostTop99p *int64 `json:"profiling_host_top99p,omitempty"` - RumBrowserAndMobileSessionCount *int64 `json:"rum_browser_and_mobile_session_count,omitempty"` - RumBrowserLegacySessionCountSum *int64 `json:"rum_browser_legacy_session_count_sum,omitempty"` - RumBrowserLiteSessionCountSum *int64 `json:"rum_browser_lite_session_count_sum,omitempty"` - RumBrowserReplaySessionCountSum *int64 `json:"rum_browser_replay_session_count_sum,omitempty"` - RumLiteSessionCountSum *int64 `json:"rum_lite_session_count_sum,omitempty"` - RumMobileLegacySessionCountAndroidSum *int64 `json:"rum_mobile_legacy_session_count_android_sum,omitempty"` - RumMobileLegacySessionCountFlutterSum *int64 `json:"rum_mobile_legacy_session_count_flutter_sum,omitempty"` - RumMobileLegacySessionCountIosSum *int64 `json:"rum_mobile_legacy_session_count_ios_sum,omitempty"` - RumMobileLegacySessionCountReactnativeSum *int64 `json:"rum_mobile_legacy_session_count_reactnative_sum,omitempty"` - RumMobileLegacySessionCountRokuSum *int64 `json:"rum_mobile_legacy_session_count_roku_sum,omitempty"` - RumMobileLiteSessionCountAndroidSum *int64 `json:"rum_mobile_lite_session_count_android_sum,omitempty"` - RumMobileLiteSessionCountFlutterSum *int64 `json:"rum_mobile_lite_session_count_flutter_sum,omitempty"` - RumMobileLiteSessionCountIosSum *int64 `json:"rum_mobile_lite_session_count_ios_sum,omitempty"` - RumMobileLiteSessionCountReactnativeSum *int64 `json:"rum_mobile_lite_session_count_reactnative_sum,omitempty"` - RumMobileLiteSessionCountRokuSum *int64 `json:"rum_mobile_lite_session_count_roku_sum,omitempty"` - RumReplaySessionCountSum *int64 `json:"rum_replay_session_count_sum,omitempty"` - RumSessionCountSum *int64 `json:"rum_session_count_sum,omitempty"` - RumTotalSessionCountSum *int64 `json:"rum_total_session_count_sum,omitempty"` - RumUnitsSum *int64 `json:"rum_units_sum,omitempty"` - ScaFargateCountAvg *int64 `json:"sca_fargate_count_avg,omitempty"` - ScaFargateCountHwm *int64 `json:"sca_fargate_count_hwm,omitempty"` - SdsApmScannedBytesSum *int64 `json:"sds_apm_scanned_bytes_sum,omitempty"` - SdsEventsScannedBytesSum *int64 `json:"sds_events_scanned_bytes_sum,omitempty"` - SdsLogsScannedBytesSum *int64 `json:"sds_logs_scanned_bytes_sum,omitempty"` - SdsRumScannedBytesSum *int64 `json:"sds_rum_scanned_bytes_sum,omitempty"` - SdsTotalScannedBytesSum *int64 `json:"sds_total_scanned_bytes_sum,omitempty"` - ServerlessAppsAzureCountAvg *int64 `json:"serverless_apps_azure_count_avg,omitempty"` - ServerlessAppsGoogleCountAvg *int64 `json:"serverless_apps_google_count_avg,omitempty"` - ServerlessAppsTotalCountAvg *int64 `json:"serverless_apps_total_count_avg,omitempty"` - SiemAnalyzedLogsAddOnCountSum *int64 `json:"siem_analyzed_logs_add_on_count_sum,omitempty"` - SyntheticsBrowserCheckCallsCountSum *int64 `json:"synthetics_browser_check_calls_count_sum,omitempty"` - SyntheticsCheckCallsCountSum *int64 `json:"synthetics_check_calls_count_sum,omitempty"` - SyntheticsMobileTestRunsSum *int64 `json:"synthetics_mobile_test_runs_sum,omitempty"` - SyntheticsParallelTestingMaxSlotsHwm *int64 `json:"synthetics_parallel_testing_max_slots_hwm,omitempty"` - TraceSearchIndexedEventsCountSum *int64 `json:"trace_search_indexed_events_count_sum,omitempty"` - TwolIngestedEventsBytesSum *int64 `json:"twol_ingested_events_bytes_sum,omitempty"` - UniversalServiceMonitoringHostTop99p *int64 `json:"universal_service_monitoring_host_top99p,omitempty"` - VsphereHostTop99p *int64 `json:"vsphere_host_top99p,omitempty"` - VulnManagementHostCountTop99p *int64 `json:"vuln_management_host_count_top99p,omitempty"` - WorkflowExecutionsUsageSum *int64 `json:"workflow_executions_usage_sum,omitempty"` + AgentHostTop99p *int64 `json:"agent_host_top99p,omitempty"` + ApmAzureAppServiceHostTop99p *int64 `json:"apm_azure_app_service_host_top99p,omitempty"` + ApmDevsecopsHostTop99p *int64 `json:"apm_devsecops_host_top99p,omitempty"` + ApmFargateCountAvg *int64 `json:"apm_fargate_count_avg,omitempty"` + ApmHostTop99p *int64 `json:"apm_host_top99p,omitempty"` + AppsecFargateCountAvg *int64 `json:"appsec_fargate_count_avg,omitempty"` + AsmServerlessSum *int64 `json:"asm_serverless_sum,omitempty"` + AuditLogsLinesIndexedSum *int64 `json:"audit_logs_lines_indexed_sum,omitempty"` + AuditTrailEnabledHwm *int64 `json:"audit_trail_enabled_hwm,omitempty"` + AvgProfiledFargateTasks *int64 `json:"avg_profiled_fargate_tasks,omitempty"` + AwsHostTop99p *int64 `json:"aws_host_top99p,omitempty"` + AwsLambdaFuncCount *int64 `json:"aws_lambda_func_count,omitempty"` + AwsLambdaInvocationsSum *int64 `json:"aws_lambda_invocations_sum,omitempty"` + AzureAppServiceTop99p *int64 `json:"azure_app_service_top99p,omitempty"` + BillableIngestedBytesSum *int64 `json:"billable_ingested_bytes_sum,omitempty"` + BrowserRumLiteSessionCountSum *int64 `json:"browser_rum_lite_session_count_sum,omitempty"` + BrowserRumReplaySessionCountSum *int64 `json:"browser_rum_replay_session_count_sum,omitempty"` + BrowserRumUnitsSum *int64 `json:"browser_rum_units_sum,omitempty"` + CiPipelineIndexedSpansSum *int64 `json:"ci_pipeline_indexed_spans_sum,omitempty"` + CiTestIndexedSpansSum *int64 `json:"ci_test_indexed_spans_sum,omitempty"` + CiVisibilityItrCommittersHwm *int64 `json:"ci_visibility_itr_committers_hwm,omitempty"` + CiVisibilityPipelineCommittersHwm *int64 `json:"ci_visibility_pipeline_committers_hwm,omitempty"` + CiVisibilityTestCommittersHwm *int64 `json:"ci_visibility_test_committers_hwm,omitempty"` + CloudCostManagementAwsHostCountAvg *int64 `json:"cloud_cost_management_aws_host_count_avg,omitempty"` + CloudCostManagementAzureHostCountAvg *int64 `json:"cloud_cost_management_azure_host_count_avg,omitempty"` + CloudCostManagementGcpHostCountAvg *int64 `json:"cloud_cost_management_gcp_host_count_avg,omitempty"` + CloudCostManagementHostCountAvg *int64 `json:"cloud_cost_management_host_count_avg,omitempty"` + CloudSiemEventsSum *int64 `json:"cloud_siem_events_sum,omitempty"` + CodeAnalysisSaCommittersHwm *int64 `json:"code_analysis_sa_committers_hwm,omitempty"` + CodeAnalysisScaCommittersHwm *int64 `json:"code_analysis_sca_committers_hwm,omitempty"` + CodeSecurityHostTop99p *int64 `json:"code_security_host_top99p,omitempty"` + ContainerAvg *int64 `json:"container_avg,omitempty"` + ContainerExclAgentAvg *int64 `json:"container_excl_agent_avg,omitempty"` + ContainerHwm *int64 `json:"container_hwm,omitempty"` + CsmContainerEnterpriseComplianceCountSum *int64 `json:"csm_container_enterprise_compliance_count_sum,omitempty"` + CsmContainerEnterpriseCwsCountSum *int64 `json:"csm_container_enterprise_cws_count_sum,omitempty"` + CsmContainerEnterpriseTotalCountSum *int64 `json:"csm_container_enterprise_total_count_sum,omitempty"` + CsmHostEnterpriseAasHostCountTop99p *int64 `json:"csm_host_enterprise_aas_host_count_top99p,omitempty"` + CsmHostEnterpriseAwsHostCountTop99p *int64 `json:"csm_host_enterprise_aws_host_count_top99p,omitempty"` + CsmHostEnterpriseAzureHostCountTop99p *int64 `json:"csm_host_enterprise_azure_host_count_top99p,omitempty"` + CsmHostEnterpriseComplianceHostCountTop99p *int64 `json:"csm_host_enterprise_compliance_host_count_top99p,omitempty"` + CsmHostEnterpriseCwsHostCountTop99p *int64 `json:"csm_host_enterprise_cws_host_count_top99p,omitempty"` + CsmHostEnterpriseGcpHostCountTop99p *int64 `json:"csm_host_enterprise_gcp_host_count_top99p,omitempty"` + CsmHostEnterpriseTotalHostCountTop99p *int64 `json:"csm_host_enterprise_total_host_count_top99p,omitempty"` + CspmAasHostTop99p *int64 `json:"cspm_aas_host_top99p,omitempty"` + CspmAwsHostTop99p *int64 `json:"cspm_aws_host_top99p,omitempty"` + CspmAzureHostTop99p *int64 `json:"cspm_azure_host_top99p,omitempty"` + CspmContainerAvg *int64 `json:"cspm_container_avg,omitempty"` + CspmContainerHwm *int64 `json:"cspm_container_hwm,omitempty"` + CspmGcpHostTop99p *int64 `json:"cspm_gcp_host_top99p,omitempty"` + CspmHostTop99p *int64 `json:"cspm_host_top99p,omitempty"` + CustomTsAvg *int64 `json:"custom_ts_avg,omitempty"` + CwsContainerCountAvg *int64 `json:"cws_container_count_avg,omitempty"` + CwsFargateTaskAvg *int64 `json:"cws_fargate_task_avg,omitempty"` + CwsHostTop99p *int64 `json:"cws_host_top99p,omitempty"` + DataJobsMonitoringHostHrSum *int64 `json:"data_jobs_monitoring_host_hr_sum,omitempty"` + Date *time.Time `json:"date,omitempty"` + DbmHostTop99p *int64 `json:"dbm_host_top99p,omitempty"` + DbmQueriesCountAvg *int64 `json:"dbm_queries_count_avg,omitempty"` + ErrorTrackingErrorEventsSum *int64 `json:"error_tracking_error_events_sum,omitempty"` + ErrorTrackingEventsSum *int64 `json:"error_tracking_events_sum,omitempty"` + ErrorTrackingRumErrorEventsSum *int64 `json:"error_tracking_rum_error_events_sum,omitempty"` + FargateContainerProfilerProfilingFargateAvg *int64 `json:"fargate_container_profiler_profiling_fargate_avg,omitempty"` + FargateContainerProfilerProfilingFargateEksAvg *int64 `json:"fargate_container_profiler_profiling_fargate_eks_avg,omitempty"` + FargateTasksCountAvg *int64 `json:"fargate_tasks_count_avg,omitempty"` + FargateTasksCountHwm *int64 `json:"fargate_tasks_count_hwm,omitempty"` + FlexLogsComputeLargeAvg *int64 `json:"flex_logs_compute_large_avg,omitempty"` + FlexLogsComputeMediumAvg *int64 `json:"flex_logs_compute_medium_avg,omitempty"` + FlexLogsComputeSmallAvg *int64 `json:"flex_logs_compute_small_avg,omitempty"` + FlexLogsComputeXsmallAvg *int64 `json:"flex_logs_compute_xsmall_avg,omitempty"` + FlexLogsStarterAvg *int64 `json:"flex_logs_starter_avg,omitempty"` + FlexLogsStarterStorageIndexAvg *int64 `json:"flex_logs_starter_storage_index_avg,omitempty"` + FlexLogsStarterStorageRetentionAdjustmentAvg *int64 `json:"flex_logs_starter_storage_retention_adjustment_avg,omitempty"` + FlexStoredLogsAvg *int64 `json:"flex_stored_logs_avg,omitempty"` + ForwardingEventsBytesSum *int64 `json:"forwarding_events_bytes_sum,omitempty"` + GcpHostTop99p *int64 `json:"gcp_host_top99p,omitempty"` + HerokuHostTop99p *int64 `json:"heroku_host_top99p,omitempty"` + IncidentManagementMonthlyActiveUsersHwm *int64 `json:"incident_management_monthly_active_users_hwm,omitempty"` + IndexedEventsCountSum *int64 `json:"indexed_events_count_sum,omitempty"` + InfraHostTop99p *int64 `json:"infra_host_top99p,omitempty"` + IngestedEventsBytesSum *int64 `json:"ingested_events_bytes_sum,omitempty"` + IotDeviceSum *int64 `json:"iot_device_sum,omitempty"` + IotDeviceTop99p *int64 `json:"iot_device_top99p,omitempty"` + MobileRumLiteSessionCountSum *int64 `json:"mobile_rum_lite_session_count_sum,omitempty"` + MobileRumSessionCountAndroidSum *int64 `json:"mobile_rum_session_count_android_sum,omitempty"` + MobileRumSessionCountFlutterSum *int64 `json:"mobile_rum_session_count_flutter_sum,omitempty"` + MobileRumSessionCountIosSum *int64 `json:"mobile_rum_session_count_ios_sum,omitempty"` + MobileRumSessionCountReactnativeSum *int64 `json:"mobile_rum_session_count_reactnative_sum,omitempty"` + MobileRumSessionCountRokuSum *int64 `json:"mobile_rum_session_count_roku_sum,omitempty"` + MobileRumSessionCountSum *int64 `json:"mobile_rum_session_count_sum,omitempty"` + MobileRumUnitsSum *int64 `json:"mobile_rum_units_sum,omitempty"` + NdmNetflowEventsSum *int64 `json:"ndm_netflow_events_sum,omitempty"` + NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"` + NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"` + ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"` + OciHostSum *int64 `json:"oci_host_sum,omitempty"` + OciHostTop99p *int64 `json:"oci_host_top99p,omitempty"` + OnlineArchiveEventsCountSum *int64 `json:"online_archive_events_count_sum,omitempty"` + OpentelemetryApmHostTop99p *int64 `json:"opentelemetry_apm_host_top99p,omitempty"` + OpentelemetryHostTop99p *int64 `json:"opentelemetry_host_top99p,omitempty"` + Orgs []UsageSummaryDateOrg `json:"orgs,omitempty"` + ProfilingAasCountTop99p *int64 `json:"profiling_aas_count_top99p,omitempty"` + ProfilingHostTop99p *int64 `json:"profiling_host_top99p,omitempty"` + RumBrowserAndMobileSessionCount *int64 `json:"rum_browser_and_mobile_session_count,omitempty"` + RumBrowserLegacySessionCountSum *int64 `json:"rum_browser_legacy_session_count_sum,omitempty"` + RumBrowserLiteSessionCountSum *int64 `json:"rum_browser_lite_session_count_sum,omitempty"` + RumBrowserReplaySessionCountSum *int64 `json:"rum_browser_replay_session_count_sum,omitempty"` + RumLiteSessionCountSum *int64 `json:"rum_lite_session_count_sum,omitempty"` + RumMobileLegacySessionCountAndroidSum *int64 `json:"rum_mobile_legacy_session_count_android_sum,omitempty"` + RumMobileLegacySessionCountFlutterSum *int64 `json:"rum_mobile_legacy_session_count_flutter_sum,omitempty"` + RumMobileLegacySessionCountIosSum *int64 `json:"rum_mobile_legacy_session_count_ios_sum,omitempty"` + RumMobileLegacySessionCountReactnativeSum *int64 `json:"rum_mobile_legacy_session_count_reactnative_sum,omitempty"` + RumMobileLegacySessionCountRokuSum *int64 `json:"rum_mobile_legacy_session_count_roku_sum,omitempty"` + RumMobileLiteSessionCountAndroidSum *int64 `json:"rum_mobile_lite_session_count_android_sum,omitempty"` + RumMobileLiteSessionCountFlutterSum *int64 `json:"rum_mobile_lite_session_count_flutter_sum,omitempty"` + RumMobileLiteSessionCountIosSum *int64 `json:"rum_mobile_lite_session_count_ios_sum,omitempty"` + RumMobileLiteSessionCountReactnativeSum *int64 `json:"rum_mobile_lite_session_count_reactnative_sum,omitempty"` + RumMobileLiteSessionCountRokuSum *int64 `json:"rum_mobile_lite_session_count_roku_sum,omitempty"` + RumReplaySessionCountSum *int64 `json:"rum_replay_session_count_sum,omitempty"` + RumSessionCountSum *int64 `json:"rum_session_count_sum,omitempty"` + RumTotalSessionCountSum *int64 `json:"rum_total_session_count_sum,omitempty"` + RumUnitsSum *int64 `json:"rum_units_sum,omitempty"` + ScaFargateCountAvg *int64 `json:"sca_fargate_count_avg,omitempty"` + ScaFargateCountHwm *int64 `json:"sca_fargate_count_hwm,omitempty"` + SdsApmScannedBytesSum *int64 `json:"sds_apm_scanned_bytes_sum,omitempty"` + SdsEventsScannedBytesSum *int64 `json:"sds_events_scanned_bytes_sum,omitempty"` + SdsLogsScannedBytesSum *int64 `json:"sds_logs_scanned_bytes_sum,omitempty"` + SdsRumScannedBytesSum *int64 `json:"sds_rum_scanned_bytes_sum,omitempty"` + SdsTotalScannedBytesSum *int64 `json:"sds_total_scanned_bytes_sum,omitempty"` + ServerlessAppsAzureCountAvg *int64 `json:"serverless_apps_azure_count_avg,omitempty"` + ServerlessAppsGoogleCountAvg *int64 `json:"serverless_apps_google_count_avg,omitempty"` + ServerlessAppsTotalCountAvg *int64 `json:"serverless_apps_total_count_avg,omitempty"` + SiemAnalyzedLogsAddOnCountSum *int64 `json:"siem_analyzed_logs_add_on_count_sum,omitempty"` + SyntheticsBrowserCheckCallsCountSum *int64 `json:"synthetics_browser_check_calls_count_sum,omitempty"` + SyntheticsCheckCallsCountSum *int64 `json:"synthetics_check_calls_count_sum,omitempty"` + SyntheticsMobileTestRunsSum *int64 `json:"synthetics_mobile_test_runs_sum,omitempty"` + SyntheticsParallelTestingMaxSlotsHwm *int64 `json:"synthetics_parallel_testing_max_slots_hwm,omitempty"` + TraceSearchIndexedEventsCountSum *int64 `json:"trace_search_indexed_events_count_sum,omitempty"` + TwolIngestedEventsBytesSum *int64 `json:"twol_ingested_events_bytes_sum,omitempty"` + UniversalServiceMonitoringHostTop99p *int64 `json:"universal_service_monitoring_host_top99p,omitempty"` + VsphereHostTop99p *int64 `json:"vsphere_host_top99p,omitempty"` + VulnManagementHostCountTop99p *int64 `json:"vuln_management_host_count_top99p,omitempty"` + WorkflowExecutionsUsageSum *int64 `json:"workflow_executions_usage_sum,omitempty"` }{} if err = datadog.Unmarshal(bytes, &all); err != nil { return datadog.Unmarshal(bytes, &o.UnparsedObject) } additionalProperties := make(map[string]interface{}) if err = datadog.Unmarshal(bytes, &additionalProperties); err == nil { - datadog.DeleteKeys(additionalProperties, &[]string{"agent_host_top99p", "apm_azure_app_service_host_top99p", "apm_devsecops_host_top99p", "apm_fargate_count_avg", "apm_host_top99p", "appsec_fargate_count_avg", "asm_serverless_sum", "audit_logs_lines_indexed_sum", "audit_trail_enabled_hwm", "avg_profiled_fargate_tasks", "aws_host_top99p", "aws_lambda_func_count", "aws_lambda_invocations_sum", "azure_app_service_top99p", "billable_ingested_bytes_sum", "browser_rum_lite_session_count_sum", "browser_rum_replay_session_count_sum", "browser_rum_units_sum", "ci_pipeline_indexed_spans_sum", "ci_test_indexed_spans_sum", "ci_visibility_itr_committers_hwm", "ci_visibility_pipeline_committers_hwm", "ci_visibility_test_committers_hwm", "cloud_cost_management_aws_host_count_avg", "cloud_cost_management_azure_host_count_avg", "cloud_cost_management_gcp_host_count_avg", "cloud_cost_management_host_count_avg", "cloud_siem_events_sum", "code_analysis_sa_committers_hwm", "code_analysis_sca_committers_hwm", "code_security_host_top99p", "container_avg", "container_excl_agent_avg", "container_hwm", "csm_container_enterprise_compliance_count_sum", "csm_container_enterprise_cws_count_sum", "csm_container_enterprise_total_count_sum", "csm_host_enterprise_aas_host_count_top99p", "csm_host_enterprise_aws_host_count_top99p", "csm_host_enterprise_azure_host_count_top99p", "csm_host_enterprise_compliance_host_count_top99p", "csm_host_enterprise_cws_host_count_top99p", "csm_host_enterprise_gcp_host_count_top99p", "csm_host_enterprise_total_host_count_top99p", "cspm_aas_host_top99p", "cspm_aws_host_top99p", "cspm_azure_host_top99p", "cspm_container_avg", "cspm_container_hwm", "cspm_gcp_host_top99p", "cspm_host_top99p", "custom_ts_avg", "cws_container_count_avg", "cws_fargate_task_avg", "cws_host_top99p", "data_jobs_monitoring_host_hr_sum", "date", "dbm_host_top99p", "dbm_queries_count_avg", "error_tracking_error_events_sum", "error_tracking_events_sum", "error_tracking_rum_error_events_sum", "fargate_tasks_count_avg", "fargate_tasks_count_hwm", "flex_logs_compute_large_avg", "flex_logs_compute_medium_avg", "flex_logs_compute_small_avg", "flex_logs_compute_xsmall_avg", "flex_logs_starter_avg", "flex_logs_starter_storage_index_avg", "flex_logs_starter_storage_retention_adjustment_avg", "flex_stored_logs_avg", "forwarding_events_bytes_sum", "gcp_host_top99p", "heroku_host_top99p", "incident_management_monthly_active_users_hwm", "indexed_events_count_sum", "infra_host_top99p", "ingested_events_bytes_sum", "iot_device_sum", "iot_device_top99p", "mobile_rum_lite_session_count_sum", "mobile_rum_session_count_android_sum", "mobile_rum_session_count_flutter_sum", "mobile_rum_session_count_ios_sum", "mobile_rum_session_count_reactnative_sum", "mobile_rum_session_count_roku_sum", "mobile_rum_session_count_sum", "mobile_rum_units_sum", "ndm_netflow_events_sum", "netflow_indexed_events_count_sum", "npm_host_top99p", "observability_pipelines_bytes_processed_sum", "oci_host_sum", "oci_host_top99p", "online_archive_events_count_sum", "opentelemetry_apm_host_top99p", "opentelemetry_host_top99p", "orgs", "profiling_aas_count_top99p", "profiling_host_top99p", "rum_browser_and_mobile_session_count", "rum_browser_legacy_session_count_sum", "rum_browser_lite_session_count_sum", "rum_browser_replay_session_count_sum", "rum_lite_session_count_sum", "rum_mobile_legacy_session_count_android_sum", "rum_mobile_legacy_session_count_flutter_sum", "rum_mobile_legacy_session_count_ios_sum", "rum_mobile_legacy_session_count_reactnative_sum", "rum_mobile_legacy_session_count_roku_sum", "rum_mobile_lite_session_count_android_sum", "rum_mobile_lite_session_count_flutter_sum", "rum_mobile_lite_session_count_ios_sum", "rum_mobile_lite_session_count_reactnative_sum", "rum_mobile_lite_session_count_roku_sum", "rum_replay_session_count_sum", "rum_session_count_sum", "rum_total_session_count_sum", "rum_units_sum", "sca_fargate_count_avg", "sca_fargate_count_hwm", "sds_apm_scanned_bytes_sum", "sds_events_scanned_bytes_sum", "sds_logs_scanned_bytes_sum", "sds_rum_scanned_bytes_sum", "sds_total_scanned_bytes_sum", "serverless_apps_azure_count_avg", "serverless_apps_google_count_avg", "serverless_apps_total_count_avg", "siem_analyzed_logs_add_on_count_sum", "synthetics_browser_check_calls_count_sum", "synthetics_check_calls_count_sum", "synthetics_mobile_test_runs_sum", "synthetics_parallel_testing_max_slots_hwm", "trace_search_indexed_events_count_sum", "twol_ingested_events_bytes_sum", "universal_service_monitoring_host_top99p", "vsphere_host_top99p", "vuln_management_host_count_top99p", "workflow_executions_usage_sum"}) + datadog.DeleteKeys(additionalProperties, &[]string{"agent_host_top99p", "apm_azure_app_service_host_top99p", "apm_devsecops_host_top99p", "apm_fargate_count_avg", "apm_host_top99p", "appsec_fargate_count_avg", "asm_serverless_sum", "audit_logs_lines_indexed_sum", "audit_trail_enabled_hwm", "avg_profiled_fargate_tasks", "aws_host_top99p", "aws_lambda_func_count", "aws_lambda_invocations_sum", "azure_app_service_top99p", "billable_ingested_bytes_sum", "browser_rum_lite_session_count_sum", "browser_rum_replay_session_count_sum", "browser_rum_units_sum", "ci_pipeline_indexed_spans_sum", "ci_test_indexed_spans_sum", "ci_visibility_itr_committers_hwm", "ci_visibility_pipeline_committers_hwm", "ci_visibility_test_committers_hwm", "cloud_cost_management_aws_host_count_avg", "cloud_cost_management_azure_host_count_avg", "cloud_cost_management_gcp_host_count_avg", "cloud_cost_management_host_count_avg", "cloud_siem_events_sum", "code_analysis_sa_committers_hwm", "code_analysis_sca_committers_hwm", "code_security_host_top99p", "container_avg", "container_excl_agent_avg", "container_hwm", "csm_container_enterprise_compliance_count_sum", "csm_container_enterprise_cws_count_sum", "csm_container_enterprise_total_count_sum", "csm_host_enterprise_aas_host_count_top99p", "csm_host_enterprise_aws_host_count_top99p", "csm_host_enterprise_azure_host_count_top99p", "csm_host_enterprise_compliance_host_count_top99p", "csm_host_enterprise_cws_host_count_top99p", "csm_host_enterprise_gcp_host_count_top99p", "csm_host_enterprise_total_host_count_top99p", "cspm_aas_host_top99p", "cspm_aws_host_top99p", "cspm_azure_host_top99p", "cspm_container_avg", "cspm_container_hwm", "cspm_gcp_host_top99p", "cspm_host_top99p", "custom_ts_avg", "cws_container_count_avg", "cws_fargate_task_avg", "cws_host_top99p", "data_jobs_monitoring_host_hr_sum", "date", "dbm_host_top99p", "dbm_queries_count_avg", "error_tracking_error_events_sum", "error_tracking_events_sum", "error_tracking_rum_error_events_sum", "fargate_container_profiler_profiling_fargate_avg", "fargate_container_profiler_profiling_fargate_eks_avg", "fargate_tasks_count_avg", "fargate_tasks_count_hwm", "flex_logs_compute_large_avg", "flex_logs_compute_medium_avg", "flex_logs_compute_small_avg", "flex_logs_compute_xsmall_avg", "flex_logs_starter_avg", "flex_logs_starter_storage_index_avg", "flex_logs_starter_storage_retention_adjustment_avg", "flex_stored_logs_avg", "forwarding_events_bytes_sum", "gcp_host_top99p", "heroku_host_top99p", "incident_management_monthly_active_users_hwm", "indexed_events_count_sum", "infra_host_top99p", "ingested_events_bytes_sum", "iot_device_sum", "iot_device_top99p", "mobile_rum_lite_session_count_sum", "mobile_rum_session_count_android_sum", "mobile_rum_session_count_flutter_sum", "mobile_rum_session_count_ios_sum", "mobile_rum_session_count_reactnative_sum", "mobile_rum_session_count_roku_sum", "mobile_rum_session_count_sum", "mobile_rum_units_sum", "ndm_netflow_events_sum", "netflow_indexed_events_count_sum", "npm_host_top99p", "observability_pipelines_bytes_processed_sum", "oci_host_sum", "oci_host_top99p", "online_archive_events_count_sum", "opentelemetry_apm_host_top99p", "opentelemetry_host_top99p", "orgs", "profiling_aas_count_top99p", "profiling_host_top99p", "rum_browser_and_mobile_session_count", "rum_browser_legacy_session_count_sum", "rum_browser_lite_session_count_sum", "rum_browser_replay_session_count_sum", "rum_lite_session_count_sum", "rum_mobile_legacy_session_count_android_sum", "rum_mobile_legacy_session_count_flutter_sum", "rum_mobile_legacy_session_count_ios_sum", "rum_mobile_legacy_session_count_reactnative_sum", "rum_mobile_legacy_session_count_roku_sum", "rum_mobile_lite_session_count_android_sum", "rum_mobile_lite_session_count_flutter_sum", "rum_mobile_lite_session_count_ios_sum", "rum_mobile_lite_session_count_reactnative_sum", "rum_mobile_lite_session_count_roku_sum", "rum_replay_session_count_sum", "rum_session_count_sum", "rum_total_session_count_sum", "rum_units_sum", "sca_fargate_count_avg", "sca_fargate_count_hwm", "sds_apm_scanned_bytes_sum", "sds_events_scanned_bytes_sum", "sds_logs_scanned_bytes_sum", "sds_rum_scanned_bytes_sum", "sds_total_scanned_bytes_sum", "serverless_apps_azure_count_avg", "serverless_apps_google_count_avg", "serverless_apps_total_count_avg", "siem_analyzed_logs_add_on_count_sum", "synthetics_browser_check_calls_count_sum", "synthetics_check_calls_count_sum", "synthetics_mobile_test_runs_sum", "synthetics_parallel_testing_max_slots_hwm", "trace_search_indexed_events_count_sum", "twol_ingested_events_bytes_sum", "universal_service_monitoring_host_top99p", "vsphere_host_top99p", "vuln_management_host_count_top99p", "workflow_executions_usage_sum"}) } else { return err } @@ -4976,6 +5044,8 @@ func (o *UsageSummaryDate) UnmarshalJSON(bytes []byte) (err error) { o.ErrorTrackingErrorEventsSum = all.ErrorTrackingErrorEventsSum o.ErrorTrackingEventsSum = all.ErrorTrackingEventsSum o.ErrorTrackingRumErrorEventsSum = all.ErrorTrackingRumErrorEventsSum + o.FargateContainerProfilerProfilingFargateAvg = all.FargateContainerProfilerProfilingFargateAvg + o.FargateContainerProfilerProfilingFargateEksAvg = all.FargateContainerProfilerProfilingFargateEksAvg o.FargateTasksCountAvg = all.FargateTasksCountAvg o.FargateTasksCountHwm = all.FargateTasksCountHwm o.FlexLogsComputeLargeAvg = all.FlexLogsComputeLargeAvg diff --git a/api/datadogV1/model_usage_summary_date_org.go b/api/datadogV1/model_usage_summary_date_org.go index 7aa87b2c124..2141f6b5ac4 100644 --- a/api/datadogV1/model_usage_summary_date_org.go +++ b/api/datadogV1/model_usage_summary_date_org.go @@ -33,7 +33,7 @@ type UsageSummaryDateOrg struct { AuditLogsLinesIndexedSum *int64 `json:"audit_logs_lines_indexed_sum,omitempty"` // Shows whether Audit Trail is enabled for the current date for the given org. AuditTrailEnabledHwm *int64 `json:"audit_trail_enabled_hwm,omitempty"` - // The average profiled task count for Fargate Profiling. + // The average total count for Fargate Container Profiler over all hours in the current month for the given org. AvgProfiledFargateTasks *int64 `json:"avg_profiled_fargate_tasks,omitempty"` // Shows the 99th percentile of all AWS hosts over all hours in the current date for the given org. AwsHostTop99p *int64 `json:"aws_host_top99p,omitempty"` @@ -143,6 +143,10 @@ type UsageSummaryDateOrg struct { ErrorTrackingEventsSum *int64 `json:"error_tracking_events_sum,omitempty"` // Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org. ErrorTrackingRumErrorEventsSum *int64 `json:"error_tracking_rum_error_events_sum,omitempty"` + // The average number of Profiling Fargate tasks over all hours in the current month for the given org. + FargateContainerProfilerProfilingFargateAvg *int64 `json:"fargate_container_profiler_profiling_fargate_avg,omitempty"` + // The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current month for the given org. + FargateContainerProfilerProfilingFargateEksAvg *int64 `json:"fargate_container_profiler_profiling_fargate_eks_avg,omitempty"` // The average task count for Fargate. FargateTasksCountAvg *int64 `json:"fargate_tasks_count_avg,omitempty"` // Shows the high-water mark of all Fargate tasks over all hours in the current date for the given org. @@ -2170,6 +2174,62 @@ func (o *UsageSummaryDateOrg) SetErrorTrackingRumErrorEventsSum(v int64) { o.ErrorTrackingRumErrorEventsSum = &v } +// GetFargateContainerProfilerProfilingFargateAvg returns the FargateContainerProfilerProfilingFargateAvg field value if set, zero value otherwise. +func (o *UsageSummaryDateOrg) GetFargateContainerProfilerProfilingFargateAvg() int64 { + if o == nil || o.FargateContainerProfilerProfilingFargateAvg == nil { + var ret int64 + return ret + } + return *o.FargateContainerProfilerProfilingFargateAvg +} + +// GetFargateContainerProfilerProfilingFargateAvgOk returns a tuple with the FargateContainerProfilerProfilingFargateAvg field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UsageSummaryDateOrg) GetFargateContainerProfilerProfilingFargateAvgOk() (*int64, bool) { + if o == nil || o.FargateContainerProfilerProfilingFargateAvg == nil { + return nil, false + } + return o.FargateContainerProfilerProfilingFargateAvg, true +} + +// HasFargateContainerProfilerProfilingFargateAvg returns a boolean if a field has been set. +func (o *UsageSummaryDateOrg) HasFargateContainerProfilerProfilingFargateAvg() bool { + return o != nil && o.FargateContainerProfilerProfilingFargateAvg != nil +} + +// SetFargateContainerProfilerProfilingFargateAvg gets a reference to the given int64 and assigns it to the FargateContainerProfilerProfilingFargateAvg field. +func (o *UsageSummaryDateOrg) SetFargateContainerProfilerProfilingFargateAvg(v int64) { + o.FargateContainerProfilerProfilingFargateAvg = &v +} + +// GetFargateContainerProfilerProfilingFargateEksAvg returns the FargateContainerProfilerProfilingFargateEksAvg field value if set, zero value otherwise. +func (o *UsageSummaryDateOrg) GetFargateContainerProfilerProfilingFargateEksAvg() int64 { + if o == nil || o.FargateContainerProfilerProfilingFargateEksAvg == nil { + var ret int64 + return ret + } + return *o.FargateContainerProfilerProfilingFargateEksAvg +} + +// GetFargateContainerProfilerProfilingFargateEksAvgOk returns a tuple with the FargateContainerProfilerProfilingFargateEksAvg field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UsageSummaryDateOrg) GetFargateContainerProfilerProfilingFargateEksAvgOk() (*int64, bool) { + if o == nil || o.FargateContainerProfilerProfilingFargateEksAvg == nil { + return nil, false + } + return o.FargateContainerProfilerProfilingFargateEksAvg, true +} + +// HasFargateContainerProfilerProfilingFargateEksAvg returns a boolean if a field has been set. +func (o *UsageSummaryDateOrg) HasFargateContainerProfilerProfilingFargateEksAvg() bool { + return o != nil && o.FargateContainerProfilerProfilingFargateEksAvg != nil +} + +// SetFargateContainerProfilerProfilingFargateEksAvg gets a reference to the given int64 and assigns it to the FargateContainerProfilerProfilingFargateEksAvg field. +func (o *UsageSummaryDateOrg) SetFargateContainerProfilerProfilingFargateEksAvg(v int64) { + o.FargateContainerProfilerProfilingFargateEksAvg = &v +} + // GetFargateTasksCountAvg returns the FargateTasksCountAvg field value if set, zero value otherwise. func (o *UsageSummaryDateOrg) GetFargateTasksCountAvg() int64 { if o == nil || o.FargateTasksCountAvg == nil { @@ -4703,6 +4763,12 @@ func (o UsageSummaryDateOrg) MarshalJSON() ([]byte, error) { if o.ErrorTrackingRumErrorEventsSum != nil { toSerialize["error_tracking_rum_error_events_sum"] = o.ErrorTrackingRumErrorEventsSum } + if o.FargateContainerProfilerProfilingFargateAvg != nil { + toSerialize["fargate_container_profiler_profiling_fargate_avg"] = o.FargateContainerProfilerProfilingFargateAvg + } + if o.FargateContainerProfilerProfilingFargateEksAvg != nil { + toSerialize["fargate_container_profiler_profiling_fargate_eks_avg"] = o.FargateContainerProfilerProfilingFargateEksAvg + } if o.FargateTasksCountAvg != nil { toSerialize["fargate_tasks_count_avg"] = o.FargateTasksCountAvg } @@ -4959,160 +5025,162 @@ func (o UsageSummaryDateOrg) MarshalJSON() ([]byte, error) { // UnmarshalJSON deserializes the given payload. func (o *UsageSummaryDateOrg) UnmarshalJSON(bytes []byte) (err error) { all := struct { - AccountName *string `json:"account_name,omitempty"` - AccountPublicId *string `json:"account_public_id,omitempty"` - AgentHostTop99p *int64 `json:"agent_host_top99p,omitempty"` - ApmAzureAppServiceHostTop99p *int64 `json:"apm_azure_app_service_host_top99p,omitempty"` - ApmDevsecopsHostTop99p *int64 `json:"apm_devsecops_host_top99p,omitempty"` - ApmFargateCountAvg *int64 `json:"apm_fargate_count_avg,omitempty"` - ApmHostTop99p *int64 `json:"apm_host_top99p,omitempty"` - AppsecFargateCountAvg *int64 `json:"appsec_fargate_count_avg,omitempty"` - AsmServerlessSum *int64 `json:"asm_serverless_sum,omitempty"` - AuditLogsLinesIndexedSum *int64 `json:"audit_logs_lines_indexed_sum,omitempty"` - AuditTrailEnabledHwm *int64 `json:"audit_trail_enabled_hwm,omitempty"` - AvgProfiledFargateTasks *int64 `json:"avg_profiled_fargate_tasks,omitempty"` - AwsHostTop99p *int64 `json:"aws_host_top99p,omitempty"` - AwsLambdaFuncCount *int64 `json:"aws_lambda_func_count,omitempty"` - AwsLambdaInvocationsSum *int64 `json:"aws_lambda_invocations_sum,omitempty"` - AzureAppServiceTop99p *int64 `json:"azure_app_service_top99p,omitempty"` - BillableIngestedBytesSum *int64 `json:"billable_ingested_bytes_sum,omitempty"` - BrowserRumLiteSessionCountSum *int64 `json:"browser_rum_lite_session_count_sum,omitempty"` - BrowserRumReplaySessionCountSum *int64 `json:"browser_rum_replay_session_count_sum,omitempty"` - BrowserRumUnitsSum *int64 `json:"browser_rum_units_sum,omitempty"` - CiPipelineIndexedSpansSum *int64 `json:"ci_pipeline_indexed_spans_sum,omitempty"` - CiTestIndexedSpansSum *int64 `json:"ci_test_indexed_spans_sum,omitempty"` - CiVisibilityItrCommittersHwm *int64 `json:"ci_visibility_itr_committers_hwm,omitempty"` - CiVisibilityPipelineCommittersHwm *int64 `json:"ci_visibility_pipeline_committers_hwm,omitempty"` - CiVisibilityTestCommittersHwm *int64 `json:"ci_visibility_test_committers_hwm,omitempty"` - CloudCostManagementAwsHostCountAvg *int64 `json:"cloud_cost_management_aws_host_count_avg,omitempty"` - CloudCostManagementAzureHostCountAvg *int64 `json:"cloud_cost_management_azure_host_count_avg,omitempty"` - CloudCostManagementGcpHostCountAvg *int64 `json:"cloud_cost_management_gcp_host_count_avg,omitempty"` - CloudCostManagementHostCountAvg *int64 `json:"cloud_cost_management_host_count_avg,omitempty"` - CloudSiemEventsSum *int64 `json:"cloud_siem_events_sum,omitempty"` - CodeAnalysisSaCommittersHwm *int64 `json:"code_analysis_sa_committers_hwm,omitempty"` - CodeAnalysisScaCommittersHwm *int64 `json:"code_analysis_sca_committers_hwm,omitempty"` - CodeSecurityHostTop99p *int64 `json:"code_security_host_top99p,omitempty"` - ContainerAvg *int64 `json:"container_avg,omitempty"` - ContainerExclAgentAvg *int64 `json:"container_excl_agent_avg,omitempty"` - ContainerHwm *int64 `json:"container_hwm,omitempty"` - CsmContainerEnterpriseComplianceCountSum *int64 `json:"csm_container_enterprise_compliance_count_sum,omitempty"` - CsmContainerEnterpriseCwsCountSum *int64 `json:"csm_container_enterprise_cws_count_sum,omitempty"` - CsmContainerEnterpriseTotalCountSum *int64 `json:"csm_container_enterprise_total_count_sum,omitempty"` - CsmHostEnterpriseAasHostCountTop99p *int64 `json:"csm_host_enterprise_aas_host_count_top99p,omitempty"` - CsmHostEnterpriseAwsHostCountTop99p *int64 `json:"csm_host_enterprise_aws_host_count_top99p,omitempty"` - CsmHostEnterpriseAzureHostCountTop99p *int64 `json:"csm_host_enterprise_azure_host_count_top99p,omitempty"` - CsmHostEnterpriseComplianceHostCountTop99p *int64 `json:"csm_host_enterprise_compliance_host_count_top99p,omitempty"` - CsmHostEnterpriseCwsHostCountTop99p *int64 `json:"csm_host_enterprise_cws_host_count_top99p,omitempty"` - CsmHostEnterpriseGcpHostCountTop99p *int64 `json:"csm_host_enterprise_gcp_host_count_top99p,omitempty"` - CsmHostEnterpriseTotalHostCountTop99p *int64 `json:"csm_host_enterprise_total_host_count_top99p,omitempty"` - CspmAasHostTop99p *int64 `json:"cspm_aas_host_top99p,omitempty"` - CspmAwsHostTop99p *int64 `json:"cspm_aws_host_top99p,omitempty"` - CspmAzureHostTop99p *int64 `json:"cspm_azure_host_top99p,omitempty"` - CspmContainerAvg *int64 `json:"cspm_container_avg,omitempty"` - CspmContainerHwm *int64 `json:"cspm_container_hwm,omitempty"` - CspmGcpHostTop99p *int64 `json:"cspm_gcp_host_top99p,omitempty"` - CspmHostTop99p *int64 `json:"cspm_host_top99p,omitempty"` - CustomHistoricalTsAvg *int64 `json:"custom_historical_ts_avg,omitempty"` - CustomLiveTsAvg *int64 `json:"custom_live_ts_avg,omitempty"` - CustomTsAvg *int64 `json:"custom_ts_avg,omitempty"` - CwsContainerCountAvg *int64 `json:"cws_container_count_avg,omitempty"` - CwsFargateTaskAvg *int64 `json:"cws_fargate_task_avg,omitempty"` - CwsHostTop99p *int64 `json:"cws_host_top99p,omitempty"` - DataJobsMonitoringHostHrSum *int64 `json:"data_jobs_monitoring_host_hr_sum,omitempty"` - DbmHostTop99pSum *int64 `json:"dbm_host_top99p_sum,omitempty"` - DbmQueriesAvgSum *int64 `json:"dbm_queries_avg_sum,omitempty"` - ErrorTrackingErrorEventsSum *int64 `json:"error_tracking_error_events_sum,omitempty"` - ErrorTrackingEventsSum *int64 `json:"error_tracking_events_sum,omitempty"` - ErrorTrackingRumErrorEventsSum *int64 `json:"error_tracking_rum_error_events_sum,omitempty"` - FargateTasksCountAvg *int64 `json:"fargate_tasks_count_avg,omitempty"` - FargateTasksCountHwm *int64 `json:"fargate_tasks_count_hwm,omitempty"` - FlexLogsComputeLargeAvg *int64 `json:"flex_logs_compute_large_avg,omitempty"` - FlexLogsComputeMediumAvg *int64 `json:"flex_logs_compute_medium_avg,omitempty"` - FlexLogsComputeSmallAvg *int64 `json:"flex_logs_compute_small_avg,omitempty"` - FlexLogsComputeXsmallAvg *int64 `json:"flex_logs_compute_xsmall_avg,omitempty"` - FlexLogsStarterAvg *int64 `json:"flex_logs_starter_avg,omitempty"` - FlexLogsStarterStorageIndexAvg *int64 `json:"flex_logs_starter_storage_index_avg,omitempty"` - FlexLogsStarterStorageRetentionAdjustmentAvg *int64 `json:"flex_logs_starter_storage_retention_adjustment_avg,omitempty"` - FlexStoredLogsAvg *int64 `json:"flex_stored_logs_avg,omitempty"` - ForwardingEventsBytesSum *int64 `json:"forwarding_events_bytes_sum,omitempty"` - GcpHostTop99p *int64 `json:"gcp_host_top99p,omitempty"` - HerokuHostTop99p *int64 `json:"heroku_host_top99p,omitempty"` - Id *string `json:"id,omitempty"` - IncidentManagementMonthlyActiveUsersHwm *int64 `json:"incident_management_monthly_active_users_hwm,omitempty"` - IndexedEventsCountSum *int64 `json:"indexed_events_count_sum,omitempty"` - InfraHostTop99p *int64 `json:"infra_host_top99p,omitempty"` - IngestedEventsBytesSum *int64 `json:"ingested_events_bytes_sum,omitempty"` - IotDeviceAggSum *int64 `json:"iot_device_agg_sum,omitempty"` - IotDeviceTop99pSum *int64 `json:"iot_device_top99p_sum,omitempty"` - MobileRumLiteSessionCountSum *int64 `json:"mobile_rum_lite_session_count_sum,omitempty"` - MobileRumSessionCountAndroidSum *int64 `json:"mobile_rum_session_count_android_sum,omitempty"` - MobileRumSessionCountFlutterSum *int64 `json:"mobile_rum_session_count_flutter_sum,omitempty"` - MobileRumSessionCountIosSum *int64 `json:"mobile_rum_session_count_ios_sum,omitempty"` - MobileRumSessionCountReactnativeSum *int64 `json:"mobile_rum_session_count_reactnative_sum,omitempty"` - MobileRumSessionCountRokuSum *int64 `json:"mobile_rum_session_count_roku_sum,omitempty"` - MobileRumSessionCountSum *int64 `json:"mobile_rum_session_count_sum,omitempty"` - MobileRumUnitsSum *int64 `json:"mobile_rum_units_sum,omitempty"` - Name *string `json:"name,omitempty"` - NdmNetflowEventsSum *int64 `json:"ndm_netflow_events_sum,omitempty"` - NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"` - NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"` - ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"` - OciHostSum *int64 `json:"oci_host_sum,omitempty"` - OciHostTop99p *int64 `json:"oci_host_top99p,omitempty"` - OnlineArchiveEventsCountSum *int64 `json:"online_archive_events_count_sum,omitempty"` - OpentelemetryApmHostTop99p *int64 `json:"opentelemetry_apm_host_top99p,omitempty"` - OpentelemetryHostTop99p *int64 `json:"opentelemetry_host_top99p,omitempty"` - ProfilingAasCountTop99p *int64 `json:"profiling_aas_count_top99p,omitempty"` - ProfilingHostTop99p *int64 `json:"profiling_host_top99p,omitempty"` - PublicId *string `json:"public_id,omitempty"` - Region *string `json:"region,omitempty"` - RumBrowserAndMobileSessionCount *int64 `json:"rum_browser_and_mobile_session_count,omitempty"` - RumBrowserLegacySessionCountSum *int64 `json:"rum_browser_legacy_session_count_sum,omitempty"` - RumBrowserLiteSessionCountSum *int64 `json:"rum_browser_lite_session_count_sum,omitempty"` - RumBrowserReplaySessionCountSum *int64 `json:"rum_browser_replay_session_count_sum,omitempty"` - RumLiteSessionCountSum *int64 `json:"rum_lite_session_count_sum,omitempty"` - RumMobileLegacySessionCountAndroidSum *int64 `json:"rum_mobile_legacy_session_count_android_sum,omitempty"` - RumMobileLegacySessionCountFlutterSum *int64 `json:"rum_mobile_legacy_session_count_flutter_sum,omitempty"` - RumMobileLegacySessionCountIosSum *int64 `json:"rum_mobile_legacy_session_count_ios_sum,omitempty"` - RumMobileLegacySessionCountReactnativeSum *int64 `json:"rum_mobile_legacy_session_count_reactnative_sum,omitempty"` - RumMobileLegacySessionCountRokuSum *int64 `json:"rum_mobile_legacy_session_count_roku_sum,omitempty"` - RumMobileLiteSessionCountAndroidSum *int64 `json:"rum_mobile_lite_session_count_android_sum,omitempty"` - RumMobileLiteSessionCountFlutterSum *int64 `json:"rum_mobile_lite_session_count_flutter_sum,omitempty"` - RumMobileLiteSessionCountIosSum *int64 `json:"rum_mobile_lite_session_count_ios_sum,omitempty"` - RumMobileLiteSessionCountReactnativeSum *int64 `json:"rum_mobile_lite_session_count_reactnative_sum,omitempty"` - RumMobileLiteSessionCountRokuSum *int64 `json:"rum_mobile_lite_session_count_roku_sum,omitempty"` - RumReplaySessionCountSum *int64 `json:"rum_replay_session_count_sum,omitempty"` - RumSessionCountSum *int64 `json:"rum_session_count_sum,omitempty"` - RumTotalSessionCountSum *int64 `json:"rum_total_session_count_sum,omitempty"` - RumUnitsSum *int64 `json:"rum_units_sum,omitempty"` - ScaFargateCountAvg *int64 `json:"sca_fargate_count_avg,omitempty"` - ScaFargateCountHwm *int64 `json:"sca_fargate_count_hwm,omitempty"` - SdsApmScannedBytesSum *int64 `json:"sds_apm_scanned_bytes_sum,omitempty"` - SdsEventsScannedBytesSum *int64 `json:"sds_events_scanned_bytes_sum,omitempty"` - SdsLogsScannedBytesSum *int64 `json:"sds_logs_scanned_bytes_sum,omitempty"` - SdsRumScannedBytesSum *int64 `json:"sds_rum_scanned_bytes_sum,omitempty"` - SdsTotalScannedBytesSum *int64 `json:"sds_total_scanned_bytes_sum,omitempty"` - ServerlessAppsAzureCountAvg *int64 `json:"serverless_apps_azure_count_avg,omitempty"` - ServerlessAppsGoogleCountAvg *int64 `json:"serverless_apps_google_count_avg,omitempty"` - ServerlessAppsTotalCountAvg *int64 `json:"serverless_apps_total_count_avg,omitempty"` - SiemAnalyzedLogsAddOnCountSum *int64 `json:"siem_analyzed_logs_add_on_count_sum,omitempty"` - SyntheticsBrowserCheckCallsCountSum *int64 `json:"synthetics_browser_check_calls_count_sum,omitempty"` - SyntheticsCheckCallsCountSum *int64 `json:"synthetics_check_calls_count_sum,omitempty"` - SyntheticsMobileTestRunsSum *int64 `json:"synthetics_mobile_test_runs_sum,omitempty"` - SyntheticsParallelTestingMaxSlotsHwm *int64 `json:"synthetics_parallel_testing_max_slots_hwm,omitempty"` - TraceSearchIndexedEventsCountSum *int64 `json:"trace_search_indexed_events_count_sum,omitempty"` - TwolIngestedEventsBytesSum *int64 `json:"twol_ingested_events_bytes_sum,omitempty"` - UniversalServiceMonitoringHostTop99p *int64 `json:"universal_service_monitoring_host_top99p,omitempty"` - VsphereHostTop99p *int64 `json:"vsphere_host_top99p,omitempty"` - VulnManagementHostCountTop99p *int64 `json:"vuln_management_host_count_top99p,omitempty"` - WorkflowExecutionsUsageSum *int64 `json:"workflow_executions_usage_sum,omitempty"` + AccountName *string `json:"account_name,omitempty"` + AccountPublicId *string `json:"account_public_id,omitempty"` + AgentHostTop99p *int64 `json:"agent_host_top99p,omitempty"` + ApmAzureAppServiceHostTop99p *int64 `json:"apm_azure_app_service_host_top99p,omitempty"` + ApmDevsecopsHostTop99p *int64 `json:"apm_devsecops_host_top99p,omitempty"` + ApmFargateCountAvg *int64 `json:"apm_fargate_count_avg,omitempty"` + ApmHostTop99p *int64 `json:"apm_host_top99p,omitempty"` + AppsecFargateCountAvg *int64 `json:"appsec_fargate_count_avg,omitempty"` + AsmServerlessSum *int64 `json:"asm_serverless_sum,omitempty"` + AuditLogsLinesIndexedSum *int64 `json:"audit_logs_lines_indexed_sum,omitempty"` + AuditTrailEnabledHwm *int64 `json:"audit_trail_enabled_hwm,omitempty"` + AvgProfiledFargateTasks *int64 `json:"avg_profiled_fargate_tasks,omitempty"` + AwsHostTop99p *int64 `json:"aws_host_top99p,omitempty"` + AwsLambdaFuncCount *int64 `json:"aws_lambda_func_count,omitempty"` + AwsLambdaInvocationsSum *int64 `json:"aws_lambda_invocations_sum,omitempty"` + AzureAppServiceTop99p *int64 `json:"azure_app_service_top99p,omitempty"` + BillableIngestedBytesSum *int64 `json:"billable_ingested_bytes_sum,omitempty"` + BrowserRumLiteSessionCountSum *int64 `json:"browser_rum_lite_session_count_sum,omitempty"` + BrowserRumReplaySessionCountSum *int64 `json:"browser_rum_replay_session_count_sum,omitempty"` + BrowserRumUnitsSum *int64 `json:"browser_rum_units_sum,omitempty"` + CiPipelineIndexedSpansSum *int64 `json:"ci_pipeline_indexed_spans_sum,omitempty"` + CiTestIndexedSpansSum *int64 `json:"ci_test_indexed_spans_sum,omitempty"` + CiVisibilityItrCommittersHwm *int64 `json:"ci_visibility_itr_committers_hwm,omitempty"` + CiVisibilityPipelineCommittersHwm *int64 `json:"ci_visibility_pipeline_committers_hwm,omitempty"` + CiVisibilityTestCommittersHwm *int64 `json:"ci_visibility_test_committers_hwm,omitempty"` + CloudCostManagementAwsHostCountAvg *int64 `json:"cloud_cost_management_aws_host_count_avg,omitempty"` + CloudCostManagementAzureHostCountAvg *int64 `json:"cloud_cost_management_azure_host_count_avg,omitempty"` + CloudCostManagementGcpHostCountAvg *int64 `json:"cloud_cost_management_gcp_host_count_avg,omitempty"` + CloudCostManagementHostCountAvg *int64 `json:"cloud_cost_management_host_count_avg,omitempty"` + CloudSiemEventsSum *int64 `json:"cloud_siem_events_sum,omitempty"` + CodeAnalysisSaCommittersHwm *int64 `json:"code_analysis_sa_committers_hwm,omitempty"` + CodeAnalysisScaCommittersHwm *int64 `json:"code_analysis_sca_committers_hwm,omitempty"` + CodeSecurityHostTop99p *int64 `json:"code_security_host_top99p,omitempty"` + ContainerAvg *int64 `json:"container_avg,omitempty"` + ContainerExclAgentAvg *int64 `json:"container_excl_agent_avg,omitempty"` + ContainerHwm *int64 `json:"container_hwm,omitempty"` + CsmContainerEnterpriseComplianceCountSum *int64 `json:"csm_container_enterprise_compliance_count_sum,omitempty"` + CsmContainerEnterpriseCwsCountSum *int64 `json:"csm_container_enterprise_cws_count_sum,omitempty"` + CsmContainerEnterpriseTotalCountSum *int64 `json:"csm_container_enterprise_total_count_sum,omitempty"` + CsmHostEnterpriseAasHostCountTop99p *int64 `json:"csm_host_enterprise_aas_host_count_top99p,omitempty"` + CsmHostEnterpriseAwsHostCountTop99p *int64 `json:"csm_host_enterprise_aws_host_count_top99p,omitempty"` + CsmHostEnterpriseAzureHostCountTop99p *int64 `json:"csm_host_enterprise_azure_host_count_top99p,omitempty"` + CsmHostEnterpriseComplianceHostCountTop99p *int64 `json:"csm_host_enterprise_compliance_host_count_top99p,omitempty"` + CsmHostEnterpriseCwsHostCountTop99p *int64 `json:"csm_host_enterprise_cws_host_count_top99p,omitempty"` + CsmHostEnterpriseGcpHostCountTop99p *int64 `json:"csm_host_enterprise_gcp_host_count_top99p,omitempty"` + CsmHostEnterpriseTotalHostCountTop99p *int64 `json:"csm_host_enterprise_total_host_count_top99p,omitempty"` + CspmAasHostTop99p *int64 `json:"cspm_aas_host_top99p,omitempty"` + CspmAwsHostTop99p *int64 `json:"cspm_aws_host_top99p,omitempty"` + CspmAzureHostTop99p *int64 `json:"cspm_azure_host_top99p,omitempty"` + CspmContainerAvg *int64 `json:"cspm_container_avg,omitempty"` + CspmContainerHwm *int64 `json:"cspm_container_hwm,omitempty"` + CspmGcpHostTop99p *int64 `json:"cspm_gcp_host_top99p,omitempty"` + CspmHostTop99p *int64 `json:"cspm_host_top99p,omitempty"` + CustomHistoricalTsAvg *int64 `json:"custom_historical_ts_avg,omitempty"` + CustomLiveTsAvg *int64 `json:"custom_live_ts_avg,omitempty"` + CustomTsAvg *int64 `json:"custom_ts_avg,omitempty"` + CwsContainerCountAvg *int64 `json:"cws_container_count_avg,omitempty"` + CwsFargateTaskAvg *int64 `json:"cws_fargate_task_avg,omitempty"` + CwsHostTop99p *int64 `json:"cws_host_top99p,omitempty"` + DataJobsMonitoringHostHrSum *int64 `json:"data_jobs_monitoring_host_hr_sum,omitempty"` + DbmHostTop99pSum *int64 `json:"dbm_host_top99p_sum,omitempty"` + DbmQueriesAvgSum *int64 `json:"dbm_queries_avg_sum,omitempty"` + ErrorTrackingErrorEventsSum *int64 `json:"error_tracking_error_events_sum,omitempty"` + ErrorTrackingEventsSum *int64 `json:"error_tracking_events_sum,omitempty"` + ErrorTrackingRumErrorEventsSum *int64 `json:"error_tracking_rum_error_events_sum,omitempty"` + FargateContainerProfilerProfilingFargateAvg *int64 `json:"fargate_container_profiler_profiling_fargate_avg,omitempty"` + FargateContainerProfilerProfilingFargateEksAvg *int64 `json:"fargate_container_profiler_profiling_fargate_eks_avg,omitempty"` + FargateTasksCountAvg *int64 `json:"fargate_tasks_count_avg,omitempty"` + FargateTasksCountHwm *int64 `json:"fargate_tasks_count_hwm,omitempty"` + FlexLogsComputeLargeAvg *int64 `json:"flex_logs_compute_large_avg,omitempty"` + FlexLogsComputeMediumAvg *int64 `json:"flex_logs_compute_medium_avg,omitempty"` + FlexLogsComputeSmallAvg *int64 `json:"flex_logs_compute_small_avg,omitempty"` + FlexLogsComputeXsmallAvg *int64 `json:"flex_logs_compute_xsmall_avg,omitempty"` + FlexLogsStarterAvg *int64 `json:"flex_logs_starter_avg,omitempty"` + FlexLogsStarterStorageIndexAvg *int64 `json:"flex_logs_starter_storage_index_avg,omitempty"` + FlexLogsStarterStorageRetentionAdjustmentAvg *int64 `json:"flex_logs_starter_storage_retention_adjustment_avg,omitempty"` + FlexStoredLogsAvg *int64 `json:"flex_stored_logs_avg,omitempty"` + ForwardingEventsBytesSum *int64 `json:"forwarding_events_bytes_sum,omitempty"` + GcpHostTop99p *int64 `json:"gcp_host_top99p,omitempty"` + HerokuHostTop99p *int64 `json:"heroku_host_top99p,omitempty"` + Id *string `json:"id,omitempty"` + IncidentManagementMonthlyActiveUsersHwm *int64 `json:"incident_management_monthly_active_users_hwm,omitempty"` + IndexedEventsCountSum *int64 `json:"indexed_events_count_sum,omitempty"` + InfraHostTop99p *int64 `json:"infra_host_top99p,omitempty"` + IngestedEventsBytesSum *int64 `json:"ingested_events_bytes_sum,omitempty"` + IotDeviceAggSum *int64 `json:"iot_device_agg_sum,omitempty"` + IotDeviceTop99pSum *int64 `json:"iot_device_top99p_sum,omitempty"` + MobileRumLiteSessionCountSum *int64 `json:"mobile_rum_lite_session_count_sum,omitempty"` + MobileRumSessionCountAndroidSum *int64 `json:"mobile_rum_session_count_android_sum,omitempty"` + MobileRumSessionCountFlutterSum *int64 `json:"mobile_rum_session_count_flutter_sum,omitempty"` + MobileRumSessionCountIosSum *int64 `json:"mobile_rum_session_count_ios_sum,omitempty"` + MobileRumSessionCountReactnativeSum *int64 `json:"mobile_rum_session_count_reactnative_sum,omitempty"` + MobileRumSessionCountRokuSum *int64 `json:"mobile_rum_session_count_roku_sum,omitempty"` + MobileRumSessionCountSum *int64 `json:"mobile_rum_session_count_sum,omitempty"` + MobileRumUnitsSum *int64 `json:"mobile_rum_units_sum,omitempty"` + Name *string `json:"name,omitempty"` + NdmNetflowEventsSum *int64 `json:"ndm_netflow_events_sum,omitempty"` + NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"` + NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"` + ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"` + OciHostSum *int64 `json:"oci_host_sum,omitempty"` + OciHostTop99p *int64 `json:"oci_host_top99p,omitempty"` + OnlineArchiveEventsCountSum *int64 `json:"online_archive_events_count_sum,omitempty"` + OpentelemetryApmHostTop99p *int64 `json:"opentelemetry_apm_host_top99p,omitempty"` + OpentelemetryHostTop99p *int64 `json:"opentelemetry_host_top99p,omitempty"` + ProfilingAasCountTop99p *int64 `json:"profiling_aas_count_top99p,omitempty"` + ProfilingHostTop99p *int64 `json:"profiling_host_top99p,omitempty"` + PublicId *string `json:"public_id,omitempty"` + Region *string `json:"region,omitempty"` + RumBrowserAndMobileSessionCount *int64 `json:"rum_browser_and_mobile_session_count,omitempty"` + RumBrowserLegacySessionCountSum *int64 `json:"rum_browser_legacy_session_count_sum,omitempty"` + RumBrowserLiteSessionCountSum *int64 `json:"rum_browser_lite_session_count_sum,omitempty"` + RumBrowserReplaySessionCountSum *int64 `json:"rum_browser_replay_session_count_sum,omitempty"` + RumLiteSessionCountSum *int64 `json:"rum_lite_session_count_sum,omitempty"` + RumMobileLegacySessionCountAndroidSum *int64 `json:"rum_mobile_legacy_session_count_android_sum,omitempty"` + RumMobileLegacySessionCountFlutterSum *int64 `json:"rum_mobile_legacy_session_count_flutter_sum,omitempty"` + RumMobileLegacySessionCountIosSum *int64 `json:"rum_mobile_legacy_session_count_ios_sum,omitempty"` + RumMobileLegacySessionCountReactnativeSum *int64 `json:"rum_mobile_legacy_session_count_reactnative_sum,omitempty"` + RumMobileLegacySessionCountRokuSum *int64 `json:"rum_mobile_legacy_session_count_roku_sum,omitempty"` + RumMobileLiteSessionCountAndroidSum *int64 `json:"rum_mobile_lite_session_count_android_sum,omitempty"` + RumMobileLiteSessionCountFlutterSum *int64 `json:"rum_mobile_lite_session_count_flutter_sum,omitempty"` + RumMobileLiteSessionCountIosSum *int64 `json:"rum_mobile_lite_session_count_ios_sum,omitempty"` + RumMobileLiteSessionCountReactnativeSum *int64 `json:"rum_mobile_lite_session_count_reactnative_sum,omitempty"` + RumMobileLiteSessionCountRokuSum *int64 `json:"rum_mobile_lite_session_count_roku_sum,omitempty"` + RumReplaySessionCountSum *int64 `json:"rum_replay_session_count_sum,omitempty"` + RumSessionCountSum *int64 `json:"rum_session_count_sum,omitempty"` + RumTotalSessionCountSum *int64 `json:"rum_total_session_count_sum,omitempty"` + RumUnitsSum *int64 `json:"rum_units_sum,omitempty"` + ScaFargateCountAvg *int64 `json:"sca_fargate_count_avg,omitempty"` + ScaFargateCountHwm *int64 `json:"sca_fargate_count_hwm,omitempty"` + SdsApmScannedBytesSum *int64 `json:"sds_apm_scanned_bytes_sum,omitempty"` + SdsEventsScannedBytesSum *int64 `json:"sds_events_scanned_bytes_sum,omitempty"` + SdsLogsScannedBytesSum *int64 `json:"sds_logs_scanned_bytes_sum,omitempty"` + SdsRumScannedBytesSum *int64 `json:"sds_rum_scanned_bytes_sum,omitempty"` + SdsTotalScannedBytesSum *int64 `json:"sds_total_scanned_bytes_sum,omitempty"` + ServerlessAppsAzureCountAvg *int64 `json:"serverless_apps_azure_count_avg,omitempty"` + ServerlessAppsGoogleCountAvg *int64 `json:"serverless_apps_google_count_avg,omitempty"` + ServerlessAppsTotalCountAvg *int64 `json:"serverless_apps_total_count_avg,omitempty"` + SiemAnalyzedLogsAddOnCountSum *int64 `json:"siem_analyzed_logs_add_on_count_sum,omitempty"` + SyntheticsBrowserCheckCallsCountSum *int64 `json:"synthetics_browser_check_calls_count_sum,omitempty"` + SyntheticsCheckCallsCountSum *int64 `json:"synthetics_check_calls_count_sum,omitempty"` + SyntheticsMobileTestRunsSum *int64 `json:"synthetics_mobile_test_runs_sum,omitempty"` + SyntheticsParallelTestingMaxSlotsHwm *int64 `json:"synthetics_parallel_testing_max_slots_hwm,omitempty"` + TraceSearchIndexedEventsCountSum *int64 `json:"trace_search_indexed_events_count_sum,omitempty"` + TwolIngestedEventsBytesSum *int64 `json:"twol_ingested_events_bytes_sum,omitempty"` + UniversalServiceMonitoringHostTop99p *int64 `json:"universal_service_monitoring_host_top99p,omitempty"` + VsphereHostTop99p *int64 `json:"vsphere_host_top99p,omitempty"` + VulnManagementHostCountTop99p *int64 `json:"vuln_management_host_count_top99p,omitempty"` + WorkflowExecutionsUsageSum *int64 `json:"workflow_executions_usage_sum,omitempty"` }{} if err = datadog.Unmarshal(bytes, &all); err != nil { return datadog.Unmarshal(bytes, &o.UnparsedObject) } additionalProperties := make(map[string]interface{}) if err = datadog.Unmarshal(bytes, &additionalProperties); err == nil { - datadog.DeleteKeys(additionalProperties, &[]string{"account_name", "account_public_id", "agent_host_top99p", "apm_azure_app_service_host_top99p", "apm_devsecops_host_top99p", "apm_fargate_count_avg", "apm_host_top99p", "appsec_fargate_count_avg", "asm_serverless_sum", "audit_logs_lines_indexed_sum", "audit_trail_enabled_hwm", "avg_profiled_fargate_tasks", "aws_host_top99p", "aws_lambda_func_count", "aws_lambda_invocations_sum", "azure_app_service_top99p", "billable_ingested_bytes_sum", "browser_rum_lite_session_count_sum", "browser_rum_replay_session_count_sum", "browser_rum_units_sum", "ci_pipeline_indexed_spans_sum", "ci_test_indexed_spans_sum", "ci_visibility_itr_committers_hwm", "ci_visibility_pipeline_committers_hwm", "ci_visibility_test_committers_hwm", "cloud_cost_management_aws_host_count_avg", "cloud_cost_management_azure_host_count_avg", "cloud_cost_management_gcp_host_count_avg", "cloud_cost_management_host_count_avg", "cloud_siem_events_sum", "code_analysis_sa_committers_hwm", "code_analysis_sca_committers_hwm", "code_security_host_top99p", "container_avg", "container_excl_agent_avg", "container_hwm", "csm_container_enterprise_compliance_count_sum", "csm_container_enterprise_cws_count_sum", "csm_container_enterprise_total_count_sum", "csm_host_enterprise_aas_host_count_top99p", "csm_host_enterprise_aws_host_count_top99p", "csm_host_enterprise_azure_host_count_top99p", "csm_host_enterprise_compliance_host_count_top99p", "csm_host_enterprise_cws_host_count_top99p", "csm_host_enterprise_gcp_host_count_top99p", "csm_host_enterprise_total_host_count_top99p", "cspm_aas_host_top99p", "cspm_aws_host_top99p", "cspm_azure_host_top99p", "cspm_container_avg", "cspm_container_hwm", "cspm_gcp_host_top99p", "cspm_host_top99p", "custom_historical_ts_avg", "custom_live_ts_avg", "custom_ts_avg", "cws_container_count_avg", "cws_fargate_task_avg", "cws_host_top99p", "data_jobs_monitoring_host_hr_sum", "dbm_host_top99p_sum", "dbm_queries_avg_sum", "error_tracking_error_events_sum", "error_tracking_events_sum", "error_tracking_rum_error_events_sum", "fargate_tasks_count_avg", "fargate_tasks_count_hwm", "flex_logs_compute_large_avg", "flex_logs_compute_medium_avg", "flex_logs_compute_small_avg", "flex_logs_compute_xsmall_avg", "flex_logs_starter_avg", "flex_logs_starter_storage_index_avg", "flex_logs_starter_storage_retention_adjustment_avg", "flex_stored_logs_avg", "forwarding_events_bytes_sum", "gcp_host_top99p", "heroku_host_top99p", "id", "incident_management_monthly_active_users_hwm", "indexed_events_count_sum", "infra_host_top99p", "ingested_events_bytes_sum", "iot_device_agg_sum", "iot_device_top99p_sum", "mobile_rum_lite_session_count_sum", "mobile_rum_session_count_android_sum", "mobile_rum_session_count_flutter_sum", "mobile_rum_session_count_ios_sum", "mobile_rum_session_count_reactnative_sum", "mobile_rum_session_count_roku_sum", "mobile_rum_session_count_sum", "mobile_rum_units_sum", "name", "ndm_netflow_events_sum", "netflow_indexed_events_count_sum", "npm_host_top99p", "observability_pipelines_bytes_processed_sum", "oci_host_sum", "oci_host_top99p", "online_archive_events_count_sum", "opentelemetry_apm_host_top99p", "opentelemetry_host_top99p", "profiling_aas_count_top99p", "profiling_host_top99p", "public_id", "region", "rum_browser_and_mobile_session_count", "rum_browser_legacy_session_count_sum", "rum_browser_lite_session_count_sum", "rum_browser_replay_session_count_sum", "rum_lite_session_count_sum", "rum_mobile_legacy_session_count_android_sum", "rum_mobile_legacy_session_count_flutter_sum", "rum_mobile_legacy_session_count_ios_sum", "rum_mobile_legacy_session_count_reactnative_sum", "rum_mobile_legacy_session_count_roku_sum", "rum_mobile_lite_session_count_android_sum", "rum_mobile_lite_session_count_flutter_sum", "rum_mobile_lite_session_count_ios_sum", "rum_mobile_lite_session_count_reactnative_sum", "rum_mobile_lite_session_count_roku_sum", "rum_replay_session_count_sum", "rum_session_count_sum", "rum_total_session_count_sum", "rum_units_sum", "sca_fargate_count_avg", "sca_fargate_count_hwm", "sds_apm_scanned_bytes_sum", "sds_events_scanned_bytes_sum", "sds_logs_scanned_bytes_sum", "sds_rum_scanned_bytes_sum", "sds_total_scanned_bytes_sum", "serverless_apps_azure_count_avg", "serverless_apps_google_count_avg", "serverless_apps_total_count_avg", "siem_analyzed_logs_add_on_count_sum", "synthetics_browser_check_calls_count_sum", "synthetics_check_calls_count_sum", "synthetics_mobile_test_runs_sum", "synthetics_parallel_testing_max_slots_hwm", "trace_search_indexed_events_count_sum", "twol_ingested_events_bytes_sum", "universal_service_monitoring_host_top99p", "vsphere_host_top99p", "vuln_management_host_count_top99p", "workflow_executions_usage_sum"}) + datadog.DeleteKeys(additionalProperties, &[]string{"account_name", "account_public_id", "agent_host_top99p", "apm_azure_app_service_host_top99p", "apm_devsecops_host_top99p", "apm_fargate_count_avg", "apm_host_top99p", "appsec_fargate_count_avg", "asm_serverless_sum", "audit_logs_lines_indexed_sum", "audit_trail_enabled_hwm", "avg_profiled_fargate_tasks", "aws_host_top99p", "aws_lambda_func_count", "aws_lambda_invocations_sum", "azure_app_service_top99p", "billable_ingested_bytes_sum", "browser_rum_lite_session_count_sum", "browser_rum_replay_session_count_sum", "browser_rum_units_sum", "ci_pipeline_indexed_spans_sum", "ci_test_indexed_spans_sum", "ci_visibility_itr_committers_hwm", "ci_visibility_pipeline_committers_hwm", "ci_visibility_test_committers_hwm", "cloud_cost_management_aws_host_count_avg", "cloud_cost_management_azure_host_count_avg", "cloud_cost_management_gcp_host_count_avg", "cloud_cost_management_host_count_avg", "cloud_siem_events_sum", "code_analysis_sa_committers_hwm", "code_analysis_sca_committers_hwm", "code_security_host_top99p", "container_avg", "container_excl_agent_avg", "container_hwm", "csm_container_enterprise_compliance_count_sum", "csm_container_enterprise_cws_count_sum", "csm_container_enterprise_total_count_sum", "csm_host_enterprise_aas_host_count_top99p", "csm_host_enterprise_aws_host_count_top99p", "csm_host_enterprise_azure_host_count_top99p", "csm_host_enterprise_compliance_host_count_top99p", "csm_host_enterprise_cws_host_count_top99p", "csm_host_enterprise_gcp_host_count_top99p", "csm_host_enterprise_total_host_count_top99p", "cspm_aas_host_top99p", "cspm_aws_host_top99p", "cspm_azure_host_top99p", "cspm_container_avg", "cspm_container_hwm", "cspm_gcp_host_top99p", "cspm_host_top99p", "custom_historical_ts_avg", "custom_live_ts_avg", "custom_ts_avg", "cws_container_count_avg", "cws_fargate_task_avg", "cws_host_top99p", "data_jobs_monitoring_host_hr_sum", "dbm_host_top99p_sum", "dbm_queries_avg_sum", "error_tracking_error_events_sum", "error_tracking_events_sum", "error_tracking_rum_error_events_sum", "fargate_container_profiler_profiling_fargate_avg", "fargate_container_profiler_profiling_fargate_eks_avg", "fargate_tasks_count_avg", "fargate_tasks_count_hwm", "flex_logs_compute_large_avg", "flex_logs_compute_medium_avg", "flex_logs_compute_small_avg", "flex_logs_compute_xsmall_avg", "flex_logs_starter_avg", "flex_logs_starter_storage_index_avg", "flex_logs_starter_storage_retention_adjustment_avg", "flex_stored_logs_avg", "forwarding_events_bytes_sum", "gcp_host_top99p", "heroku_host_top99p", "id", "incident_management_monthly_active_users_hwm", "indexed_events_count_sum", "infra_host_top99p", "ingested_events_bytes_sum", "iot_device_agg_sum", "iot_device_top99p_sum", "mobile_rum_lite_session_count_sum", "mobile_rum_session_count_android_sum", "mobile_rum_session_count_flutter_sum", "mobile_rum_session_count_ios_sum", "mobile_rum_session_count_reactnative_sum", "mobile_rum_session_count_roku_sum", "mobile_rum_session_count_sum", "mobile_rum_units_sum", "name", "ndm_netflow_events_sum", "netflow_indexed_events_count_sum", "npm_host_top99p", "observability_pipelines_bytes_processed_sum", "oci_host_sum", "oci_host_top99p", "online_archive_events_count_sum", "opentelemetry_apm_host_top99p", "opentelemetry_host_top99p", "profiling_aas_count_top99p", "profiling_host_top99p", "public_id", "region", "rum_browser_and_mobile_session_count", "rum_browser_legacy_session_count_sum", "rum_browser_lite_session_count_sum", "rum_browser_replay_session_count_sum", "rum_lite_session_count_sum", "rum_mobile_legacy_session_count_android_sum", "rum_mobile_legacy_session_count_flutter_sum", "rum_mobile_legacy_session_count_ios_sum", "rum_mobile_legacy_session_count_reactnative_sum", "rum_mobile_legacy_session_count_roku_sum", "rum_mobile_lite_session_count_android_sum", "rum_mobile_lite_session_count_flutter_sum", "rum_mobile_lite_session_count_ios_sum", "rum_mobile_lite_session_count_reactnative_sum", "rum_mobile_lite_session_count_roku_sum", "rum_replay_session_count_sum", "rum_session_count_sum", "rum_total_session_count_sum", "rum_units_sum", "sca_fargate_count_avg", "sca_fargate_count_hwm", "sds_apm_scanned_bytes_sum", "sds_events_scanned_bytes_sum", "sds_logs_scanned_bytes_sum", "sds_rum_scanned_bytes_sum", "sds_total_scanned_bytes_sum", "serverless_apps_azure_count_avg", "serverless_apps_google_count_avg", "serverless_apps_total_count_avg", "siem_analyzed_logs_add_on_count_sum", "synthetics_browser_check_calls_count_sum", "synthetics_check_calls_count_sum", "synthetics_mobile_test_runs_sum", "synthetics_parallel_testing_max_slots_hwm", "trace_search_indexed_events_count_sum", "twol_ingested_events_bytes_sum", "universal_service_monitoring_host_top99p", "vsphere_host_top99p", "vuln_management_host_count_top99p", "workflow_executions_usage_sum"}) } else { return err } @@ -5181,6 +5249,8 @@ func (o *UsageSummaryDateOrg) UnmarshalJSON(bytes []byte) (err error) { o.ErrorTrackingErrorEventsSum = all.ErrorTrackingErrorEventsSum o.ErrorTrackingEventsSum = all.ErrorTrackingEventsSum o.ErrorTrackingRumErrorEventsSum = all.ErrorTrackingRumErrorEventsSum + o.FargateContainerProfilerProfilingFargateAvg = all.FargateContainerProfilerProfilingFargateAvg + o.FargateContainerProfilerProfilingFargateEksAvg = all.FargateContainerProfilerProfilingFargateEksAvg o.FargateTasksCountAvg = all.FargateTasksCountAvg o.FargateTasksCountHwm = all.FargateTasksCountHwm o.FlexLogsComputeLargeAvg = all.FlexLogsComputeLargeAvg diff --git a/api/datadogV1/model_usage_summary_response.go b/api/datadogV1/model_usage_summary_response.go index bc784023868..db4c89521ba 100644 --- a/api/datadogV1/model_usage_summary_response.go +++ b/api/datadogV1/model_usage_summary_response.go @@ -31,7 +31,7 @@ type UsageSummaryResponse struct { AuditLogsLinesIndexedAggSum *int64 `json:"audit_logs_lines_indexed_agg_sum,omitempty"` // Shows the total number of organizations that had Audit Trail enabled over a specific number of months. AuditTrailEnabledHwmSum *int64 `json:"audit_trail_enabled_hwm_sum,omitempty"` - // Shows the average of all profiled Fargate tasks over all hours in the current month for all organizations. + // The average total count for Fargate Container Profiler over all hours in the current month for all organizations. AvgProfiledFargateTasksSum *int64 `json:"avg_profiled_fargate_tasks_sum,omitempty"` // Shows the 99th percentile of all AWS hosts over all hours in the current month for all organizations. AwsHostTop99pSum *int64 `json:"aws_host_top99p_sum,omitempty"` @@ -145,6 +145,10 @@ type UsageSummaryResponse struct { ErrorTrackingEventsAggSum *int64 `json:"error_tracking_events_agg_sum,omitempty"` // Shows the sum of all Error Tracking RUM error events over all hours in the current month for all organizations. ErrorTrackingRumErrorEventsAggSum *int64 `json:"error_tracking_rum_error_events_agg_sum,omitempty"` + // The average number of Profiling Fargate tasks over all hours in the current month for all organizations. + FargateContainerProfilerProfilingFargateAvgSum *int64 `json:"fargate_container_profiler_profiling_fargate_avg_sum,omitempty"` + // The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current month for all organizations. + FargateContainerProfilerProfilingFargateEksAvgSum *int64 `json:"fargate_container_profiler_profiling_fargate_eks_avg_sum,omitempty"` // Shows the average of all Fargate tasks over all hours in the current month for all organizations. FargateTasksCountAvgSum *int64 `json:"fargate_tasks_count_avg_sum,omitempty"` // Shows the sum of the high-water marks of all Fargate tasks over all hours in the current month for all organizations. @@ -2184,6 +2188,62 @@ func (o *UsageSummaryResponse) SetErrorTrackingRumErrorEventsAggSum(v int64) { o.ErrorTrackingRumErrorEventsAggSum = &v } +// GetFargateContainerProfilerProfilingFargateAvgSum returns the FargateContainerProfilerProfilingFargateAvgSum field value if set, zero value otherwise. +func (o *UsageSummaryResponse) GetFargateContainerProfilerProfilingFargateAvgSum() int64 { + if o == nil || o.FargateContainerProfilerProfilingFargateAvgSum == nil { + var ret int64 + return ret + } + return *o.FargateContainerProfilerProfilingFargateAvgSum +} + +// GetFargateContainerProfilerProfilingFargateAvgSumOk returns a tuple with the FargateContainerProfilerProfilingFargateAvgSum field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UsageSummaryResponse) GetFargateContainerProfilerProfilingFargateAvgSumOk() (*int64, bool) { + if o == nil || o.FargateContainerProfilerProfilingFargateAvgSum == nil { + return nil, false + } + return o.FargateContainerProfilerProfilingFargateAvgSum, true +} + +// HasFargateContainerProfilerProfilingFargateAvgSum returns a boolean if a field has been set. +func (o *UsageSummaryResponse) HasFargateContainerProfilerProfilingFargateAvgSum() bool { + return o != nil && o.FargateContainerProfilerProfilingFargateAvgSum != nil +} + +// SetFargateContainerProfilerProfilingFargateAvgSum gets a reference to the given int64 and assigns it to the FargateContainerProfilerProfilingFargateAvgSum field. +func (o *UsageSummaryResponse) SetFargateContainerProfilerProfilingFargateAvgSum(v int64) { + o.FargateContainerProfilerProfilingFargateAvgSum = &v +} + +// GetFargateContainerProfilerProfilingFargateEksAvgSum returns the FargateContainerProfilerProfilingFargateEksAvgSum field value if set, zero value otherwise. +func (o *UsageSummaryResponse) GetFargateContainerProfilerProfilingFargateEksAvgSum() int64 { + if o == nil || o.FargateContainerProfilerProfilingFargateEksAvgSum == nil { + var ret int64 + return ret + } + return *o.FargateContainerProfilerProfilingFargateEksAvgSum +} + +// GetFargateContainerProfilerProfilingFargateEksAvgSumOk returns a tuple with the FargateContainerProfilerProfilingFargateEksAvgSum field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *UsageSummaryResponse) GetFargateContainerProfilerProfilingFargateEksAvgSumOk() (*int64, bool) { + if o == nil || o.FargateContainerProfilerProfilingFargateEksAvgSum == nil { + return nil, false + } + return o.FargateContainerProfilerProfilingFargateEksAvgSum, true +} + +// HasFargateContainerProfilerProfilingFargateEksAvgSum returns a boolean if a field has been set. +func (o *UsageSummaryResponse) HasFargateContainerProfilerProfilingFargateEksAvgSum() bool { + return o != nil && o.FargateContainerProfilerProfilingFargateEksAvgSum != nil +} + +// SetFargateContainerProfilerProfilingFargateEksAvgSum gets a reference to the given int64 and assigns it to the FargateContainerProfilerProfilingFargateEksAvgSum field. +func (o *UsageSummaryResponse) SetFargateContainerProfilerProfilingFargateEksAvgSum(v int64) { + o.FargateContainerProfilerProfilingFargateEksAvgSum = &v +} + // GetFargateTasksCountAvgSum returns the FargateTasksCountAvgSum field value if set, zero value otherwise. func (o *UsageSummaryResponse) GetFargateTasksCountAvgSum() int64 { if o == nil || o.FargateTasksCountAvgSum == nil { @@ -4867,6 +4927,12 @@ func (o UsageSummaryResponse) MarshalJSON() ([]byte, error) { if o.ErrorTrackingRumErrorEventsAggSum != nil { toSerialize["error_tracking_rum_error_events_agg_sum"] = o.ErrorTrackingRumErrorEventsAggSum } + if o.FargateContainerProfilerProfilingFargateAvgSum != nil { + toSerialize["fargate_container_profiler_profiling_fargate_avg_sum"] = o.FargateContainerProfilerProfilingFargateAvgSum + } + if o.FargateContainerProfilerProfilingFargateEksAvgSum != nil { + toSerialize["fargate_container_profiler_profiling_fargate_eks_avg_sum"] = o.FargateContainerProfilerProfilingFargateEksAvgSum + } if o.FargateTasksCountAvgSum != nil { toSerialize["fargate_tasks_count_avg_sum"] = o.FargateTasksCountAvgSum } @@ -5146,165 +5212,167 @@ func (o UsageSummaryResponse) MarshalJSON() ([]byte, error) { // UnmarshalJSON deserializes the given payload. func (o *UsageSummaryResponse) UnmarshalJSON(bytes []byte) (err error) { all := struct { - AgentHostTop99pSum *int64 `json:"agent_host_top99p_sum,omitempty"` - ApmAzureAppServiceHostTop99pSum *int64 `json:"apm_azure_app_service_host_top99p_sum,omitempty"` - ApmDevsecopsHostTop99pSum *int64 `json:"apm_devsecops_host_top99p_sum,omitempty"` - ApmFargateCountAvgSum *int64 `json:"apm_fargate_count_avg_sum,omitempty"` - ApmHostTop99pSum *int64 `json:"apm_host_top99p_sum,omitempty"` - AppsecFargateCountAvgSum *int64 `json:"appsec_fargate_count_avg_sum,omitempty"` - AsmServerlessAggSum *int64 `json:"asm_serverless_agg_sum,omitempty"` - AuditLogsLinesIndexedAggSum *int64 `json:"audit_logs_lines_indexed_agg_sum,omitempty"` - AuditTrailEnabledHwmSum *int64 `json:"audit_trail_enabled_hwm_sum,omitempty"` - AvgProfiledFargateTasksSum *int64 `json:"avg_profiled_fargate_tasks_sum,omitempty"` - AwsHostTop99pSum *int64 `json:"aws_host_top99p_sum,omitempty"` - AwsLambdaFuncCount *int64 `json:"aws_lambda_func_count,omitempty"` - AwsLambdaInvocationsSum *int64 `json:"aws_lambda_invocations_sum,omitempty"` - AzureAppServiceTop99pSum *int64 `json:"azure_app_service_top99p_sum,omitempty"` - AzureHostTop99pSum *int64 `json:"azure_host_top99p_sum,omitempty"` - BillableIngestedBytesAggSum *int64 `json:"billable_ingested_bytes_agg_sum,omitempty"` - BrowserRumLiteSessionCountAggSum *int64 `json:"browser_rum_lite_session_count_agg_sum,omitempty"` - BrowserRumReplaySessionCountAggSum *int64 `json:"browser_rum_replay_session_count_agg_sum,omitempty"` - BrowserRumUnitsAggSum *int64 `json:"browser_rum_units_agg_sum,omitempty"` - CiPipelineIndexedSpansAggSum *int64 `json:"ci_pipeline_indexed_spans_agg_sum,omitempty"` - CiTestIndexedSpansAggSum *int64 `json:"ci_test_indexed_spans_agg_sum,omitempty"` - CiVisibilityItrCommittersHwmSum *int64 `json:"ci_visibility_itr_committers_hwm_sum,omitempty"` - CiVisibilityPipelineCommittersHwmSum *int64 `json:"ci_visibility_pipeline_committers_hwm_sum,omitempty"` - CiVisibilityTestCommittersHwmSum *int64 `json:"ci_visibility_test_committers_hwm_sum,omitempty"` - CloudCostManagementAwsHostCountAvgSum *int64 `json:"cloud_cost_management_aws_host_count_avg_sum,omitempty"` - CloudCostManagementAzureHostCountAvgSum *int64 `json:"cloud_cost_management_azure_host_count_avg_sum,omitempty"` - CloudCostManagementGcpHostCountAvgSum *int64 `json:"cloud_cost_management_gcp_host_count_avg_sum,omitempty"` - CloudCostManagementHostCountAvgSum *int64 `json:"cloud_cost_management_host_count_avg_sum,omitempty"` - CloudSiemEventsAggSum *int64 `json:"cloud_siem_events_agg_sum,omitempty"` - CodeAnalysisSaCommittersHwmSum *int64 `json:"code_analysis_sa_committers_hwm_sum,omitempty"` - CodeAnalysisScaCommittersHwmSum *int64 `json:"code_analysis_sca_committers_hwm_sum,omitempty"` - CodeSecurityHostTop99pSum *int64 `json:"code_security_host_top99p_sum,omitempty"` - ContainerAvgSum *int64 `json:"container_avg_sum,omitempty"` - ContainerExclAgentAvgSum *int64 `json:"container_excl_agent_avg_sum,omitempty"` - ContainerHwmSum *int64 `json:"container_hwm_sum,omitempty"` - CsmContainerEnterpriseComplianceCountAggSum *int64 `json:"csm_container_enterprise_compliance_count_agg_sum,omitempty"` - CsmContainerEnterpriseCwsCountAggSum *int64 `json:"csm_container_enterprise_cws_count_agg_sum,omitempty"` - CsmContainerEnterpriseTotalCountAggSum *int64 `json:"csm_container_enterprise_total_count_agg_sum,omitempty"` - CsmHostEnterpriseAasHostCountTop99pSum *int64 `json:"csm_host_enterprise_aas_host_count_top99p_sum,omitempty"` - CsmHostEnterpriseAwsHostCountTop99pSum *int64 `json:"csm_host_enterprise_aws_host_count_top99p_sum,omitempty"` - CsmHostEnterpriseAzureHostCountTop99pSum *int64 `json:"csm_host_enterprise_azure_host_count_top99p_sum,omitempty"` - CsmHostEnterpriseComplianceHostCountTop99pSum *int64 `json:"csm_host_enterprise_compliance_host_count_top99p_sum,omitempty"` - CsmHostEnterpriseCwsHostCountTop99pSum *int64 `json:"csm_host_enterprise_cws_host_count_top99p_sum,omitempty"` - CsmHostEnterpriseGcpHostCountTop99pSum *int64 `json:"csm_host_enterprise_gcp_host_count_top99p_sum,omitempty"` - CsmHostEnterpriseTotalHostCountTop99pSum *int64 `json:"csm_host_enterprise_total_host_count_top99p_sum,omitempty"` - CspmAasHostTop99pSum *int64 `json:"cspm_aas_host_top99p_sum,omitempty"` - CspmAwsHostTop99pSum *int64 `json:"cspm_aws_host_top99p_sum,omitempty"` - CspmAzureHostTop99pSum *int64 `json:"cspm_azure_host_top99p_sum,omitempty"` - CspmContainerAvgSum *int64 `json:"cspm_container_avg_sum,omitempty"` - CspmContainerHwmSum *int64 `json:"cspm_container_hwm_sum,omitempty"` - CspmGcpHostTop99pSum *int64 `json:"cspm_gcp_host_top99p_sum,omitempty"` - CspmHostTop99pSum *int64 `json:"cspm_host_top99p_sum,omitempty"` - CustomHistoricalTsSum *int64 `json:"custom_historical_ts_sum,omitempty"` - CustomLiveTsSum *int64 `json:"custom_live_ts_sum,omitempty"` - CustomTsSum *int64 `json:"custom_ts_sum,omitempty"` - CwsContainerAvgSum *int64 `json:"cws_container_avg_sum,omitempty"` - CwsFargateTaskAvgSum *int64 `json:"cws_fargate_task_avg_sum,omitempty"` - CwsHostTop99pSum *int64 `json:"cws_host_top99p_sum,omitempty"` - DataJobsMonitoringHostHrAggSum *int64 `json:"data_jobs_monitoring_host_hr_agg_sum,omitempty"` - DbmHostTop99pSum *int64 `json:"dbm_host_top99p_sum,omitempty"` - DbmQueriesAvgSum *int64 `json:"dbm_queries_avg_sum,omitempty"` - EndDate *time.Time `json:"end_date,omitempty"` - ErrorTrackingErrorEventsAggSum *int64 `json:"error_tracking_error_events_agg_sum,omitempty"` - ErrorTrackingEventsAggSum *int64 `json:"error_tracking_events_agg_sum,omitempty"` - ErrorTrackingRumErrorEventsAggSum *int64 `json:"error_tracking_rum_error_events_agg_sum,omitempty"` - FargateTasksCountAvgSum *int64 `json:"fargate_tasks_count_avg_sum,omitempty"` - FargateTasksCountHwmSum *int64 `json:"fargate_tasks_count_hwm_sum,omitempty"` - FlexLogsComputeLargeAvgSum *int64 `json:"flex_logs_compute_large_avg_sum,omitempty"` - FlexLogsComputeMediumAvgSum *int64 `json:"flex_logs_compute_medium_avg_sum,omitempty"` - FlexLogsComputeSmallAvgSum *int64 `json:"flex_logs_compute_small_avg_sum,omitempty"` - FlexLogsComputeXsmallAvgSum *int64 `json:"flex_logs_compute_xsmall_avg_sum,omitempty"` - FlexLogsStarterAvgSum *int64 `json:"flex_logs_starter_avg_sum,omitempty"` - FlexLogsStarterStorageIndexAvgSum *int64 `json:"flex_logs_starter_storage_index_avg_sum,omitempty"` - FlexLogsStarterStorageRetentionAdjustmentAvgSum *int64 `json:"flex_logs_starter_storage_retention_adjustment_avg_sum,omitempty"` - FlexStoredLogsAvgSum *int64 `json:"flex_stored_logs_avg_sum,omitempty"` - ForwardingEventsBytesAggSum *int64 `json:"forwarding_events_bytes_agg_sum,omitempty"` - GcpHostTop99pSum *int64 `json:"gcp_host_top99p_sum,omitempty"` - HerokuHostTop99pSum *int64 `json:"heroku_host_top99p_sum,omitempty"` - IncidentManagementMonthlyActiveUsersHwmSum *int64 `json:"incident_management_monthly_active_users_hwm_sum,omitempty"` - IndexedEventsCountAggSum *int64 `json:"indexed_events_count_agg_sum,omitempty"` - InfraHostTop99pSum *int64 `json:"infra_host_top99p_sum,omitempty"` - IngestedEventsBytesAggSum *int64 `json:"ingested_events_bytes_agg_sum,omitempty"` - IotDeviceAggSum *int64 `json:"iot_device_agg_sum,omitempty"` - IotDeviceTop99pSum *int64 `json:"iot_device_top99p_sum,omitempty"` - LastUpdated *time.Time `json:"last_updated,omitempty"` - LiveIndexedEventsAggSum *int64 `json:"live_indexed_events_agg_sum,omitempty"` - LiveIngestedBytesAggSum *int64 `json:"live_ingested_bytes_agg_sum,omitempty"` - LogsByRetention *LogsByRetention `json:"logs_by_retention,omitempty"` - MobileRumLiteSessionCountAggSum *int64 `json:"mobile_rum_lite_session_count_agg_sum,omitempty"` - MobileRumSessionCountAggSum *int64 `json:"mobile_rum_session_count_agg_sum,omitempty"` - MobileRumSessionCountAndroidAggSum *int64 `json:"mobile_rum_session_count_android_agg_sum,omitempty"` - MobileRumSessionCountFlutterAggSum *int64 `json:"mobile_rum_session_count_flutter_agg_sum,omitempty"` - MobileRumSessionCountIosAggSum *int64 `json:"mobile_rum_session_count_ios_agg_sum,omitempty"` - MobileRumSessionCountReactnativeAggSum *int64 `json:"mobile_rum_session_count_reactnative_agg_sum,omitempty"` - MobileRumSessionCountRokuAggSum *int64 `json:"mobile_rum_session_count_roku_agg_sum,omitempty"` - MobileRumUnitsAggSum *int64 `json:"mobile_rum_units_agg_sum,omitempty"` - NdmNetflowEventsAggSum *int64 `json:"ndm_netflow_events_agg_sum,omitempty"` - NetflowIndexedEventsCountAggSum *int64 `json:"netflow_indexed_events_count_agg_sum,omitempty"` - NpmHostTop99pSum *int64 `json:"npm_host_top99p_sum,omitempty"` - ObservabilityPipelinesBytesProcessedAggSum *int64 `json:"observability_pipelines_bytes_processed_agg_sum,omitempty"` - OciHostAggSum *int64 `json:"oci_host_agg_sum,omitempty"` - OciHostTop99pSum *int64 `json:"oci_host_top99p_sum,omitempty"` - OnlineArchiveEventsCountAggSum *int64 `json:"online_archive_events_count_agg_sum,omitempty"` - OpentelemetryApmHostTop99pSum *int64 `json:"opentelemetry_apm_host_top99p_sum,omitempty"` - OpentelemetryHostTop99pSum *int64 `json:"opentelemetry_host_top99p_sum,omitempty"` - ProfilingAasCountTop99pSum *int64 `json:"profiling_aas_count_top99p_sum,omitempty"` - ProfilingContainerAgentCountAvg *int64 `json:"profiling_container_agent_count_avg,omitempty"` - ProfilingHostCountTop99pSum *int64 `json:"profiling_host_count_top99p_sum,omitempty"` - RehydratedIndexedEventsAggSum *int64 `json:"rehydrated_indexed_events_agg_sum,omitempty"` - RehydratedIngestedBytesAggSum *int64 `json:"rehydrated_ingested_bytes_agg_sum,omitempty"` - RumBrowserAndMobileSessionCount *int64 `json:"rum_browser_and_mobile_session_count,omitempty"` - RumBrowserLegacySessionCountAggSum *int64 `json:"rum_browser_legacy_session_count_agg_sum,omitempty"` - RumBrowserLiteSessionCountAggSum *int64 `json:"rum_browser_lite_session_count_agg_sum,omitempty"` - RumBrowserReplaySessionCountAggSum *int64 `json:"rum_browser_replay_session_count_agg_sum,omitempty"` - RumLiteSessionCountAggSum *int64 `json:"rum_lite_session_count_agg_sum,omitempty"` - RumMobileLegacySessionCountAndroidAggSum *int64 `json:"rum_mobile_legacy_session_count_android_agg_sum,omitempty"` - RumMobileLegacySessionCountFlutterAggSum *int64 `json:"rum_mobile_legacy_session_count_flutter_agg_sum,omitempty"` - RumMobileLegacySessionCountIosAggSum *int64 `json:"rum_mobile_legacy_session_count_ios_agg_sum,omitempty"` - RumMobileLegacySessionCountReactnativeAggSum *int64 `json:"rum_mobile_legacy_session_count_reactnative_agg_sum,omitempty"` - RumMobileLegacySessionCountRokuAggSum *int64 `json:"rum_mobile_legacy_session_count_roku_agg_sum,omitempty"` - RumMobileLiteSessionCountAndroidAggSum *int64 `json:"rum_mobile_lite_session_count_android_agg_sum,omitempty"` - RumMobileLiteSessionCountFlutterAggSum *int64 `json:"rum_mobile_lite_session_count_flutter_agg_sum,omitempty"` - RumMobileLiteSessionCountIosAggSum *int64 `json:"rum_mobile_lite_session_count_ios_agg_sum,omitempty"` - RumMobileLiteSessionCountReactnativeAggSum *int64 `json:"rum_mobile_lite_session_count_reactnative_agg_sum,omitempty"` - RumMobileLiteSessionCountRokuAggSum *int64 `json:"rum_mobile_lite_session_count_roku_agg_sum,omitempty"` - RumReplaySessionCountAggSum *int64 `json:"rum_replay_session_count_agg_sum,omitempty"` - RumSessionCountAggSum *int64 `json:"rum_session_count_agg_sum,omitempty"` - RumTotalSessionCountAggSum *int64 `json:"rum_total_session_count_agg_sum,omitempty"` - RumUnitsAggSum *int64 `json:"rum_units_agg_sum,omitempty"` - ScaFargateCountAvgSum *int64 `json:"sca_fargate_count_avg_sum,omitempty"` - ScaFargateCountHwmSum *int64 `json:"sca_fargate_count_hwm_sum,omitempty"` - SdsApmScannedBytesSum *int64 `json:"sds_apm_scanned_bytes_sum,omitempty"` - SdsEventsScannedBytesSum *int64 `json:"sds_events_scanned_bytes_sum,omitempty"` - SdsLogsScannedBytesSum *int64 `json:"sds_logs_scanned_bytes_sum,omitempty"` - SdsRumScannedBytesSum *int64 `json:"sds_rum_scanned_bytes_sum,omitempty"` - SdsTotalScannedBytesSum *int64 `json:"sds_total_scanned_bytes_sum,omitempty"` - ServerlessAppsAzureCountAvgSum *int64 `json:"serverless_apps_azure_count_avg_sum,omitempty"` - ServerlessAppsGoogleCountAvgSum *int64 `json:"serverless_apps_google_count_avg_sum,omitempty"` - ServerlessAppsTotalCountAvgSum *int64 `json:"serverless_apps_total_count_avg_sum,omitempty"` - SiemAnalyzedLogsAddOnCountAggSum *int64 `json:"siem_analyzed_logs_add_on_count_agg_sum,omitempty"` - StartDate *time.Time `json:"start_date,omitempty"` - SyntheticsBrowserCheckCallsCountAggSum *int64 `json:"synthetics_browser_check_calls_count_agg_sum,omitempty"` - SyntheticsCheckCallsCountAggSum *int64 `json:"synthetics_check_calls_count_agg_sum,omitempty"` - SyntheticsMobileTestRunsAggSum *int64 `json:"synthetics_mobile_test_runs_agg_sum,omitempty"` - SyntheticsParallelTestingMaxSlotsHwmSum *int64 `json:"synthetics_parallel_testing_max_slots_hwm_sum,omitempty"` - TraceSearchIndexedEventsCountAggSum *int64 `json:"trace_search_indexed_events_count_agg_sum,omitempty"` - TwolIngestedEventsBytesAggSum *int64 `json:"twol_ingested_events_bytes_agg_sum,omitempty"` - UniversalServiceMonitoringHostTop99pSum *int64 `json:"universal_service_monitoring_host_top99p_sum,omitempty"` - Usage []UsageSummaryDate `json:"usage,omitempty"` - VsphereHostTop99pSum *int64 `json:"vsphere_host_top99p_sum,omitempty"` - VulnManagementHostCountTop99pSum *int64 `json:"vuln_management_host_count_top99p_sum,omitempty"` - WorkflowExecutionsUsageAggSum *int64 `json:"workflow_executions_usage_agg_sum,omitempty"` + AgentHostTop99pSum *int64 `json:"agent_host_top99p_sum,omitempty"` + ApmAzureAppServiceHostTop99pSum *int64 `json:"apm_azure_app_service_host_top99p_sum,omitempty"` + ApmDevsecopsHostTop99pSum *int64 `json:"apm_devsecops_host_top99p_sum,omitempty"` + ApmFargateCountAvgSum *int64 `json:"apm_fargate_count_avg_sum,omitempty"` + ApmHostTop99pSum *int64 `json:"apm_host_top99p_sum,omitempty"` + AppsecFargateCountAvgSum *int64 `json:"appsec_fargate_count_avg_sum,omitempty"` + AsmServerlessAggSum *int64 `json:"asm_serverless_agg_sum,omitempty"` + AuditLogsLinesIndexedAggSum *int64 `json:"audit_logs_lines_indexed_agg_sum,omitempty"` + AuditTrailEnabledHwmSum *int64 `json:"audit_trail_enabled_hwm_sum,omitempty"` + AvgProfiledFargateTasksSum *int64 `json:"avg_profiled_fargate_tasks_sum,omitempty"` + AwsHostTop99pSum *int64 `json:"aws_host_top99p_sum,omitempty"` + AwsLambdaFuncCount *int64 `json:"aws_lambda_func_count,omitempty"` + AwsLambdaInvocationsSum *int64 `json:"aws_lambda_invocations_sum,omitempty"` + AzureAppServiceTop99pSum *int64 `json:"azure_app_service_top99p_sum,omitempty"` + AzureHostTop99pSum *int64 `json:"azure_host_top99p_sum,omitempty"` + BillableIngestedBytesAggSum *int64 `json:"billable_ingested_bytes_agg_sum,omitempty"` + BrowserRumLiteSessionCountAggSum *int64 `json:"browser_rum_lite_session_count_agg_sum,omitempty"` + BrowserRumReplaySessionCountAggSum *int64 `json:"browser_rum_replay_session_count_agg_sum,omitempty"` + BrowserRumUnitsAggSum *int64 `json:"browser_rum_units_agg_sum,omitempty"` + CiPipelineIndexedSpansAggSum *int64 `json:"ci_pipeline_indexed_spans_agg_sum,omitempty"` + CiTestIndexedSpansAggSum *int64 `json:"ci_test_indexed_spans_agg_sum,omitempty"` + CiVisibilityItrCommittersHwmSum *int64 `json:"ci_visibility_itr_committers_hwm_sum,omitempty"` + CiVisibilityPipelineCommittersHwmSum *int64 `json:"ci_visibility_pipeline_committers_hwm_sum,omitempty"` + CiVisibilityTestCommittersHwmSum *int64 `json:"ci_visibility_test_committers_hwm_sum,omitempty"` + CloudCostManagementAwsHostCountAvgSum *int64 `json:"cloud_cost_management_aws_host_count_avg_sum,omitempty"` + CloudCostManagementAzureHostCountAvgSum *int64 `json:"cloud_cost_management_azure_host_count_avg_sum,omitempty"` + CloudCostManagementGcpHostCountAvgSum *int64 `json:"cloud_cost_management_gcp_host_count_avg_sum,omitempty"` + CloudCostManagementHostCountAvgSum *int64 `json:"cloud_cost_management_host_count_avg_sum,omitempty"` + CloudSiemEventsAggSum *int64 `json:"cloud_siem_events_agg_sum,omitempty"` + CodeAnalysisSaCommittersHwmSum *int64 `json:"code_analysis_sa_committers_hwm_sum,omitempty"` + CodeAnalysisScaCommittersHwmSum *int64 `json:"code_analysis_sca_committers_hwm_sum,omitempty"` + CodeSecurityHostTop99pSum *int64 `json:"code_security_host_top99p_sum,omitempty"` + ContainerAvgSum *int64 `json:"container_avg_sum,omitempty"` + ContainerExclAgentAvgSum *int64 `json:"container_excl_agent_avg_sum,omitempty"` + ContainerHwmSum *int64 `json:"container_hwm_sum,omitempty"` + CsmContainerEnterpriseComplianceCountAggSum *int64 `json:"csm_container_enterprise_compliance_count_agg_sum,omitempty"` + CsmContainerEnterpriseCwsCountAggSum *int64 `json:"csm_container_enterprise_cws_count_agg_sum,omitempty"` + CsmContainerEnterpriseTotalCountAggSum *int64 `json:"csm_container_enterprise_total_count_agg_sum,omitempty"` + CsmHostEnterpriseAasHostCountTop99pSum *int64 `json:"csm_host_enterprise_aas_host_count_top99p_sum,omitempty"` + CsmHostEnterpriseAwsHostCountTop99pSum *int64 `json:"csm_host_enterprise_aws_host_count_top99p_sum,omitempty"` + CsmHostEnterpriseAzureHostCountTop99pSum *int64 `json:"csm_host_enterprise_azure_host_count_top99p_sum,omitempty"` + CsmHostEnterpriseComplianceHostCountTop99pSum *int64 `json:"csm_host_enterprise_compliance_host_count_top99p_sum,omitempty"` + CsmHostEnterpriseCwsHostCountTop99pSum *int64 `json:"csm_host_enterprise_cws_host_count_top99p_sum,omitempty"` + CsmHostEnterpriseGcpHostCountTop99pSum *int64 `json:"csm_host_enterprise_gcp_host_count_top99p_sum,omitempty"` + CsmHostEnterpriseTotalHostCountTop99pSum *int64 `json:"csm_host_enterprise_total_host_count_top99p_sum,omitempty"` + CspmAasHostTop99pSum *int64 `json:"cspm_aas_host_top99p_sum,omitempty"` + CspmAwsHostTop99pSum *int64 `json:"cspm_aws_host_top99p_sum,omitempty"` + CspmAzureHostTop99pSum *int64 `json:"cspm_azure_host_top99p_sum,omitempty"` + CspmContainerAvgSum *int64 `json:"cspm_container_avg_sum,omitempty"` + CspmContainerHwmSum *int64 `json:"cspm_container_hwm_sum,omitempty"` + CspmGcpHostTop99pSum *int64 `json:"cspm_gcp_host_top99p_sum,omitempty"` + CspmHostTop99pSum *int64 `json:"cspm_host_top99p_sum,omitempty"` + CustomHistoricalTsSum *int64 `json:"custom_historical_ts_sum,omitempty"` + CustomLiveTsSum *int64 `json:"custom_live_ts_sum,omitempty"` + CustomTsSum *int64 `json:"custom_ts_sum,omitempty"` + CwsContainerAvgSum *int64 `json:"cws_container_avg_sum,omitempty"` + CwsFargateTaskAvgSum *int64 `json:"cws_fargate_task_avg_sum,omitempty"` + CwsHostTop99pSum *int64 `json:"cws_host_top99p_sum,omitempty"` + DataJobsMonitoringHostHrAggSum *int64 `json:"data_jobs_monitoring_host_hr_agg_sum,omitempty"` + DbmHostTop99pSum *int64 `json:"dbm_host_top99p_sum,omitempty"` + DbmQueriesAvgSum *int64 `json:"dbm_queries_avg_sum,omitempty"` + EndDate *time.Time `json:"end_date,omitempty"` + ErrorTrackingErrorEventsAggSum *int64 `json:"error_tracking_error_events_agg_sum,omitempty"` + ErrorTrackingEventsAggSum *int64 `json:"error_tracking_events_agg_sum,omitempty"` + ErrorTrackingRumErrorEventsAggSum *int64 `json:"error_tracking_rum_error_events_agg_sum,omitempty"` + FargateContainerProfilerProfilingFargateAvgSum *int64 `json:"fargate_container_profiler_profiling_fargate_avg_sum,omitempty"` + FargateContainerProfilerProfilingFargateEksAvgSum *int64 `json:"fargate_container_profiler_profiling_fargate_eks_avg_sum,omitempty"` + FargateTasksCountAvgSum *int64 `json:"fargate_tasks_count_avg_sum,omitempty"` + FargateTasksCountHwmSum *int64 `json:"fargate_tasks_count_hwm_sum,omitempty"` + FlexLogsComputeLargeAvgSum *int64 `json:"flex_logs_compute_large_avg_sum,omitempty"` + FlexLogsComputeMediumAvgSum *int64 `json:"flex_logs_compute_medium_avg_sum,omitempty"` + FlexLogsComputeSmallAvgSum *int64 `json:"flex_logs_compute_small_avg_sum,omitempty"` + FlexLogsComputeXsmallAvgSum *int64 `json:"flex_logs_compute_xsmall_avg_sum,omitempty"` + FlexLogsStarterAvgSum *int64 `json:"flex_logs_starter_avg_sum,omitempty"` + FlexLogsStarterStorageIndexAvgSum *int64 `json:"flex_logs_starter_storage_index_avg_sum,omitempty"` + FlexLogsStarterStorageRetentionAdjustmentAvgSum *int64 `json:"flex_logs_starter_storage_retention_adjustment_avg_sum,omitempty"` + FlexStoredLogsAvgSum *int64 `json:"flex_stored_logs_avg_sum,omitempty"` + ForwardingEventsBytesAggSum *int64 `json:"forwarding_events_bytes_agg_sum,omitempty"` + GcpHostTop99pSum *int64 `json:"gcp_host_top99p_sum,omitempty"` + HerokuHostTop99pSum *int64 `json:"heroku_host_top99p_sum,omitempty"` + IncidentManagementMonthlyActiveUsersHwmSum *int64 `json:"incident_management_monthly_active_users_hwm_sum,omitempty"` + IndexedEventsCountAggSum *int64 `json:"indexed_events_count_agg_sum,omitempty"` + InfraHostTop99pSum *int64 `json:"infra_host_top99p_sum,omitempty"` + IngestedEventsBytesAggSum *int64 `json:"ingested_events_bytes_agg_sum,omitempty"` + IotDeviceAggSum *int64 `json:"iot_device_agg_sum,omitempty"` + IotDeviceTop99pSum *int64 `json:"iot_device_top99p_sum,omitempty"` + LastUpdated *time.Time `json:"last_updated,omitempty"` + LiveIndexedEventsAggSum *int64 `json:"live_indexed_events_agg_sum,omitempty"` + LiveIngestedBytesAggSum *int64 `json:"live_ingested_bytes_agg_sum,omitempty"` + LogsByRetention *LogsByRetention `json:"logs_by_retention,omitempty"` + MobileRumLiteSessionCountAggSum *int64 `json:"mobile_rum_lite_session_count_agg_sum,omitempty"` + MobileRumSessionCountAggSum *int64 `json:"mobile_rum_session_count_agg_sum,omitempty"` + MobileRumSessionCountAndroidAggSum *int64 `json:"mobile_rum_session_count_android_agg_sum,omitempty"` + MobileRumSessionCountFlutterAggSum *int64 `json:"mobile_rum_session_count_flutter_agg_sum,omitempty"` + MobileRumSessionCountIosAggSum *int64 `json:"mobile_rum_session_count_ios_agg_sum,omitempty"` + MobileRumSessionCountReactnativeAggSum *int64 `json:"mobile_rum_session_count_reactnative_agg_sum,omitempty"` + MobileRumSessionCountRokuAggSum *int64 `json:"mobile_rum_session_count_roku_agg_sum,omitempty"` + MobileRumUnitsAggSum *int64 `json:"mobile_rum_units_agg_sum,omitempty"` + NdmNetflowEventsAggSum *int64 `json:"ndm_netflow_events_agg_sum,omitempty"` + NetflowIndexedEventsCountAggSum *int64 `json:"netflow_indexed_events_count_agg_sum,omitempty"` + NpmHostTop99pSum *int64 `json:"npm_host_top99p_sum,omitempty"` + ObservabilityPipelinesBytesProcessedAggSum *int64 `json:"observability_pipelines_bytes_processed_agg_sum,omitempty"` + OciHostAggSum *int64 `json:"oci_host_agg_sum,omitempty"` + OciHostTop99pSum *int64 `json:"oci_host_top99p_sum,omitempty"` + OnlineArchiveEventsCountAggSum *int64 `json:"online_archive_events_count_agg_sum,omitempty"` + OpentelemetryApmHostTop99pSum *int64 `json:"opentelemetry_apm_host_top99p_sum,omitempty"` + OpentelemetryHostTop99pSum *int64 `json:"opentelemetry_host_top99p_sum,omitempty"` + ProfilingAasCountTop99pSum *int64 `json:"profiling_aas_count_top99p_sum,omitempty"` + ProfilingContainerAgentCountAvg *int64 `json:"profiling_container_agent_count_avg,omitempty"` + ProfilingHostCountTop99pSum *int64 `json:"profiling_host_count_top99p_sum,omitempty"` + RehydratedIndexedEventsAggSum *int64 `json:"rehydrated_indexed_events_agg_sum,omitempty"` + RehydratedIngestedBytesAggSum *int64 `json:"rehydrated_ingested_bytes_agg_sum,omitempty"` + RumBrowserAndMobileSessionCount *int64 `json:"rum_browser_and_mobile_session_count,omitempty"` + RumBrowserLegacySessionCountAggSum *int64 `json:"rum_browser_legacy_session_count_agg_sum,omitempty"` + RumBrowserLiteSessionCountAggSum *int64 `json:"rum_browser_lite_session_count_agg_sum,omitempty"` + RumBrowserReplaySessionCountAggSum *int64 `json:"rum_browser_replay_session_count_agg_sum,omitempty"` + RumLiteSessionCountAggSum *int64 `json:"rum_lite_session_count_agg_sum,omitempty"` + RumMobileLegacySessionCountAndroidAggSum *int64 `json:"rum_mobile_legacy_session_count_android_agg_sum,omitempty"` + RumMobileLegacySessionCountFlutterAggSum *int64 `json:"rum_mobile_legacy_session_count_flutter_agg_sum,omitempty"` + RumMobileLegacySessionCountIosAggSum *int64 `json:"rum_mobile_legacy_session_count_ios_agg_sum,omitempty"` + RumMobileLegacySessionCountReactnativeAggSum *int64 `json:"rum_mobile_legacy_session_count_reactnative_agg_sum,omitempty"` + RumMobileLegacySessionCountRokuAggSum *int64 `json:"rum_mobile_legacy_session_count_roku_agg_sum,omitempty"` + RumMobileLiteSessionCountAndroidAggSum *int64 `json:"rum_mobile_lite_session_count_android_agg_sum,omitempty"` + RumMobileLiteSessionCountFlutterAggSum *int64 `json:"rum_mobile_lite_session_count_flutter_agg_sum,omitempty"` + RumMobileLiteSessionCountIosAggSum *int64 `json:"rum_mobile_lite_session_count_ios_agg_sum,omitempty"` + RumMobileLiteSessionCountReactnativeAggSum *int64 `json:"rum_mobile_lite_session_count_reactnative_agg_sum,omitempty"` + RumMobileLiteSessionCountRokuAggSum *int64 `json:"rum_mobile_lite_session_count_roku_agg_sum,omitempty"` + RumReplaySessionCountAggSum *int64 `json:"rum_replay_session_count_agg_sum,omitempty"` + RumSessionCountAggSum *int64 `json:"rum_session_count_agg_sum,omitempty"` + RumTotalSessionCountAggSum *int64 `json:"rum_total_session_count_agg_sum,omitempty"` + RumUnitsAggSum *int64 `json:"rum_units_agg_sum,omitempty"` + ScaFargateCountAvgSum *int64 `json:"sca_fargate_count_avg_sum,omitempty"` + ScaFargateCountHwmSum *int64 `json:"sca_fargate_count_hwm_sum,omitempty"` + SdsApmScannedBytesSum *int64 `json:"sds_apm_scanned_bytes_sum,omitempty"` + SdsEventsScannedBytesSum *int64 `json:"sds_events_scanned_bytes_sum,omitempty"` + SdsLogsScannedBytesSum *int64 `json:"sds_logs_scanned_bytes_sum,omitempty"` + SdsRumScannedBytesSum *int64 `json:"sds_rum_scanned_bytes_sum,omitempty"` + SdsTotalScannedBytesSum *int64 `json:"sds_total_scanned_bytes_sum,omitempty"` + ServerlessAppsAzureCountAvgSum *int64 `json:"serverless_apps_azure_count_avg_sum,omitempty"` + ServerlessAppsGoogleCountAvgSum *int64 `json:"serverless_apps_google_count_avg_sum,omitempty"` + ServerlessAppsTotalCountAvgSum *int64 `json:"serverless_apps_total_count_avg_sum,omitempty"` + SiemAnalyzedLogsAddOnCountAggSum *int64 `json:"siem_analyzed_logs_add_on_count_agg_sum,omitempty"` + StartDate *time.Time `json:"start_date,omitempty"` + SyntheticsBrowserCheckCallsCountAggSum *int64 `json:"synthetics_browser_check_calls_count_agg_sum,omitempty"` + SyntheticsCheckCallsCountAggSum *int64 `json:"synthetics_check_calls_count_agg_sum,omitempty"` + SyntheticsMobileTestRunsAggSum *int64 `json:"synthetics_mobile_test_runs_agg_sum,omitempty"` + SyntheticsParallelTestingMaxSlotsHwmSum *int64 `json:"synthetics_parallel_testing_max_slots_hwm_sum,omitempty"` + TraceSearchIndexedEventsCountAggSum *int64 `json:"trace_search_indexed_events_count_agg_sum,omitempty"` + TwolIngestedEventsBytesAggSum *int64 `json:"twol_ingested_events_bytes_agg_sum,omitempty"` + UniversalServiceMonitoringHostTop99pSum *int64 `json:"universal_service_monitoring_host_top99p_sum,omitempty"` + Usage []UsageSummaryDate `json:"usage,omitempty"` + VsphereHostTop99pSum *int64 `json:"vsphere_host_top99p_sum,omitempty"` + VulnManagementHostCountTop99pSum *int64 `json:"vuln_management_host_count_top99p_sum,omitempty"` + WorkflowExecutionsUsageAggSum *int64 `json:"workflow_executions_usage_agg_sum,omitempty"` }{} if err = datadog.Unmarshal(bytes, &all); err != nil { return datadog.Unmarshal(bytes, &o.UnparsedObject) } additionalProperties := make(map[string]interface{}) if err = datadog.Unmarshal(bytes, &additionalProperties); err == nil { - datadog.DeleteKeys(additionalProperties, &[]string{"agent_host_top99p_sum", "apm_azure_app_service_host_top99p_sum", "apm_devsecops_host_top99p_sum", "apm_fargate_count_avg_sum", "apm_host_top99p_sum", "appsec_fargate_count_avg_sum", "asm_serverless_agg_sum", "audit_logs_lines_indexed_agg_sum", "audit_trail_enabled_hwm_sum", "avg_profiled_fargate_tasks_sum", "aws_host_top99p_sum", "aws_lambda_func_count", "aws_lambda_invocations_sum", "azure_app_service_top99p_sum", "azure_host_top99p_sum", "billable_ingested_bytes_agg_sum", "browser_rum_lite_session_count_agg_sum", "browser_rum_replay_session_count_agg_sum", "browser_rum_units_agg_sum", "ci_pipeline_indexed_spans_agg_sum", "ci_test_indexed_spans_agg_sum", "ci_visibility_itr_committers_hwm_sum", "ci_visibility_pipeline_committers_hwm_sum", "ci_visibility_test_committers_hwm_sum", "cloud_cost_management_aws_host_count_avg_sum", "cloud_cost_management_azure_host_count_avg_sum", "cloud_cost_management_gcp_host_count_avg_sum", "cloud_cost_management_host_count_avg_sum", "cloud_siem_events_agg_sum", "code_analysis_sa_committers_hwm_sum", "code_analysis_sca_committers_hwm_sum", "code_security_host_top99p_sum", "container_avg_sum", "container_excl_agent_avg_sum", "container_hwm_sum", "csm_container_enterprise_compliance_count_agg_sum", "csm_container_enterprise_cws_count_agg_sum", "csm_container_enterprise_total_count_agg_sum", "csm_host_enterprise_aas_host_count_top99p_sum", "csm_host_enterprise_aws_host_count_top99p_sum", "csm_host_enterprise_azure_host_count_top99p_sum", "csm_host_enterprise_compliance_host_count_top99p_sum", "csm_host_enterprise_cws_host_count_top99p_sum", "csm_host_enterprise_gcp_host_count_top99p_sum", "csm_host_enterprise_total_host_count_top99p_sum", "cspm_aas_host_top99p_sum", "cspm_aws_host_top99p_sum", "cspm_azure_host_top99p_sum", "cspm_container_avg_sum", "cspm_container_hwm_sum", "cspm_gcp_host_top99p_sum", "cspm_host_top99p_sum", "custom_historical_ts_sum", "custom_live_ts_sum", "custom_ts_sum", "cws_container_avg_sum", "cws_fargate_task_avg_sum", "cws_host_top99p_sum", "data_jobs_monitoring_host_hr_agg_sum", "dbm_host_top99p_sum", "dbm_queries_avg_sum", "end_date", "error_tracking_error_events_agg_sum", "error_tracking_events_agg_sum", "error_tracking_rum_error_events_agg_sum", "fargate_tasks_count_avg_sum", "fargate_tasks_count_hwm_sum", "flex_logs_compute_large_avg_sum", "flex_logs_compute_medium_avg_sum", "flex_logs_compute_small_avg_sum", "flex_logs_compute_xsmall_avg_sum", "flex_logs_starter_avg_sum", "flex_logs_starter_storage_index_avg_sum", "flex_logs_starter_storage_retention_adjustment_avg_sum", "flex_stored_logs_avg_sum", "forwarding_events_bytes_agg_sum", "gcp_host_top99p_sum", "heroku_host_top99p_sum", "incident_management_monthly_active_users_hwm_sum", "indexed_events_count_agg_sum", "infra_host_top99p_sum", "ingested_events_bytes_agg_sum", "iot_device_agg_sum", "iot_device_top99p_sum", "last_updated", "live_indexed_events_agg_sum", "live_ingested_bytes_agg_sum", "logs_by_retention", "mobile_rum_lite_session_count_agg_sum", "mobile_rum_session_count_agg_sum", "mobile_rum_session_count_android_agg_sum", "mobile_rum_session_count_flutter_agg_sum", "mobile_rum_session_count_ios_agg_sum", "mobile_rum_session_count_reactnative_agg_sum", "mobile_rum_session_count_roku_agg_sum", "mobile_rum_units_agg_sum", "ndm_netflow_events_agg_sum", "netflow_indexed_events_count_agg_sum", "npm_host_top99p_sum", "observability_pipelines_bytes_processed_agg_sum", "oci_host_agg_sum", "oci_host_top99p_sum", "online_archive_events_count_agg_sum", "opentelemetry_apm_host_top99p_sum", "opentelemetry_host_top99p_sum", "profiling_aas_count_top99p_sum", "profiling_container_agent_count_avg", "profiling_host_count_top99p_sum", "rehydrated_indexed_events_agg_sum", "rehydrated_ingested_bytes_agg_sum", "rum_browser_and_mobile_session_count", "rum_browser_legacy_session_count_agg_sum", "rum_browser_lite_session_count_agg_sum", "rum_browser_replay_session_count_agg_sum", "rum_lite_session_count_agg_sum", "rum_mobile_legacy_session_count_android_agg_sum", "rum_mobile_legacy_session_count_flutter_agg_sum", "rum_mobile_legacy_session_count_ios_agg_sum", "rum_mobile_legacy_session_count_reactnative_agg_sum", "rum_mobile_legacy_session_count_roku_agg_sum", "rum_mobile_lite_session_count_android_agg_sum", "rum_mobile_lite_session_count_flutter_agg_sum", "rum_mobile_lite_session_count_ios_agg_sum", "rum_mobile_lite_session_count_reactnative_agg_sum", "rum_mobile_lite_session_count_roku_agg_sum", "rum_replay_session_count_agg_sum", "rum_session_count_agg_sum", "rum_total_session_count_agg_sum", "rum_units_agg_sum", "sca_fargate_count_avg_sum", "sca_fargate_count_hwm_sum", "sds_apm_scanned_bytes_sum", "sds_events_scanned_bytes_sum", "sds_logs_scanned_bytes_sum", "sds_rum_scanned_bytes_sum", "sds_total_scanned_bytes_sum", "serverless_apps_azure_count_avg_sum", "serverless_apps_google_count_avg_sum", "serverless_apps_total_count_avg_sum", "siem_analyzed_logs_add_on_count_agg_sum", "start_date", "synthetics_browser_check_calls_count_agg_sum", "synthetics_check_calls_count_agg_sum", "synthetics_mobile_test_runs_agg_sum", "synthetics_parallel_testing_max_slots_hwm_sum", "trace_search_indexed_events_count_agg_sum", "twol_ingested_events_bytes_agg_sum", "universal_service_monitoring_host_top99p_sum", "usage", "vsphere_host_top99p_sum", "vuln_management_host_count_top99p_sum", "workflow_executions_usage_agg_sum"}) + datadog.DeleteKeys(additionalProperties, &[]string{"agent_host_top99p_sum", "apm_azure_app_service_host_top99p_sum", "apm_devsecops_host_top99p_sum", "apm_fargate_count_avg_sum", "apm_host_top99p_sum", "appsec_fargate_count_avg_sum", "asm_serverless_agg_sum", "audit_logs_lines_indexed_agg_sum", "audit_trail_enabled_hwm_sum", "avg_profiled_fargate_tasks_sum", "aws_host_top99p_sum", "aws_lambda_func_count", "aws_lambda_invocations_sum", "azure_app_service_top99p_sum", "azure_host_top99p_sum", "billable_ingested_bytes_agg_sum", "browser_rum_lite_session_count_agg_sum", "browser_rum_replay_session_count_agg_sum", "browser_rum_units_agg_sum", "ci_pipeline_indexed_spans_agg_sum", "ci_test_indexed_spans_agg_sum", "ci_visibility_itr_committers_hwm_sum", "ci_visibility_pipeline_committers_hwm_sum", "ci_visibility_test_committers_hwm_sum", "cloud_cost_management_aws_host_count_avg_sum", "cloud_cost_management_azure_host_count_avg_sum", "cloud_cost_management_gcp_host_count_avg_sum", "cloud_cost_management_host_count_avg_sum", "cloud_siem_events_agg_sum", "code_analysis_sa_committers_hwm_sum", "code_analysis_sca_committers_hwm_sum", "code_security_host_top99p_sum", "container_avg_sum", "container_excl_agent_avg_sum", "container_hwm_sum", "csm_container_enterprise_compliance_count_agg_sum", "csm_container_enterprise_cws_count_agg_sum", "csm_container_enterprise_total_count_agg_sum", "csm_host_enterprise_aas_host_count_top99p_sum", "csm_host_enterprise_aws_host_count_top99p_sum", "csm_host_enterprise_azure_host_count_top99p_sum", "csm_host_enterprise_compliance_host_count_top99p_sum", "csm_host_enterprise_cws_host_count_top99p_sum", "csm_host_enterprise_gcp_host_count_top99p_sum", "csm_host_enterprise_total_host_count_top99p_sum", "cspm_aas_host_top99p_sum", "cspm_aws_host_top99p_sum", "cspm_azure_host_top99p_sum", "cspm_container_avg_sum", "cspm_container_hwm_sum", "cspm_gcp_host_top99p_sum", "cspm_host_top99p_sum", "custom_historical_ts_sum", "custom_live_ts_sum", "custom_ts_sum", "cws_container_avg_sum", "cws_fargate_task_avg_sum", "cws_host_top99p_sum", "data_jobs_monitoring_host_hr_agg_sum", "dbm_host_top99p_sum", "dbm_queries_avg_sum", "end_date", "error_tracking_error_events_agg_sum", "error_tracking_events_agg_sum", "error_tracking_rum_error_events_agg_sum", "fargate_container_profiler_profiling_fargate_avg_sum", "fargate_container_profiler_profiling_fargate_eks_avg_sum", "fargate_tasks_count_avg_sum", "fargate_tasks_count_hwm_sum", "flex_logs_compute_large_avg_sum", "flex_logs_compute_medium_avg_sum", "flex_logs_compute_small_avg_sum", "flex_logs_compute_xsmall_avg_sum", "flex_logs_starter_avg_sum", "flex_logs_starter_storage_index_avg_sum", "flex_logs_starter_storage_retention_adjustment_avg_sum", "flex_stored_logs_avg_sum", "forwarding_events_bytes_agg_sum", "gcp_host_top99p_sum", "heroku_host_top99p_sum", "incident_management_monthly_active_users_hwm_sum", "indexed_events_count_agg_sum", "infra_host_top99p_sum", "ingested_events_bytes_agg_sum", "iot_device_agg_sum", "iot_device_top99p_sum", "last_updated", "live_indexed_events_agg_sum", "live_ingested_bytes_agg_sum", "logs_by_retention", "mobile_rum_lite_session_count_agg_sum", "mobile_rum_session_count_agg_sum", "mobile_rum_session_count_android_agg_sum", "mobile_rum_session_count_flutter_agg_sum", "mobile_rum_session_count_ios_agg_sum", "mobile_rum_session_count_reactnative_agg_sum", "mobile_rum_session_count_roku_agg_sum", "mobile_rum_units_agg_sum", "ndm_netflow_events_agg_sum", "netflow_indexed_events_count_agg_sum", "npm_host_top99p_sum", "observability_pipelines_bytes_processed_agg_sum", "oci_host_agg_sum", "oci_host_top99p_sum", "online_archive_events_count_agg_sum", "opentelemetry_apm_host_top99p_sum", "opentelemetry_host_top99p_sum", "profiling_aas_count_top99p_sum", "profiling_container_agent_count_avg", "profiling_host_count_top99p_sum", "rehydrated_indexed_events_agg_sum", "rehydrated_ingested_bytes_agg_sum", "rum_browser_and_mobile_session_count", "rum_browser_legacy_session_count_agg_sum", "rum_browser_lite_session_count_agg_sum", "rum_browser_replay_session_count_agg_sum", "rum_lite_session_count_agg_sum", "rum_mobile_legacy_session_count_android_agg_sum", "rum_mobile_legacy_session_count_flutter_agg_sum", "rum_mobile_legacy_session_count_ios_agg_sum", "rum_mobile_legacy_session_count_reactnative_agg_sum", "rum_mobile_legacy_session_count_roku_agg_sum", "rum_mobile_lite_session_count_android_agg_sum", "rum_mobile_lite_session_count_flutter_agg_sum", "rum_mobile_lite_session_count_ios_agg_sum", "rum_mobile_lite_session_count_reactnative_agg_sum", "rum_mobile_lite_session_count_roku_agg_sum", "rum_replay_session_count_agg_sum", "rum_session_count_agg_sum", "rum_total_session_count_agg_sum", "rum_units_agg_sum", "sca_fargate_count_avg_sum", "sca_fargate_count_hwm_sum", "sds_apm_scanned_bytes_sum", "sds_events_scanned_bytes_sum", "sds_logs_scanned_bytes_sum", "sds_rum_scanned_bytes_sum", "sds_total_scanned_bytes_sum", "serverless_apps_azure_count_avg_sum", "serverless_apps_google_count_avg_sum", "serverless_apps_total_count_avg_sum", "siem_analyzed_logs_add_on_count_agg_sum", "start_date", "synthetics_browser_check_calls_count_agg_sum", "synthetics_check_calls_count_agg_sum", "synthetics_mobile_test_runs_agg_sum", "synthetics_parallel_testing_max_slots_hwm_sum", "trace_search_indexed_events_count_agg_sum", "twol_ingested_events_bytes_agg_sum", "universal_service_monitoring_host_top99p_sum", "usage", "vsphere_host_top99p_sum", "vuln_management_host_count_top99p_sum", "workflow_executions_usage_agg_sum"}) } else { return err } @@ -5375,6 +5443,8 @@ func (o *UsageSummaryResponse) UnmarshalJSON(bytes []byte) (err error) { o.ErrorTrackingErrorEventsAggSum = all.ErrorTrackingErrorEventsAggSum o.ErrorTrackingEventsAggSum = all.ErrorTrackingEventsAggSum o.ErrorTrackingRumErrorEventsAggSum = all.ErrorTrackingRumErrorEventsAggSum + o.FargateContainerProfilerProfilingFargateAvgSum = all.FargateContainerProfilerProfilingFargateAvgSum + o.FargateContainerProfilerProfilingFargateEksAvgSum = all.FargateContainerProfilerProfilingFargateEksAvgSum o.FargateTasksCountAvgSum = all.FargateTasksCountAvgSum o.FargateTasksCountHwmSum = all.FargateTasksCountHwmSum o.FlexLogsComputeLargeAvgSum = all.FlexLogsComputeLargeAvgSum