datadog_api_client 2.20.0 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/conftest.py +5 -0
- data/.generator/schemas/v1/openapi.yaml +502 -754
- data/.generator/schemas/v2/openapi.yaml +2903 -102
- data/.github/workflows/prepare_release.yml +2 -2
- data/.github/workflows/publish.yml +2 -2
- data/.github/workflows/release.yml +2 -2
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +52 -0
- data/Gemfile +1 -1
- data/examples/v1/aws-integration/CreateAWSAccount.rb +1 -1
- data/examples/v1/aws-integration/CreateNewAWSExternalID.rb +1 -0
- data/examples/v1/aws-integration/UpdateAWSAccount.rb +1 -1
- data/examples/v1/gcp-integration/CreateGCPIntegration.rb +3 -0
- data/examples/v1/gcp-integration/UpdateGCPIntegration_3544259255.rb +25 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1241981394.rb +118 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +29 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +4 -0
- data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +2 -2
- data/examples/v2/authn-mappings/CreateAuthNMapping.rb +1 -1
- data/examples/v2/authn-mappings/UpdateAuthNMapping.rb +1 -1
- data/examples/v2/case-management/ArchiveCase.rb +14 -0
- data/examples/v2/case-management/AssignCase.rb +20 -0
- data/examples/v2/case-management/CreateCase.rb +33 -0
- data/examples/v2/case-management/CreateProject.rb +15 -0
- data/examples/v2/case-management/DeleteProject.rb +5 -0
- data/examples/v2/case-management/GetCase.rb +8 -0
- data/examples/v2/case-management/GetProject.rb +5 -0
- data/examples/v2/case-management/GetProjects.rb +5 -0
- data/examples/v2/case-management/SearchCases.rb +5 -0
- data/examples/v2/case-management/SearchCases_3433960044.rb +5 -0
- data/examples/v2/case-management/UnarchiveCase.rb +14 -0
- data/examples/v2/case-management/UnassignCase.rb +14 -0
- data/examples/v2/case-management/UpdatePriority.rb +17 -0
- data/examples/v2/case-management/UpdateStatus.rb +17 -0
- data/examples/v2/cloud-workload-security/CreateCSMThreatsAgentRule.rb +17 -0
- data/examples/v2/cloud-workload-security/DeleteCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/DownloadCSMThreatsPolicy.rb +5 -0
- data/examples/v2/cloud-workload-security/GetCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/ListCSMThreatsAgentRules.rb +5 -0
- data/examples/v2/cloud-workload-security/UpdateCSMThreatsAgentRule.rb +20 -0
- data/examples/v2/dora-metrics/CreateDORAIncident.rb +6 -3
- data/examples/v2/gcp-integration/CreateGCPSTSAccount.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_130557025.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.rb +18 -0
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_2597004741.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_4235664992.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.rb +21 -0
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_3205636354.rb +1 -1
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1091442807.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1288180912.rb +27 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_141236188.rb +32 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_2184123765.rb +31 -0
- data/examples/v2/logs-custom-destinations/DeleteLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/GetLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/ListLogsCustomDestinations.rb +5 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination.rb +22 -0
- data/examples/v2/metrics/ListMetricAssets.rb +5 -0
- data/examples/v2/metrics/QueryScalarData_3112571352.rb +2 -2
- data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +3 -3
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression_3192265332.rb +19 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringRule.rb +42 -0
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +4 -0
- data/examples/v2/service-level-objectives/CreateSLOReportJob.rb +20 -0
- data/examples/v2/service-level-objectives/GetSLOReport.rb +8 -0
- data/examples/v2/service-level-objectives/GetSLOReportJobStatus.rb +11 -0
- data/lib/datadog_api_client/configuration.rb +3 -0
- data/lib/datadog_api_client/inflector.rb +132 -7
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -3
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +104 -131
- data/lib/datadog_api_client/v1/models/aws_account.rb +12 -2
- data/lib/datadog_api_client/v1/models/gcp_account.rb +14 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +8 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +4 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +12 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +124 -4
- data/lib/datadog_api_client/v1/models/series.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_time_slice_condition.rb +14 -2
- data/lib/datadog_api_client/v1/models/slo_time_slice_interval.rb +29 -0
- data/lib/datadog_api_client/v1/models/slo_time_slice_spec.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_step_subtype.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +23 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb +175 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +81 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +83 -3
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +182 -102
- data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +6 -0
- data/lib/datadog_api_client/v2/api/case_management_api.rb +942 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +392 -0
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +15 -0
- data/lib/datadog_api_client/v2/api/logs_custom_destinations_api.rb +355 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +70 -2
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +67 -0
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -1
- data/lib/datadog_api_client/v2/api/service_level_objectives_api.rb +245 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +15 -6
- data/lib/datadog_api_client/v2/models/authn_mapping_create_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_create_relationships.rb +37 -54
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +2 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_role.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_team.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationships.rb +14 -4
- data/lib/datadog_api_client/v2/models/authn_mapping_team.rb +100 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb +212 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_update_relationships.rb +37 -54
- data/lib/datadog_api_client/v2/models/case.rb +150 -0
- data/lib/datadog_api_client/v2/models/case3rd_party_ticket_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_assign.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_assign_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_assign_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_attributes.rb +202 -0
- data/lib/datadog_api_client/v2/models/case_create.rb +129 -0
- data/lib/datadog_api_client/v2/models/case_create_attributes.rb +139 -0
- data/lib/datadog_api_client/v2/models/case_create_relationships.rb +116 -0
- data/lib/datadog_api_client/v2/models/case_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_priority.rb +31 -0
- data/lib/datadog_api_client/v2/models/case_relationships.rb +120 -0
- data/lib/datadog_api_client/v2/models/case_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/case_sortable_field.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_update_priority.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_status.rb +119 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_pagination.rb → v2/models/case_update_status_attributes.rb} +29 -51
- data/lib/datadog_api_client/v2/models/case_update_status_request.rb +98 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_metadata.rb → v2/models/cases_response.rb} +22 -22
- data/lib/datadog_api_client/v2/models/cases_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/cases_response_meta_pagination.rb +100 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb +90 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb +80 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/custom_destination_attribute_tags_restriction_list_type.rb +31 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request_attributes.rb +193 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request_definition.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_elasticsearch_destination_auth.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination.rb +64 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch.rb +181 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth.rb +63 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic.rb +140 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header.rb +140 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_attributes.rb +171 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_definition.rb +100 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination.rb +64 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch.rb +181 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb +120 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth.rb +63 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic.rb +98 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request_attributes.rb +169 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request_definition.rb +129 -0
- data/lib/datadog_api_client/v2/models/custom_destinations_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +21 -20
- data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +14 -1
- data/lib/datadog_api_client/v2/models/jira_issue.rb +90 -0
- data/lib/datadog_api_client/v2/models/jira_issue_result.rb +110 -0
- data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +1 -12
- data/lib/datadog_api_client/v2/models/metric_asset_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_data.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_included.rb +65 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb +110 -0
- data/lib/datadog_api_client/v2/models/metric_asset_slo_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_slo_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_assets_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb +112 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_monitor_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_monitor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_notebook_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_notebook_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_series.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_slo_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_slo_type.rb +26 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_response.rb → v2/models/nullable_user_relationship.rb} +22 -26
- data/lib/datadog_api_client/v2/models/nullable_user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/project.rb +150 -0
- data/lib/datadog_api_client/v2/models/project_attributes.rb +90 -0
- data/lib/datadog_api_client/v2/models/project_create.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_create_attributes.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/project_relationship.rb +98 -0
- data/lib/datadog_api_client/v2/models/project_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_relationships.rb +90 -0
- data/lib/datadog_api_client/v2/models/project_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/project_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/projects_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/relationship_to_team.rb +80 -0
- data/lib/datadog_api_client/v2/models/relationship_to_team_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +13 -14
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +13 -1
- data/lib/datadog_api_client/v2/models/service_now_ticket.rb +90 -0
- data/lib/datadog_api_client/v2/models/service_now_ticket_result.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request_attributes.rb +160 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request_data.rb +98 -0
- data/lib/datadog_api_client/v2/models/slo_report_interval.rb +27 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/slo_report_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/timeseries_response_series.rb +8 -0
- data/lib/datadog_api_client/v2/models/user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/user_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_included.rb +62 -0
- data/lib/datadog_api_client/v2/models/user_team_response.rb +16 -4
- data/lib/datadog_api_client/v2/models/user_teams_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/users_relationship.rb +100 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +196 -33
- data/examples/v1/usage-metering/GetUsageAttribution.rb +0 -9
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +0 -152
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +0 -61
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +0 -72
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +0 -590
|
@@ -21,73 +21,76 @@ module DatadogAPIClient::V1
|
|
|
21
21
|
class UsageSummaryResponse
|
|
22
22
|
include BaseGenericModel
|
|
23
23
|
|
|
24
|
-
# Shows the 99th percentile of all agent hosts over all hours in the current
|
|
24
|
+
# Shows the 99th percentile of all agent hosts over all hours in the current month for all organizations.
|
|
25
25
|
attr_accessor :agent_host_top99p_sum
|
|
26
26
|
|
|
27
|
-
# Shows the 99th percentile of all Azure app services using APM over all hours in the current
|
|
27
|
+
# Shows the 99th percentile of all Azure app services using APM over all hours in the current month all organizations.
|
|
28
28
|
attr_accessor :apm_azure_app_service_host_top99p_sum
|
|
29
29
|
|
|
30
|
-
# Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current
|
|
30
|
+
# Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current month for all organizations.
|
|
31
31
|
attr_accessor :apm_devsecops_host_top99p_sum
|
|
32
32
|
|
|
33
|
-
# Shows the average of all APM ECS Fargate tasks over all hours in the current
|
|
33
|
+
# Shows the average of all APM ECS Fargate tasks over all hours in the current month for all organizations.
|
|
34
34
|
attr_accessor :apm_fargate_count_avg_sum
|
|
35
35
|
|
|
36
|
-
# Shows the 99th percentile of all distinct APM hosts over all hours in the current
|
|
36
|
+
# Shows the 99th percentile of all distinct APM hosts over all hours in the current month for all organizations.
|
|
37
37
|
attr_accessor :apm_host_top99p_sum
|
|
38
38
|
|
|
39
|
-
# Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current
|
|
39
|
+
# Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for all organizations.
|
|
40
40
|
attr_accessor :appsec_fargate_count_avg_sum
|
|
41
41
|
|
|
42
|
-
# Shows the sum of all
|
|
42
|
+
# Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current months for all organizations.
|
|
43
|
+
attr_accessor :asm_serverless_agg_sum
|
|
44
|
+
|
|
45
|
+
# Shows the sum of all audit logs lines indexed over all hours in the current month for all organizations.
|
|
43
46
|
attr_accessor :audit_logs_lines_indexed_agg_sum
|
|
44
47
|
|
|
45
48
|
# Shows the total number of organizations that had Audit Trail enabled over a specific number of months.
|
|
46
49
|
attr_accessor :audit_trail_enabled_hwm_sum
|
|
47
50
|
|
|
48
|
-
# Shows the average of all profiled Fargate tasks over all hours in the current
|
|
51
|
+
# Shows the average of all profiled Fargate tasks over all hours in the current month for all organizations.
|
|
49
52
|
attr_accessor :avg_profiled_fargate_tasks_sum
|
|
50
53
|
|
|
51
|
-
# Shows the 99th percentile of all AWS hosts over all hours in the current
|
|
54
|
+
# Shows the 99th percentile of all AWS hosts over all hours in the current month for all organizations.
|
|
52
55
|
attr_accessor :aws_host_top99p_sum
|
|
53
56
|
|
|
54
|
-
# Shows the average of the number of functions that executed 1 or more times each hour in the current
|
|
57
|
+
# Shows the average of the number of functions that executed 1 or more times each hour in the current month for all organizations.
|
|
55
58
|
attr_accessor :aws_lambda_func_count
|
|
56
59
|
|
|
57
|
-
# Shows the sum of all AWS Lambda invocations over all hours in the current
|
|
60
|
+
# Shows the sum of all AWS Lambda invocations over all hours in the current month for all organizations.
|
|
58
61
|
attr_accessor :aws_lambda_invocations_sum
|
|
59
62
|
|
|
60
|
-
# Shows the 99th percentile of all Azure app services over all hours in the current
|
|
63
|
+
# Shows the 99th percentile of all Azure app services over all hours in the current month for all organizations.
|
|
61
64
|
attr_accessor :azure_app_service_top99p_sum
|
|
62
65
|
|
|
63
|
-
# Shows the 99th percentile of all Azure hosts over all hours in the current
|
|
66
|
+
# Shows the 99th percentile of all Azure hosts over all hours in the current month for all organizations.
|
|
64
67
|
attr_accessor :azure_host_top99p_sum
|
|
65
68
|
|
|
66
|
-
# Shows the sum of all log bytes ingested over all hours in the current
|
|
69
|
+
# Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
|
|
67
70
|
attr_accessor :billable_ingested_bytes_agg_sum
|
|
68
71
|
|
|
69
|
-
# Shows the sum of all browser lite sessions over all hours in the current
|
|
72
|
+
# Shows the sum of all browser lite sessions over all hours in the current month for all organizations.
|
|
70
73
|
attr_accessor :browser_rum_lite_session_count_agg_sum
|
|
71
74
|
|
|
72
|
-
# Shows the sum of all browser replay sessions over all hours in the current
|
|
75
|
+
# Shows the sum of all browser replay sessions over all hours in the current month for all organizations.
|
|
73
76
|
attr_accessor :browser_rum_replay_session_count_agg_sum
|
|
74
77
|
|
|
75
|
-
# Shows the sum of all browser RUM units over all hours in the current
|
|
78
|
+
# Shows the sum of all browser RUM units over all hours in the current month for all organizations.
|
|
76
79
|
attr_accessor :browser_rum_units_agg_sum
|
|
77
80
|
|
|
78
|
-
# Shows the sum of all CI pipeline indexed spans over all hours in the current
|
|
81
|
+
# Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
|
|
79
82
|
attr_accessor :ci_pipeline_indexed_spans_agg_sum
|
|
80
83
|
|
|
81
|
-
# Shows the sum of all CI test indexed spans over all hours in the current
|
|
84
|
+
# Shows the sum of all CI test indexed spans over all hours in the current month for all organizations.
|
|
82
85
|
attr_accessor :ci_test_indexed_spans_agg_sum
|
|
83
86
|
|
|
84
|
-
# Shows the high-water mark of all CI visibility intelligent test runner committers over all hours in the current
|
|
87
|
+
# Shows the high-water mark of all CI visibility intelligent test runner committers over all hours in the current month for all organizations.
|
|
85
88
|
attr_accessor :ci_visibility_itr_committers_hwm_sum
|
|
86
89
|
|
|
87
|
-
# Shows the high-water mark of all CI visibility pipeline committers over all hours in the current
|
|
90
|
+
# Shows the high-water mark of all CI visibility pipeline committers over all hours in the current month for all organizations.
|
|
88
91
|
attr_accessor :ci_visibility_pipeline_committers_hwm_sum
|
|
89
92
|
|
|
90
|
-
# Shows the high-water mark of all CI visibility test committers over all hours in the current
|
|
93
|
+
# Shows the high-water mark of all CI visibility test committers over all hours in the current month for all organizations.
|
|
91
94
|
attr_accessor :ci_visibility_test_committers_hwm_sum
|
|
92
95
|
|
|
93
96
|
# Sum of the host count average for Cloud Cost Management for AWS.
|
|
@@ -96,85 +99,88 @@ module DatadogAPIClient::V1
|
|
|
96
99
|
# Sum of the host count average for Cloud Cost Management for Azure.
|
|
97
100
|
attr_accessor :cloud_cost_management_azure_host_count_avg_sum
|
|
98
101
|
|
|
102
|
+
# Sum of the host count average for Cloud Cost Management for GCP.
|
|
103
|
+
attr_accessor :cloud_cost_management_gcp_host_count_avg_sum
|
|
104
|
+
|
|
99
105
|
# Sum of the host count average for Cloud Cost Management for all cloud providers.
|
|
100
106
|
attr_accessor :cloud_cost_management_host_count_avg_sum
|
|
101
107
|
|
|
102
|
-
# Shows the sum of all Cloud Security Information and Event Management events over all hours in the current
|
|
108
|
+
# Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations.
|
|
103
109
|
attr_accessor :cloud_siem_events_agg_sum
|
|
104
110
|
|
|
105
|
-
# Shows the average of all distinct containers over all hours in the current
|
|
111
|
+
# Shows the average of all distinct containers over all hours in the current month for all organizations.
|
|
106
112
|
attr_accessor :container_avg_sum
|
|
107
113
|
|
|
108
114
|
# Shows the average of the containers without the Datadog Agent over all hours in the current month for all organizations.
|
|
109
115
|
attr_accessor :container_excl_agent_avg_sum
|
|
110
116
|
|
|
111
|
-
# Shows the sum of the high-water marks of all distinct containers over all hours in the current
|
|
117
|
+
# Shows the sum of the high-water marks of all distinct containers over all hours in the current month for all organizations.
|
|
112
118
|
attr_accessor :container_hwm_sum
|
|
113
119
|
|
|
114
|
-
# Shows the sum of all Cloud Security Management Enterprise compliance containers over all hours in the current
|
|
120
|
+
# Shows the sum of all Cloud Security Management Enterprise compliance containers over all hours in the current month for all organizations.
|
|
115
121
|
attr_accessor :csm_container_enterprise_compliance_count_agg_sum
|
|
116
122
|
|
|
117
|
-
# Shows the sum of all Cloud Security Management Enterprise Cloud Workload Security containers over all hours in the current
|
|
123
|
+
# Shows the sum of all Cloud Security Management Enterprise Cloud Workload Security containers over all hours in the current month for all organizations.
|
|
118
124
|
attr_accessor :csm_container_enterprise_cws_count_agg_sum
|
|
119
125
|
|
|
120
|
-
# Shows the sum of all Cloud Security Management Enterprise containers over all hours in the current
|
|
126
|
+
# Shows the sum of all Cloud Security Management Enterprise containers over all hours in the current month for all organizations.
|
|
121
127
|
attr_accessor :csm_container_enterprise_total_count_agg_sum
|
|
122
128
|
|
|
123
|
-
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure app services hosts over all hours in the current
|
|
129
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure app services hosts over all hours in the current month for all organizations.
|
|
124
130
|
attr_accessor :csm_host_enterprise_aas_host_count_top99p_sum
|
|
125
131
|
|
|
126
|
-
# Shows the 99th percentile of all Cloud Security Management Enterprise AWS hosts over all hours in the current
|
|
132
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise AWS hosts over all hours in the current month for all organizations.
|
|
127
133
|
attr_accessor :csm_host_enterprise_aws_host_count_top99p_sum
|
|
128
134
|
|
|
129
|
-
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure hosts over all hours in the current
|
|
135
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure hosts over all hours in the current month for all organizations.
|
|
130
136
|
attr_accessor :csm_host_enterprise_azure_host_count_top99p_sum
|
|
131
137
|
|
|
132
|
-
# Shows the 99th percentile of all Cloud Security Management Enterprise compliance hosts over all hours in the current
|
|
138
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise compliance hosts over all hours in the current month for all organizations.
|
|
133
139
|
attr_accessor :csm_host_enterprise_compliance_host_count_top99p_sum
|
|
134
140
|
|
|
135
|
-
# Shows the 99th percentile of all Cloud Security Management Enterprise Cloud Workload Security hosts over all hours in the current
|
|
141
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Cloud Workload Security hosts over all hours in the current month for all organizations.
|
|
136
142
|
attr_accessor :csm_host_enterprise_cws_host_count_top99p_sum
|
|
137
143
|
|
|
138
|
-
# Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current
|
|
144
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current month for all organizations.
|
|
139
145
|
attr_accessor :csm_host_enterprise_gcp_host_count_top99p_sum
|
|
140
146
|
|
|
141
|
-
# Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current
|
|
147
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current month for all organizations.
|
|
142
148
|
attr_accessor :csm_host_enterprise_total_host_count_top99p_sum
|
|
143
149
|
|
|
144
|
-
# Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current
|
|
150
|
+
# Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current month for all organizations.
|
|
145
151
|
attr_accessor :cspm_aas_host_top99p_sum
|
|
146
152
|
|
|
147
|
-
# Shows the 99th percentile of all Cloud Security Management Pro AWS hosts over all hours in the current
|
|
153
|
+
# Shows the 99th percentile of all Cloud Security Management Pro AWS hosts over all hours in the current month for all organizations.
|
|
148
154
|
attr_accessor :cspm_aws_host_top99p_sum
|
|
149
155
|
|
|
150
|
-
# Shows the 99th percentile of all Cloud Security Management Pro Azure hosts over all hours in the current
|
|
156
|
+
# Shows the 99th percentile of all Cloud Security Management Pro Azure hosts over all hours in the current month for all organizations.
|
|
151
157
|
attr_accessor :cspm_azure_host_top99p_sum
|
|
152
158
|
|
|
153
|
-
# Shows the average number of Cloud Security Management Pro containers over all hours in the current
|
|
159
|
+
# Shows the average number of Cloud Security Management Pro containers over all hours in the current month for all organizations.
|
|
154
160
|
attr_accessor :cspm_container_avg_sum
|
|
155
161
|
|
|
156
|
-
# Shows the sum of the the high-water marks of Cloud Security Management Pro containers over all hours in the current
|
|
162
|
+
# Shows the sum of the the high-water marks of Cloud Security Management Pro containers over all hours in the current month for all organizations.
|
|
157
163
|
attr_accessor :cspm_container_hwm_sum
|
|
158
164
|
|
|
159
|
-
# Shows the 99th percentile of all Cloud Security Management Pro GCP hosts over all hours in the current
|
|
165
|
+
# Shows the 99th percentile of all Cloud Security Management Pro GCP hosts over all hours in the current month for all organizations.
|
|
160
166
|
attr_accessor :cspm_gcp_host_top99p_sum
|
|
161
167
|
|
|
162
|
-
# Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current
|
|
168
|
+
# Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current month for all organizations.
|
|
163
169
|
attr_accessor :cspm_host_top99p_sum
|
|
164
170
|
|
|
165
|
-
# Shows the average number of distinct historical custom metrics over all hours in the current
|
|
171
|
+
# Shows the average number of distinct historical custom metrics over all hours in the current month for all organizations.
|
|
166
172
|
attr_accessor :custom_historical_ts_sum
|
|
167
173
|
|
|
168
|
-
# Shows the average number of distinct live custom metrics over all hours in the current
|
|
174
|
+
# Shows the average number of distinct live custom metrics over all hours in the current month for all organizations.
|
|
169
175
|
attr_accessor :custom_live_ts_sum
|
|
170
176
|
|
|
171
|
-
# Shows the average number of distinct custom metrics over all hours in the current
|
|
177
|
+
# Shows the average number of distinct custom metrics over all hours in the current month for all organizations.
|
|
172
178
|
attr_accessor :custom_ts_sum
|
|
173
179
|
|
|
174
|
-
# Shows the average of all distinct Cloud Workload Security containers over all hours in the current
|
|
180
|
+
# Shows the average of all distinct Cloud Workload Security containers over all hours in the current month for all organizations.
|
|
175
181
|
attr_accessor :cws_containers_avg_sum
|
|
176
182
|
|
|
177
|
-
# Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current
|
|
183
|
+
# Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current month for all organizations.
|
|
178
184
|
attr_accessor :cws_host_top99p_sum
|
|
179
185
|
|
|
180
186
|
# Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations.
|
|
@@ -183,184 +189,202 @@ module DatadogAPIClient::V1
|
|
|
183
189
|
# Shows the average of all distinct Database Monitoring Normalized Queries over all hours in the current month for all organizations.
|
|
184
190
|
attr_accessor :dbm_queries_avg_sum
|
|
185
191
|
|
|
186
|
-
# Shows the last date of usage in the current
|
|
192
|
+
# Shows the last date of usage in the current month for all organizations.
|
|
187
193
|
attr_accessor :end_date
|
|
188
194
|
|
|
189
|
-
# Shows the
|
|
195
|
+
# Shows the sum of all Error Tracking events over all hours in the current months for all organizations.
|
|
196
|
+
attr_accessor :error_tracking_events_agg_sum
|
|
197
|
+
|
|
198
|
+
# Shows the average of all Fargate tasks over all hours in the current month for all organizations.
|
|
190
199
|
attr_accessor :fargate_tasks_count_avg_sum
|
|
191
200
|
|
|
192
|
-
# Shows the sum of the high-water marks of all Fargate tasks over all hours in the current
|
|
201
|
+
# Shows the sum of the high-water marks of all Fargate tasks over all hours in the current month for all organizations.
|
|
193
202
|
attr_accessor :fargate_tasks_count_hwm_sum
|
|
194
203
|
|
|
195
|
-
# Shows the
|
|
204
|
+
# Shows the average number of Flex Logs Compute Large Instances over all hours in the current months for all organizations.
|
|
205
|
+
attr_accessor :flex_logs_compute_large_avg_sum
|
|
206
|
+
|
|
207
|
+
# Shows the average number of Flex Logs Compute Medium Instances over all hours in the current months for all organizations.
|
|
208
|
+
attr_accessor :flex_logs_compute_medium_avg_sum
|
|
209
|
+
|
|
210
|
+
# Shows the average number of Flex Logs Compute Small Instances over all hours in the current months for all organizations.
|
|
211
|
+
attr_accessor :flex_logs_compute_small_avg_sum
|
|
212
|
+
|
|
213
|
+
# Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current months for all organizations.
|
|
214
|
+
attr_accessor :flex_logs_compute_xsmall_avg_sum
|
|
215
|
+
|
|
216
|
+
# Shows the average of all Flex Stored Logs over all hours in the current months for all organizations.
|
|
217
|
+
attr_accessor :flex_stored_logs_avg_sum
|
|
218
|
+
|
|
219
|
+
# Shows the sum of all logs forwarding bytes over all hours in the current month for all organizations (data available as of April 1, 2023)
|
|
196
220
|
attr_accessor :forwarding_events_bytes_agg_sum
|
|
197
221
|
|
|
198
|
-
# Shows the 99th percentile of all GCP hosts over all hours in the current
|
|
222
|
+
# Shows the 99th percentile of all GCP hosts over all hours in the current month for all organizations.
|
|
199
223
|
attr_accessor :gcp_host_top99p_sum
|
|
200
224
|
|
|
201
|
-
# Shows the 99th percentile of all Heroku dynos over all hours in the current
|
|
225
|
+
# Shows the 99th percentile of all Heroku dynos over all hours in the current month for all organizations.
|
|
202
226
|
attr_accessor :heroku_host_top99p_sum
|
|
203
227
|
|
|
204
|
-
# Shows sum of the the high-water marks of incident management monthly active users in the current
|
|
228
|
+
# Shows sum of the the high-water marks of incident management monthly active users in the current month for all organizations.
|
|
205
229
|
attr_accessor :incident_management_monthly_active_users_hwm_sum
|
|
206
230
|
|
|
207
|
-
# Shows the sum of all log events indexed over all hours in the current
|
|
231
|
+
# Shows the sum of all log events indexed over all hours in the current month for all organizations.
|
|
208
232
|
attr_accessor :indexed_events_count_agg_sum
|
|
209
233
|
|
|
210
|
-
# Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current
|
|
234
|
+
# Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
|
|
211
235
|
attr_accessor :infra_host_top99p_sum
|
|
212
236
|
|
|
213
|
-
# Shows the sum of all log bytes ingested over all hours in the current
|
|
237
|
+
# Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
|
|
214
238
|
attr_accessor :ingested_events_bytes_agg_sum
|
|
215
239
|
|
|
216
|
-
# Shows the sum of all IoT devices over all hours in the current
|
|
240
|
+
# Shows the sum of all IoT devices over all hours in the current month for all organizations.
|
|
217
241
|
attr_accessor :iot_device_agg_sum
|
|
218
242
|
|
|
219
|
-
# Shows the 99th percentile of all IoT devices over all hours in the current
|
|
243
|
+
# Shows the 99th percentile of all IoT devices over all hours in the current month of all organizations.
|
|
220
244
|
attr_accessor :iot_device_top99p_sum
|
|
221
245
|
|
|
222
|
-
# Shows the the most recent hour in the current
|
|
246
|
+
# Shows the the most recent hour in the current month for all organizations for which all usages were calculated.
|
|
223
247
|
attr_accessor :last_updated
|
|
224
248
|
|
|
225
|
-
# Shows the sum of all live logs indexed over all hours in the current
|
|
249
|
+
# Shows the sum of all live logs indexed over all hours in the current month for all organizations (data available as of December 1, 2020).
|
|
226
250
|
attr_accessor :live_indexed_events_agg_sum
|
|
227
251
|
|
|
228
|
-
# Shows the sum of all live logs bytes ingested over all hours in the current
|
|
252
|
+
# Shows the sum of all live logs bytes ingested over all hours in the current month for all organizations (data available as of December 1, 2020).
|
|
229
253
|
attr_accessor :live_ingested_bytes_agg_sum
|
|
230
254
|
|
|
231
255
|
# Object containing logs usage data broken down by retention period.
|
|
232
256
|
attr_accessor :logs_by_retention
|
|
233
257
|
|
|
234
|
-
# Shows the sum of all mobile lite sessions over all hours in the current
|
|
258
|
+
# Shows the sum of all mobile lite sessions over all hours in the current month for all organizations.
|
|
235
259
|
attr_accessor :mobile_rum_lite_session_count_agg_sum
|
|
236
260
|
|
|
237
|
-
# Shows the sum of all mobile RUM Sessions over all hours in the current
|
|
261
|
+
# Shows the sum of all mobile RUM Sessions over all hours in the current month for all organizations.
|
|
238
262
|
attr_accessor :mobile_rum_session_count_agg_sum
|
|
239
263
|
|
|
240
|
-
# Shows the sum of all mobile RUM Sessions on Android over all hours in the current
|
|
264
|
+
# Shows the sum of all mobile RUM Sessions on Android over all hours in the current month for all organizations.
|
|
241
265
|
attr_accessor :mobile_rum_session_count_android_agg_sum
|
|
242
266
|
|
|
243
|
-
# Shows the sum of all mobile RUM Sessions on Flutter over all hours in the current
|
|
267
|
+
# Shows the sum of all mobile RUM Sessions on Flutter over all hours in the current month for all organizations.
|
|
244
268
|
attr_accessor :mobile_rum_session_count_flutter_agg_sum
|
|
245
269
|
|
|
246
|
-
# Shows the sum of all mobile RUM Sessions on iOS over all hours in the current
|
|
270
|
+
# Shows the sum of all mobile RUM Sessions on iOS over all hours in the current month for all organizations.
|
|
247
271
|
attr_accessor :mobile_rum_session_count_ios_agg_sum
|
|
248
272
|
|
|
249
|
-
# Shows the sum of all mobile RUM Sessions on React Native over all hours in the current
|
|
273
|
+
# Shows the sum of all mobile RUM Sessions on React Native over all hours in the current month for all organizations.
|
|
250
274
|
attr_accessor :mobile_rum_session_count_reactnative_agg_sum
|
|
251
275
|
|
|
252
|
-
# Shows the sum of all mobile RUM Sessions on Roku over all hours in the current
|
|
276
|
+
# Shows the sum of all mobile RUM Sessions on Roku over all hours in the current month for all organizations.
|
|
253
277
|
attr_accessor :mobile_rum_session_count_roku_agg_sum
|
|
254
278
|
|
|
255
|
-
# Shows the sum of all mobile RUM units over all hours in the current
|
|
279
|
+
# Shows the sum of all mobile RUM units over all hours in the current month for all organizations.
|
|
256
280
|
attr_accessor :mobile_rum_units_agg_sum
|
|
257
281
|
|
|
258
|
-
# Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current
|
|
282
|
+
# Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current month for all organizations.
|
|
259
283
|
attr_accessor :ndm_netflow_events_agg_sum
|
|
260
284
|
|
|
261
|
-
# Shows the sum of all Network flows indexed over all hours in the current
|
|
285
|
+
# Shows the sum of all Network flows indexed over all hours in the current month for all organizations.
|
|
262
286
|
attr_accessor :netflow_indexed_events_count_agg_sum
|
|
263
287
|
|
|
264
|
-
# Shows the 99th percentile of all distinct Networks hosts over all hours in the current
|
|
288
|
+
# Shows the 99th percentile of all distinct Networks hosts over all hours in the current month for all organizations.
|
|
265
289
|
attr_accessor :npm_host_top99p_sum
|
|
266
290
|
|
|
267
|
-
# Sum of all observability pipelines bytes processed over all hours in the current
|
|
291
|
+
# Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.
|
|
268
292
|
attr_accessor :observability_pipelines_bytes_processed_agg_sum
|
|
269
293
|
|
|
270
|
-
# Sum of all online archived events over all hours in the current
|
|
294
|
+
# Sum of all online archived events over all hours in the current month for all organizations.
|
|
271
295
|
attr_accessor :online_archive_events_count_agg_sum
|
|
272
296
|
|
|
273
|
-
# Shows the 99th percentile of APM hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current
|
|
297
|
+
# Shows the 99th percentile of APM hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current month for all organizations.
|
|
274
298
|
attr_accessor :opentelemetry_apm_host_top99p_sum
|
|
275
299
|
|
|
276
|
-
# Shows the 99th percentile of all hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current
|
|
300
|
+
# Shows the 99th percentile of all hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current month for all organizations.
|
|
277
301
|
attr_accessor :opentelemetry_host_top99p_sum
|
|
278
302
|
|
|
279
|
-
# Shows the 99th percentile of all profiled Azure app services over all hours in the current
|
|
303
|
+
# Shows the 99th percentile of all profiled Azure app services over all hours in the current month for all organizations.
|
|
280
304
|
attr_accessor :profiling_aas_count_top99p_sum
|
|
281
305
|
|
|
282
|
-
# Shows the average number of profiled containers over all hours in the current
|
|
306
|
+
# Shows the average number of profiled containers over all hours in the current month for all organizations.
|
|
283
307
|
attr_accessor :profiling_container_agent_count_avg
|
|
284
308
|
|
|
285
|
-
# Shows the 99th percentile of all profiled hosts over all hours in the current
|
|
309
|
+
# Shows the 99th percentile of all profiled hosts over all hours in the current month for all organizations.
|
|
286
310
|
attr_accessor :profiling_host_count_top99p_sum
|
|
287
311
|
|
|
288
|
-
# Shows the sum of all rehydrated logs indexed over all hours in the current
|
|
312
|
+
# Shows the sum of all rehydrated logs indexed over all hours in the current month for all organizations (data available as of December 1, 2020).
|
|
289
313
|
attr_accessor :rehydrated_indexed_events_agg_sum
|
|
290
314
|
|
|
291
|
-
# Shows the sum of all rehydrated logs bytes ingested over all hours in the current
|
|
315
|
+
# Shows the sum of all rehydrated logs bytes ingested over all hours in the current month for all organizations (data available as of December 1, 2020).
|
|
292
316
|
attr_accessor :rehydrated_ingested_bytes_agg_sum
|
|
293
317
|
|
|
294
318
|
# Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations.
|
|
295
319
|
attr_accessor :rum_browser_and_mobile_session_count
|
|
296
320
|
|
|
297
|
-
# Shows the sum of all browser RUM Lite Sessions over all hours in the current
|
|
321
|
+
# Shows the sum of all browser RUM Lite Sessions over all hours in the current month for all organizations.
|
|
298
322
|
attr_accessor :rum_session_count_agg_sum
|
|
299
323
|
|
|
300
|
-
# Shows the sum of RUM Sessions (browser and mobile) over all hours in the current
|
|
324
|
+
# Shows the sum of RUM Sessions (browser and mobile) over all hours in the current month for all organizations.
|
|
301
325
|
attr_accessor :rum_total_session_count_agg_sum
|
|
302
326
|
|
|
303
|
-
# Shows the sum of all browser and mobile RUM units over all hours in the current
|
|
327
|
+
# Shows the sum of all browser and mobile RUM units over all hours in the current month for all organizations.
|
|
304
328
|
attr_accessor :rum_units_agg_sum
|
|
305
329
|
|
|
306
|
-
# Sum of all APM bytes scanned with sensitive data scanner in the current
|
|
330
|
+
# Sum of all APM bytes scanned with sensitive data scanner in the current month for all organizations.
|
|
307
331
|
attr_accessor :sds_apm_scanned_bytes_sum
|
|
308
332
|
|
|
309
|
-
# Sum of all event stream events bytes scanned with sensitive data scanner in the current
|
|
333
|
+
# Sum of all event stream events bytes scanned with sensitive data scanner in the current month for all organizations.
|
|
310
334
|
attr_accessor :sds_events_scanned_bytes_sum
|
|
311
335
|
|
|
312
336
|
# Shows the sum of all bytes scanned of logs usage by the Sensitive Data Scanner over all hours in the current month for all organizations.
|
|
313
337
|
attr_accessor :sds_logs_scanned_bytes_sum
|
|
314
338
|
|
|
315
|
-
# Sum of all RUM bytes scanned with sensitive data scanner in the current
|
|
339
|
+
# Sum of all RUM bytes scanned with sensitive data scanner in the current month for all organizations.
|
|
316
340
|
attr_accessor :sds_rum_scanned_bytes_sum
|
|
317
341
|
|
|
318
342
|
# Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for all organizations.
|
|
319
343
|
attr_accessor :sds_total_scanned_bytes_sum
|
|
320
344
|
|
|
321
|
-
# Sum of the average number of Serverless Apps for Azure in the current
|
|
345
|
+
# Sum of the average number of Serverless Apps for Azure in the current month for all organizations.
|
|
322
346
|
attr_accessor :serverless_apps_azure_count_avg_sum
|
|
323
347
|
|
|
324
|
-
# Sum of the average number of Serverless Apps for Google Cloud in the current
|
|
348
|
+
# Sum of the average number of Serverless Apps for Google Cloud in the current month for all organizations.
|
|
325
349
|
attr_accessor :serverless_apps_google_count_avg_sum
|
|
326
350
|
|
|
327
|
-
# Sum of the average number of Serverless Apps for Azure and Google Cloud in the current
|
|
351
|
+
# Sum of the average number of Serverless Apps for Azure and Google Cloud in the current month for all organizations.
|
|
328
352
|
attr_accessor :serverless_apps_total_count_avg_sum
|
|
329
353
|
|
|
330
|
-
# Shows the first date of usage in the current
|
|
354
|
+
# Shows the first date of usage in the current month for all organizations.
|
|
331
355
|
attr_accessor :start_date
|
|
332
356
|
|
|
333
|
-
# Shows the sum of all Synthetic browser tests over all hours in the current
|
|
357
|
+
# Shows the sum of all Synthetic browser tests over all hours in the current month for all organizations.
|
|
334
358
|
attr_accessor :synthetics_browser_check_calls_count_agg_sum
|
|
335
359
|
|
|
336
|
-
# Shows the sum of all Synthetic API tests over all hours in the current
|
|
360
|
+
# Shows the sum of all Synthetic API tests over all hours in the current month for all organizations.
|
|
337
361
|
attr_accessor :synthetics_check_calls_count_agg_sum
|
|
338
362
|
|
|
339
|
-
# Shows the sum of Synthetic mobile application tests over all hours in the current
|
|
363
|
+
# Shows the sum of Synthetic mobile application tests over all hours in the current month for all organizations.
|
|
340
364
|
attr_accessor :synthetics_mobile_test_runs_agg_sum
|
|
341
365
|
|
|
342
366
|
# Shows the sum of the high-water marks of used synthetics parallel testing slots over all hours in the current month for all organizations.
|
|
343
367
|
attr_accessor :synthetics_parallel_testing_max_slots_hwm_sum
|
|
344
368
|
|
|
345
|
-
# Shows the sum of all Indexed Spans indexed over all hours in the current
|
|
369
|
+
# Shows the sum of all Indexed Spans indexed over all hours in the current month for all organizations.
|
|
346
370
|
attr_accessor :trace_search_indexed_events_count_agg_sum
|
|
347
371
|
|
|
348
|
-
# Shows the sum of all ingested APM span bytes over all hours in the current
|
|
372
|
+
# Shows the sum of all ingested APM span bytes over all hours in the current month for all organizations.
|
|
349
373
|
attr_accessor :twol_ingested_events_bytes_agg_sum
|
|
350
374
|
|
|
351
|
-
# Shows the 99th percentile of all Universal Service Monitoring hosts over all hours in the current
|
|
375
|
+
# Shows the 99th percentile of all Universal Service Monitoring hosts over all hours in the current month for all organizations.
|
|
352
376
|
attr_accessor :universal_service_monitoring_host_top99p_sum
|
|
353
377
|
|
|
354
378
|
# An array of objects regarding hourly usage.
|
|
355
379
|
attr_accessor :usage
|
|
356
380
|
|
|
357
|
-
# Shows the 99th percentile of all vSphere hosts over all hours in the current
|
|
381
|
+
# Shows the 99th percentile of all vSphere hosts over all hours in the current month for all organizations.
|
|
358
382
|
attr_accessor :vsphere_host_top99p_sum
|
|
359
383
|
|
|
360
|
-
# Shows the 99th percentile of all Application Vulnerability Management hosts over all hours in the current
|
|
384
|
+
# Shows the 99th percentile of all Application Vulnerability Management hosts over all hours in the current month for all organizations.
|
|
361
385
|
attr_accessor :vuln_management_host_count_top99p_sum
|
|
362
386
|
|
|
363
|
-
# Sum of all workflows executed over all hours in the current
|
|
387
|
+
# Sum of all workflows executed over all hours in the current month for all organizations.
|
|
364
388
|
attr_accessor :workflow_executions_usage_agg_sum
|
|
365
389
|
|
|
366
390
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -373,6 +397,7 @@ module DatadogAPIClient::V1
|
|
|
373
397
|
:'apm_fargate_count_avg_sum' => :'apm_fargate_count_avg_sum',
|
|
374
398
|
:'apm_host_top99p_sum' => :'apm_host_top99p_sum',
|
|
375
399
|
:'appsec_fargate_count_avg_sum' => :'appsec_fargate_count_avg_sum',
|
|
400
|
+
:'asm_serverless_agg_sum' => :'asm_serverless_agg_sum',
|
|
376
401
|
:'audit_logs_lines_indexed_agg_sum' => :'audit_logs_lines_indexed_agg_sum',
|
|
377
402
|
:'audit_trail_enabled_hwm_sum' => :'audit_trail_enabled_hwm_sum',
|
|
378
403
|
:'avg_profiled_fargate_tasks_sum' => :'avg_profiled_fargate_tasks_sum',
|
|
@@ -392,6 +417,7 @@ module DatadogAPIClient::V1
|
|
|
392
417
|
:'ci_visibility_test_committers_hwm_sum' => :'ci_visibility_test_committers_hwm_sum',
|
|
393
418
|
:'cloud_cost_management_aws_host_count_avg_sum' => :'cloud_cost_management_aws_host_count_avg_sum',
|
|
394
419
|
:'cloud_cost_management_azure_host_count_avg_sum' => :'cloud_cost_management_azure_host_count_avg_sum',
|
|
420
|
+
:'cloud_cost_management_gcp_host_count_avg_sum' => :'cloud_cost_management_gcp_host_count_avg_sum',
|
|
395
421
|
:'cloud_cost_management_host_count_avg_sum' => :'cloud_cost_management_host_count_avg_sum',
|
|
396
422
|
:'cloud_siem_events_agg_sum' => :'cloud_siem_events_agg_sum',
|
|
397
423
|
:'container_avg_sum' => :'container_avg_sum',
|
|
@@ -422,8 +448,14 @@ module DatadogAPIClient::V1
|
|
|
422
448
|
:'dbm_host_top99p_sum' => :'dbm_host_top99p_sum',
|
|
423
449
|
:'dbm_queries_avg_sum' => :'dbm_queries_avg_sum',
|
|
424
450
|
:'end_date' => :'end_date',
|
|
451
|
+
:'error_tracking_events_agg_sum' => :'error_tracking_events_agg_sum',
|
|
425
452
|
:'fargate_tasks_count_avg_sum' => :'fargate_tasks_count_avg_sum',
|
|
426
453
|
:'fargate_tasks_count_hwm_sum' => :'fargate_tasks_count_hwm_sum',
|
|
454
|
+
:'flex_logs_compute_large_avg_sum' => :'flex_logs_compute_large_avg_sum',
|
|
455
|
+
:'flex_logs_compute_medium_avg_sum' => :'flex_logs_compute_medium_avg_sum',
|
|
456
|
+
:'flex_logs_compute_small_avg_sum' => :'flex_logs_compute_small_avg_sum',
|
|
457
|
+
:'flex_logs_compute_xsmall_avg_sum' => :'flex_logs_compute_xsmall_avg_sum',
|
|
458
|
+
:'flex_stored_logs_avg_sum' => :'flex_stored_logs_avg_sum',
|
|
427
459
|
:'forwarding_events_bytes_agg_sum' => :'forwarding_events_bytes_agg_sum',
|
|
428
460
|
:'gcp_host_top99p_sum' => :'gcp_host_top99p_sum',
|
|
429
461
|
:'heroku_host_top99p_sum' => :'heroku_host_top99p_sum',
|
|
@@ -494,6 +526,7 @@ module DatadogAPIClient::V1
|
|
|
494
526
|
:'apm_fargate_count_avg_sum' => :'Integer',
|
|
495
527
|
:'apm_host_top99p_sum' => :'Integer',
|
|
496
528
|
:'appsec_fargate_count_avg_sum' => :'Integer',
|
|
529
|
+
:'asm_serverless_agg_sum' => :'Integer',
|
|
497
530
|
:'audit_logs_lines_indexed_agg_sum' => :'Integer',
|
|
498
531
|
:'audit_trail_enabled_hwm_sum' => :'Integer',
|
|
499
532
|
:'avg_profiled_fargate_tasks_sum' => :'Integer',
|
|
@@ -513,6 +546,7 @@ module DatadogAPIClient::V1
|
|
|
513
546
|
:'ci_visibility_test_committers_hwm_sum' => :'Integer',
|
|
514
547
|
:'cloud_cost_management_aws_host_count_avg_sum' => :'Integer',
|
|
515
548
|
:'cloud_cost_management_azure_host_count_avg_sum' => :'Integer',
|
|
549
|
+
:'cloud_cost_management_gcp_host_count_avg_sum' => :'Integer',
|
|
516
550
|
:'cloud_cost_management_host_count_avg_sum' => :'Integer',
|
|
517
551
|
:'cloud_siem_events_agg_sum' => :'Integer',
|
|
518
552
|
:'container_avg_sum' => :'Integer',
|
|
@@ -543,8 +577,14 @@ module DatadogAPIClient::V1
|
|
|
543
577
|
:'dbm_host_top99p_sum' => :'Integer',
|
|
544
578
|
:'dbm_queries_avg_sum' => :'Integer',
|
|
545
579
|
:'end_date' => :'Time',
|
|
580
|
+
:'error_tracking_events_agg_sum' => :'Integer',
|
|
546
581
|
:'fargate_tasks_count_avg_sum' => :'Integer',
|
|
547
582
|
:'fargate_tasks_count_hwm_sum' => :'Integer',
|
|
583
|
+
:'flex_logs_compute_large_avg_sum' => :'Integer',
|
|
584
|
+
:'flex_logs_compute_medium_avg_sum' => :'Integer',
|
|
585
|
+
:'flex_logs_compute_small_avg_sum' => :'Integer',
|
|
586
|
+
:'flex_logs_compute_xsmall_avg_sum' => :'Integer',
|
|
587
|
+
:'flex_stored_logs_avg_sum' => :'Integer',
|
|
548
588
|
:'forwarding_events_bytes_agg_sum' => :'Integer',
|
|
549
589
|
:'gcp_host_top99p_sum' => :'Integer',
|
|
550
590
|
:'heroku_host_top99p_sum' => :'Integer',
|
|
@@ -645,6 +685,10 @@ module DatadogAPIClient::V1
|
|
|
645
685
|
self.appsec_fargate_count_avg_sum = attributes[:'appsec_fargate_count_avg_sum']
|
|
646
686
|
end
|
|
647
687
|
|
|
688
|
+
if attributes.key?(:'asm_serverless_agg_sum')
|
|
689
|
+
self.asm_serverless_agg_sum = attributes[:'asm_serverless_agg_sum']
|
|
690
|
+
end
|
|
691
|
+
|
|
648
692
|
if attributes.key?(:'audit_logs_lines_indexed_agg_sum')
|
|
649
693
|
self.audit_logs_lines_indexed_agg_sum = attributes[:'audit_logs_lines_indexed_agg_sum']
|
|
650
694
|
end
|
|
@@ -721,6 +765,10 @@ module DatadogAPIClient::V1
|
|
|
721
765
|
self.cloud_cost_management_azure_host_count_avg_sum = attributes[:'cloud_cost_management_azure_host_count_avg_sum']
|
|
722
766
|
end
|
|
723
767
|
|
|
768
|
+
if attributes.key?(:'cloud_cost_management_gcp_host_count_avg_sum')
|
|
769
|
+
self.cloud_cost_management_gcp_host_count_avg_sum = attributes[:'cloud_cost_management_gcp_host_count_avg_sum']
|
|
770
|
+
end
|
|
771
|
+
|
|
724
772
|
if attributes.key?(:'cloud_cost_management_host_count_avg_sum')
|
|
725
773
|
self.cloud_cost_management_host_count_avg_sum = attributes[:'cloud_cost_management_host_count_avg_sum']
|
|
726
774
|
end
|
|
@@ -841,6 +889,10 @@ module DatadogAPIClient::V1
|
|
|
841
889
|
self.end_date = attributes[:'end_date']
|
|
842
890
|
end
|
|
843
891
|
|
|
892
|
+
if attributes.key?(:'error_tracking_events_agg_sum')
|
|
893
|
+
self.error_tracking_events_agg_sum = attributes[:'error_tracking_events_agg_sum']
|
|
894
|
+
end
|
|
895
|
+
|
|
844
896
|
if attributes.key?(:'fargate_tasks_count_avg_sum')
|
|
845
897
|
self.fargate_tasks_count_avg_sum = attributes[:'fargate_tasks_count_avg_sum']
|
|
846
898
|
end
|
|
@@ -849,6 +901,26 @@ module DatadogAPIClient::V1
|
|
|
849
901
|
self.fargate_tasks_count_hwm_sum = attributes[:'fargate_tasks_count_hwm_sum']
|
|
850
902
|
end
|
|
851
903
|
|
|
904
|
+
if attributes.key?(:'flex_logs_compute_large_avg_sum')
|
|
905
|
+
self.flex_logs_compute_large_avg_sum = attributes[:'flex_logs_compute_large_avg_sum']
|
|
906
|
+
end
|
|
907
|
+
|
|
908
|
+
if attributes.key?(:'flex_logs_compute_medium_avg_sum')
|
|
909
|
+
self.flex_logs_compute_medium_avg_sum = attributes[:'flex_logs_compute_medium_avg_sum']
|
|
910
|
+
end
|
|
911
|
+
|
|
912
|
+
if attributes.key?(:'flex_logs_compute_small_avg_sum')
|
|
913
|
+
self.flex_logs_compute_small_avg_sum = attributes[:'flex_logs_compute_small_avg_sum']
|
|
914
|
+
end
|
|
915
|
+
|
|
916
|
+
if attributes.key?(:'flex_logs_compute_xsmall_avg_sum')
|
|
917
|
+
self.flex_logs_compute_xsmall_avg_sum = attributes[:'flex_logs_compute_xsmall_avg_sum']
|
|
918
|
+
end
|
|
919
|
+
|
|
920
|
+
if attributes.key?(:'flex_stored_logs_avg_sum')
|
|
921
|
+
self.flex_stored_logs_avg_sum = attributes[:'flex_stored_logs_avg_sum']
|
|
922
|
+
end
|
|
923
|
+
|
|
852
924
|
if attributes.key?(:'forwarding_events_bytes_agg_sum')
|
|
853
925
|
self.forwarding_events_bytes_agg_sum = attributes[:'forwarding_events_bytes_agg_sum']
|
|
854
926
|
end
|
|
@@ -1092,6 +1164,7 @@ module DatadogAPIClient::V1
|
|
|
1092
1164
|
apm_fargate_count_avg_sum == o.apm_fargate_count_avg_sum &&
|
|
1093
1165
|
apm_host_top99p_sum == o.apm_host_top99p_sum &&
|
|
1094
1166
|
appsec_fargate_count_avg_sum == o.appsec_fargate_count_avg_sum &&
|
|
1167
|
+
asm_serverless_agg_sum == o.asm_serverless_agg_sum &&
|
|
1095
1168
|
audit_logs_lines_indexed_agg_sum == o.audit_logs_lines_indexed_agg_sum &&
|
|
1096
1169
|
audit_trail_enabled_hwm_sum == o.audit_trail_enabled_hwm_sum &&
|
|
1097
1170
|
avg_profiled_fargate_tasks_sum == o.avg_profiled_fargate_tasks_sum &&
|
|
@@ -1111,6 +1184,7 @@ module DatadogAPIClient::V1
|
|
|
1111
1184
|
ci_visibility_test_committers_hwm_sum == o.ci_visibility_test_committers_hwm_sum &&
|
|
1112
1185
|
cloud_cost_management_aws_host_count_avg_sum == o.cloud_cost_management_aws_host_count_avg_sum &&
|
|
1113
1186
|
cloud_cost_management_azure_host_count_avg_sum == o.cloud_cost_management_azure_host_count_avg_sum &&
|
|
1187
|
+
cloud_cost_management_gcp_host_count_avg_sum == o.cloud_cost_management_gcp_host_count_avg_sum &&
|
|
1114
1188
|
cloud_cost_management_host_count_avg_sum == o.cloud_cost_management_host_count_avg_sum &&
|
|
1115
1189
|
cloud_siem_events_agg_sum == o.cloud_siem_events_agg_sum &&
|
|
1116
1190
|
container_avg_sum == o.container_avg_sum &&
|
|
@@ -1141,8 +1215,14 @@ module DatadogAPIClient::V1
|
|
|
1141
1215
|
dbm_host_top99p_sum == o.dbm_host_top99p_sum &&
|
|
1142
1216
|
dbm_queries_avg_sum == o.dbm_queries_avg_sum &&
|
|
1143
1217
|
end_date == o.end_date &&
|
|
1218
|
+
error_tracking_events_agg_sum == o.error_tracking_events_agg_sum &&
|
|
1144
1219
|
fargate_tasks_count_avg_sum == o.fargate_tasks_count_avg_sum &&
|
|
1145
1220
|
fargate_tasks_count_hwm_sum == o.fargate_tasks_count_hwm_sum &&
|
|
1221
|
+
flex_logs_compute_large_avg_sum == o.flex_logs_compute_large_avg_sum &&
|
|
1222
|
+
flex_logs_compute_medium_avg_sum == o.flex_logs_compute_medium_avg_sum &&
|
|
1223
|
+
flex_logs_compute_small_avg_sum == o.flex_logs_compute_small_avg_sum &&
|
|
1224
|
+
flex_logs_compute_xsmall_avg_sum == o.flex_logs_compute_xsmall_avg_sum &&
|
|
1225
|
+
flex_stored_logs_avg_sum == o.flex_stored_logs_avg_sum &&
|
|
1146
1226
|
forwarding_events_bytes_agg_sum == o.forwarding_events_bytes_agg_sum &&
|
|
1147
1227
|
gcp_host_top99p_sum == o.gcp_host_top99p_sum &&
|
|
1148
1228
|
heroku_host_top99p_sum == o.heroku_host_top99p_sum &&
|
|
@@ -1206,7 +1286,7 @@ module DatadogAPIClient::V1
|
|
|
1206
1286
|
# @return [Integer] Hash code
|
|
1207
1287
|
# @!visibility private
|
|
1208
1288
|
def hash
|
|
1209
|
-
[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, 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_host_count_avg_sum, cloud_siem_events_agg_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_containers_avg_sum, cws_host_top99p_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, end_date, fargate_tasks_count_avg_sum, fargate_tasks_count_hwm_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, 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_session_count_agg_sum, rum_total_session_count_agg_sum, rum_units_agg_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, 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].hash
|
|
1289
|
+
[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, 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_containers_avg_sum, cws_host_top99p_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, end_date, error_tracking_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_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, 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_session_count_agg_sum, rum_total_session_count_agg_sum, rum_units_agg_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, 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].hash
|
|
1210
1290
|
end
|
|
1211
1291
|
end
|
|
1212
1292
|
end
|