datadog_api_client 2.14.0 → 2.16.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 +6 -6
- data/.generator/schemas/v1/openapi.yaml +808 -143
- data/.generator/schemas/v2/openapi.yaml +1808 -166
- data/.generator/src/generator/openapi.py +3 -1
- data/.generator/src/generator/templates/api.j2 +8 -2
- data/.generator/src/generator/templates/api_client.j2 +19 -1
- data/.generator/src/generator/templates/model_base.j2 +1 -0
- data/CHANGELOG.md +56 -0
- data/examples/v1/dashboards/CreateDashboard_1754992756.rb +44 -0
- data/examples/v1/dashboards/CreateDashboard_2278756614.rb +91 -0
- data/examples/v1/dashboards/CreateDashboard_2618036642.rb +36 -0
- data/examples/v1/dashboards/CreateDashboard_2705593938.rb +3 -0
- data/examples/v1/dashboards/CreateDashboard_3777304439.rb +50 -0
- data/examples/v1/dashboards/ListDashboards_1062671515.rb +8 -0
- data/examples/v1/monitors/CreateMonitor_1539578087.rb +36 -0
- data/examples/v1/monitors/ListMonitors_2966492814.rb +8 -0
- data/examples/v1/notebooks/ListNotebooks_788665428.rb +8 -0
- data/examples/v1/service-level-objective-corrections/ListSLOCorrection_2647266873.rb +8 -0
- data/examples/v1/service-level-objectives/ListSLOs_3036942817.rb +8 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +1 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +1 -1
- data/examples/v1/synthetics/ListTests_1938827783.rb +8 -0
- data/examples/v1/usage-metering/GetUsageCIApp.rb +4 -1
- data/examples/v1/usage-metering/GetUsageCWS.rb +4 -1
- data/examples/v1/usage-metering/GetUsageCloudSecurityPostureManagement.rb +1 -1
- data/examples/v2/apm-retention-filters/CreateApmRetentionFilter.rb +20 -0
- data/examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb +8 -0
- data/examples/v2/apm-retention-filters/GetApmRetentionFilter.rb +8 -0
- data/examples/v2/apm-retention-filters/ListApmRetentionFilters.rb +5 -0
- data/examples/v2/apm-retention-filters/ReorderApmRetentionFilters.rb +18 -0
- data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +24 -0
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent.rb +0 -3
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +0 -8
- data/examples/v2/container-images/ListContainerImages.rb +8 -0
- data/examples/v2/container-images/ListContainerImages_3088586393.rb +11 -0
- data/examples/v2/container-images/ListContainerImages_3974828736.rb +11 -0
- data/examples/v2/downtimes/CancelDowntime.rb +0 -3
- data/examples/v2/downtimes/CreateDowntime.rb +0 -3
- data/examples/v2/downtimes/GetDowntime.rb +0 -3
- data/examples/v2/downtimes/ListDowntimes.rb +0 -3
- data/examples/v2/downtimes/ListDowntimes_805770330.rb +8 -0
- data/examples/v2/downtimes/ListMonitorDowntimes.rb +0 -3
- data/examples/v2/downtimes/ListMonitorDowntimes_128979780.rb +0 -3
- data/examples/v2/downtimes/UpdateDowntime.rb +0 -3
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +19 -0
- data/examples/v2/powerpack/CreatePowerpack.rb +47 -0
- data/examples/v2/powerpack/DeletePowerpack.rb +8 -0
- data/examples/v2/powerpack/GetPowerpack.rb +8 -0
- data/examples/v2/powerpack/ListPowerpacks.rb +8 -0
- data/examples/v2/powerpack/ListPowerpacks_1173755071.rb +8 -0
- data/examples/v2/powerpack/UpdatePowerpack.rb +50 -0
- data/examples/v2/rum/CreateRUMApplication.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_1092490364.rb +1 -1
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule_428087276.rb +1 -1
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb +5 -7
- data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey.rb +7 -1
- data/examples/v2/service-accounts/GetServiceAccountApplicationKey.rb +7 -1
- data/examples/v2/service-accounts/ListServiceAccountApplicationKeys.rb +4 -1
- data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey.rb +11 -9
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +23 -12
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_2621709423.rb +53 -0
- data/examples/v2/teams/ListTeams_3592098458.rb +8 -0
- data/examples/v2/users/ListUsers_4075885358.rb +8 -0
- data/lib/datadog_api_client/api_client.rb +19 -1
- data/lib/datadog_api_client/configuration.rb +1 -7
- data/lib/datadog_api_client/inflector.rb +81 -0
- data/lib/datadog_api_client/v1/api/dashboards_api.rb +25 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +23 -20
- data/lib/datadog_api_client/v1/api/notebooks_api.rb +21 -0
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +21 -0
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +21 -0
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +25 -3
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -6
- data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/model_base.rb +1 -0
- data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +35 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +7 -4
- data/lib/datadog_api_client/v1/models/ip_prefixes_global.rb +94 -0
- data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_options.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule.rb +82 -0
- data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb +100 -0
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +6 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +65 -5
- data/lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb +131 -0
- data/lib/datadog_api_client/v1/models/powerpack_template_variables.rb +94 -0
- data/lib/datadog_api_client/v1/models/powerpack_widget_definition.rb +169 -0
- data/lib/datadog_api_client/v1/models/powerpack_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/split_config.rb +181 -0
- data/lib/datadog_api_client/v1/models/split_config_sort_compute.rb +119 -0
- data/lib/datadog_api_client/v1/models/split_dimension.rb +98 -0
- data/lib/datadog_api_client/v1/models/split_graph_source_widget_definition.rb +70 -0
- data/lib/datadog_api_client/v1/models/split_graph_viz_size.rb +29 -0
- data/lib/datadog_api_client/v1/models/split_graph_widget_definition.rb +191 -0
- data/lib/datadog_api_client/v1/models/split_graph_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/split_sort.rb +108 -0
- data/lib/datadog_api_client/v1/models/split_vector_entry_item.rb +125 -0
- data/lib/datadog_api_client/v1/models/sunburst_widget_request.rb +14 -4
- data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_timings_scope.rb +27 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +4 -4
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +8 -8
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +2 -2
- data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +12 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +168 -8
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +168 -8
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +168 -8
- data/lib/datadog_api_client/v1/models/widget_definition.rb +8 -6
- data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +423 -0
- data/lib/datadog_api_client/v2/api/audit_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +5 -11
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +4 -4
- data/lib/datadog_api_client/v2/api/container_images_api.rb +129 -0
- data/lib/datadog_api_client/v2/api/downtimes_api.rb +25 -36
- data/lib/datadog_api_client/v2/api/events_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/logs_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/powerpack_api.rb +383 -0
- data/lib/datadog_api_client/v2/api/processes_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/rum_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +4 -4
- data/lib/datadog_api_client/v2/api/spans_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/teams_api.rb +22 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/users_api.rb +22 -0
- data/lib/datadog_api_client/v2/model_base.rb +1 -0
- data/lib/datadog_api_client/v2/models/apm_retention_filter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image.rb +100 -0
- data/lib/datadog_api_client/v2/models/container_image_attributes.rb +261 -0
- data/lib/datadog_api_client/v2/models/container_image_flavor.rb +120 -0
- data/lib/datadog_api_client/v2/models/container_image_group.rb +110 -0
- data/lib/datadog_api_client/v2/models/container_image_group_attributes.rb +100 -0
- data/lib/datadog_api_client/v2/models/container_image_group_images_relationships_link.rb +92 -0
- data/lib/datadog_api_client/v2/models/container_image_group_relationships.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_image_group_relationships_links.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_image_group_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image_item.rb +63 -0
- data/lib/datadog_api_client/v2/models/container_image_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_image_meta_page.rb +160 -0
- data/lib/datadog_api_client/v2/models/container_image_meta_page_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image_vulnerabilities.rb +140 -0
- data/lib/datadog_api_client/v2/models/container_images_response.rb +102 -0
- data/lib/datadog_api_client/v2/models/container_images_response_links.rb +130 -0
- data/lib/datadog_api_client/v2/models/data_scalar_column.rb +2 -2
- data/lib/datadog_api_client/v2/models/downtime_relationships_monitor_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/group_scalar_column.rb +2 -2
- data/lib/datadog_api_client/v2/models/list_powerpacks_response.rb +114 -0
- data/lib/datadog_api_client/v2/models/powerpack.rb +80 -0
- data/lib/datadog_api_client/v2/models/powerpack_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/powerpack_data.rb +110 -0
- data/lib/datadog_api_client/v2/models/powerpack_group_widget.rb +108 -0
- data/lib/datadog_api_client/v2/models/powerpack_group_widget_definition.rb +162 -0
- data/lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb +177 -0
- data/lib/datadog_api_client/v2/models/powerpack_inner_widget_layout.rb +177 -0
- data/lib/datadog_api_client/v2/models/powerpack_inner_widgets.rb +108 -0
- data/lib/datadog_api_client/v2/models/powerpack_relationships.rb +80 -0
- data/lib/datadog_api_client/v2/models/powerpack_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/powerpack_response_links.rb +129 -0
- data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +110 -0
- data/lib/datadog_api_client/v2/models/powerpacks_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb +150 -0
- data/lib/datadog_api_client/v2/models/reorder_retention_filters_request.rb +100 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_binding.rb +1 -1
- data/lib/datadog_api_client/v2/models/retention_filter.rb +140 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all.rb +140 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb +181 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/retention_filter_attributes.rb +181 -0
- data/lib/datadog_api_client/v2/models/retention_filter_create_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/retention_filter_create_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/retention_filter_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/retention_filter_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/retention_filter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +140 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/retention_filter_without_attributes.rb +119 -0
- data/lib/datadog_api_client/v2/models/retention_filters_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/scalar_column_type_group.rb +26 -0
- data/lib/datadog_api_client/v2/models/scalar_column_type_number.rb +26 -0
- data/lib/datadog_api_client/v2/models/scalar_meta.rb +8 -0
- data/lib/datadog_api_client/v2/models/service_definition_schema.rb +2 -1
- data/lib/datadog_api_client/v2/models/service_definition_schema_versions.rb +1 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +247 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_contact.rb +129 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb +90 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_link.rb +150 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie.rb +108 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie_region.rb +27 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_pagerduty.rb +80 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_type.rb +32 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_version.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definitions_create_request.rb +1 -0
- data/lib/datadog_api_client/v2/models/spans_filter.rb +80 -0
- data/lib/datadog_api_client/v2/models/spans_filter_create.rb +98 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/run-tests.sh +6 -5
- metadata +114 -9
- data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +0 -8
- data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +0 -8
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_1761876297.rb +0 -17
- data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey_992091161.rb +0 -11
- data/examples/v2/service-accounts/GetServiceAccountApplicationKey_819075131.rb +0 -11
- data/examples/v2/service-accounts/ListServiceAccountApplicationKeys_1268914341.rb +0 -8
- data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey_768415790.rb +0 -22
|
@@ -102,25 +102,55 @@ module DatadogAPIClient::V1
|
|
|
102
102
|
# Shows the high-water mark of all distinct containers over all hours in the current date for the given org.
|
|
103
103
|
attr_accessor :container_hwm
|
|
104
104
|
|
|
105
|
-
# Shows the
|
|
105
|
+
# Shows the sum of all Cloud Security Management Enterprise compliance containers over all hours in the current date for the given org.
|
|
106
|
+
attr_accessor :csm_container_enterprise_compliance_count_sum
|
|
107
|
+
|
|
108
|
+
# Shows the sum of all Cloud Security Management Enterprise Cloud Workload Security containers over all hours in the current date for the given org.
|
|
109
|
+
attr_accessor :csm_container_enterprise_cws_count_sum
|
|
110
|
+
|
|
111
|
+
# Shows the sum of all Cloud Security Management Enterprise containers over all hours in the current date for the given org.
|
|
112
|
+
attr_accessor :csm_container_enterprise_total_count_sum
|
|
113
|
+
|
|
114
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure app services hosts over all hours in the current date for the given org.
|
|
115
|
+
attr_accessor :csm_host_enterprise_aas_host_count_top99p
|
|
116
|
+
|
|
117
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise AWS hosts over all hours in the current date for the given org.
|
|
118
|
+
attr_accessor :csm_host_enterprise_aws_host_count_top99p
|
|
119
|
+
|
|
120
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure hosts over all hours in the current date for the given org.
|
|
121
|
+
attr_accessor :csm_host_enterprise_azure_host_count_top99p
|
|
122
|
+
|
|
123
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise compliance hosts over all hours in the current date for the given org.
|
|
124
|
+
attr_accessor :csm_host_enterprise_compliance_host_count_top99p
|
|
125
|
+
|
|
126
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Cloud Workload Security hosts over all hours in the current date for the given org.
|
|
127
|
+
attr_accessor :csm_host_enterprise_cws_host_count_top99p
|
|
128
|
+
|
|
129
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
|
|
130
|
+
attr_accessor :csm_host_enterprise_gcp_host_count_top99p
|
|
131
|
+
|
|
132
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
|
|
133
|
+
attr_accessor :csm_host_enterprise_total_host_count_top99p
|
|
134
|
+
|
|
135
|
+
# Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for the given org.
|
|
106
136
|
attr_accessor :cspm_aas_host_top99p
|
|
107
137
|
|
|
108
|
-
# Shows the 99th percentile of all Cloud Security
|
|
138
|
+
# Shows the 99th percentile of all Cloud Security Management Pro AWS hosts over all hours in the current date for the given org.
|
|
109
139
|
attr_accessor :cspm_aws_host_top99p
|
|
110
140
|
|
|
111
|
-
# Shows the 99th percentile of all Cloud Security
|
|
141
|
+
# Shows the 99th percentile of all Cloud Security Management Pro Azure hosts over all hours in the current date for the given org.
|
|
112
142
|
attr_accessor :cspm_azure_host_top99p
|
|
113
143
|
|
|
114
|
-
# Shows the average number of Cloud Security
|
|
144
|
+
# Shows the average number of Cloud Security Management Pro containers over all hours in the current date for the given org.
|
|
115
145
|
attr_accessor :cspm_container_avg
|
|
116
146
|
|
|
117
|
-
# Shows the high-water mark of Cloud Security
|
|
147
|
+
# Shows the high-water mark of Cloud Security Management Pro containers over all hours in the current date for the given org.
|
|
118
148
|
attr_accessor :cspm_container_hwm
|
|
119
149
|
|
|
120
|
-
# Shows the 99th percentile of all Cloud Security
|
|
150
|
+
# Shows the 99th percentile of all Cloud Security Management Pro GCP hosts over all hours in the current date for the given org.
|
|
121
151
|
attr_accessor :cspm_gcp_host_top99p
|
|
122
152
|
|
|
123
|
-
# Shows the 99th percentile of all Cloud Security
|
|
153
|
+
# Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for the given org.
|
|
124
154
|
attr_accessor :cspm_host_top99p
|
|
125
155
|
|
|
126
156
|
# Shows the average number of distinct custom metrics over all hours in the current date for the given org.
|
|
@@ -201,6 +231,9 @@ module DatadogAPIClient::V1
|
|
|
201
231
|
# The organization name.
|
|
202
232
|
attr_accessor :name
|
|
203
233
|
|
|
234
|
+
# Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current date for the given org.
|
|
235
|
+
attr_accessor :ndm_netflow_events_sum
|
|
236
|
+
|
|
204
237
|
# Shows the sum of all Network flows indexed over all hours in the current date for the given org.
|
|
205
238
|
attr_accessor :netflow_indexed_events_count_sum
|
|
206
239
|
|
|
@@ -219,6 +252,9 @@ module DatadogAPIClient::V1
|
|
|
219
252
|
# Shows the 99th percentile of all hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for the given org.
|
|
220
253
|
attr_accessor :opentelemetry_host_top99p
|
|
221
254
|
|
|
255
|
+
# Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
|
|
256
|
+
attr_accessor :profiling_aas_count_top99p
|
|
257
|
+
|
|
222
258
|
# Shows the 99th percentile of all profiled hosts over all hours in the current date for the given org.
|
|
223
259
|
attr_accessor :profiling_host_top99p
|
|
224
260
|
|
|
@@ -255,12 +291,24 @@ module DatadogAPIClient::V1
|
|
|
255
291
|
# Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for the given org.
|
|
256
292
|
attr_accessor :sds_total_scanned_bytes_sum
|
|
257
293
|
|
|
294
|
+
# Shows the average of the number of Serverless Apps for Azure for the given date and given org.
|
|
295
|
+
attr_accessor :serverless_apps_azure_count_avg
|
|
296
|
+
|
|
297
|
+
# Shows the average of the number of Serverless Apps for Google Cloud for the given date and given org.
|
|
298
|
+
attr_accessor :serverless_apps_google_count_avg
|
|
299
|
+
|
|
300
|
+
# Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
|
|
301
|
+
attr_accessor :serverless_apps_total_count_avg
|
|
302
|
+
|
|
258
303
|
# Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
|
|
259
304
|
attr_accessor :synthetics_browser_check_calls_count_sum
|
|
260
305
|
|
|
261
306
|
# Shows the sum of all Synthetic API tests over all hours in the current date for the given org.
|
|
262
307
|
attr_accessor :synthetics_check_calls_count_sum
|
|
263
308
|
|
|
309
|
+
# Shows the sum of all Synthetic mobile application tests over all hours in the current date for the given org.
|
|
310
|
+
attr_accessor :synthetics_mobile_test_runs_sum
|
|
311
|
+
|
|
264
312
|
# Shows the high-water mark of used synthetics parallel testing slots over all hours in the current date for the given org.
|
|
265
313
|
attr_accessor :synthetics_parallel_testing_max_slots_hwm
|
|
266
314
|
|
|
@@ -313,6 +361,16 @@ module DatadogAPIClient::V1
|
|
|
313
361
|
:'container_avg' => :'container_avg',
|
|
314
362
|
:'container_excl_agent_avg' => :'container_excl_agent_avg',
|
|
315
363
|
:'container_hwm' => :'container_hwm',
|
|
364
|
+
:'csm_container_enterprise_compliance_count_sum' => :'csm_container_enterprise_compliance_count_sum',
|
|
365
|
+
:'csm_container_enterprise_cws_count_sum' => :'csm_container_enterprise_cws_count_sum',
|
|
366
|
+
:'csm_container_enterprise_total_count_sum' => :'csm_container_enterprise_total_count_sum',
|
|
367
|
+
:'csm_host_enterprise_aas_host_count_top99p' => :'csm_host_enterprise_aas_host_count_top99p',
|
|
368
|
+
:'csm_host_enterprise_aws_host_count_top99p' => :'csm_host_enterprise_aws_host_count_top99p',
|
|
369
|
+
:'csm_host_enterprise_azure_host_count_top99p' => :'csm_host_enterprise_azure_host_count_top99p',
|
|
370
|
+
:'csm_host_enterprise_compliance_host_count_top99p' => :'csm_host_enterprise_compliance_host_count_top99p',
|
|
371
|
+
:'csm_host_enterprise_cws_host_count_top99p' => :'csm_host_enterprise_cws_host_count_top99p',
|
|
372
|
+
:'csm_host_enterprise_gcp_host_count_top99p' => :'csm_host_enterprise_gcp_host_count_top99p',
|
|
373
|
+
:'csm_host_enterprise_total_host_count_top99p' => :'csm_host_enterprise_total_host_count_top99p',
|
|
316
374
|
:'cspm_aas_host_top99p' => :'cspm_aas_host_top99p',
|
|
317
375
|
:'cspm_aws_host_top99p' => :'cspm_aws_host_top99p',
|
|
318
376
|
:'cspm_azure_host_top99p' => :'cspm_azure_host_top99p',
|
|
@@ -346,12 +404,14 @@ module DatadogAPIClient::V1
|
|
|
346
404
|
:'mobile_rum_session_count_sum' => :'mobile_rum_session_count_sum',
|
|
347
405
|
:'mobile_rum_units_sum' => :'mobile_rum_units_sum',
|
|
348
406
|
:'name' => :'name',
|
|
407
|
+
:'ndm_netflow_events_sum' => :'ndm_netflow_events_sum',
|
|
349
408
|
:'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
|
|
350
409
|
:'npm_host_top99p' => :'npm_host_top99p',
|
|
351
410
|
:'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
|
|
352
411
|
:'online_archive_events_count_sum' => :'online_archive_events_count_sum',
|
|
353
412
|
:'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
|
|
354
413
|
:'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
|
|
414
|
+
:'profiling_aas_count_top99p' => :'profiling_aas_count_top99p',
|
|
355
415
|
:'profiling_host_top99p' => :'profiling_host_top99p',
|
|
356
416
|
:'public_id' => :'public_id',
|
|
357
417
|
:'region' => :'region',
|
|
@@ -364,8 +424,12 @@ module DatadogAPIClient::V1
|
|
|
364
424
|
:'sds_logs_scanned_bytes_sum' => :'sds_logs_scanned_bytes_sum',
|
|
365
425
|
:'sds_rum_scanned_bytes_sum' => :'sds_rum_scanned_bytes_sum',
|
|
366
426
|
:'sds_total_scanned_bytes_sum' => :'sds_total_scanned_bytes_sum',
|
|
427
|
+
:'serverless_apps_azure_count_avg' => :'serverless_apps_azure_count_avg',
|
|
428
|
+
:'serverless_apps_google_count_avg' => :'serverless_apps_google_count_avg',
|
|
429
|
+
:'serverless_apps_total_count_avg' => :'serverless_apps_total_count_avg',
|
|
367
430
|
:'synthetics_browser_check_calls_count_sum' => :'synthetics_browser_check_calls_count_sum',
|
|
368
431
|
:'synthetics_check_calls_count_sum' => :'synthetics_check_calls_count_sum',
|
|
432
|
+
:'synthetics_mobile_test_runs_sum' => :'synthetics_mobile_test_runs_sum',
|
|
369
433
|
:'synthetics_parallel_testing_max_slots_hwm' => :'synthetics_parallel_testing_max_slots_hwm',
|
|
370
434
|
:'trace_search_indexed_events_count_sum' => :'trace_search_indexed_events_count_sum',
|
|
371
435
|
:'twol_ingested_events_bytes_sum' => :'twol_ingested_events_bytes_sum',
|
|
@@ -407,6 +471,16 @@ module DatadogAPIClient::V1
|
|
|
407
471
|
:'container_avg' => :'Integer',
|
|
408
472
|
:'container_excl_agent_avg' => :'Integer',
|
|
409
473
|
:'container_hwm' => :'Integer',
|
|
474
|
+
:'csm_container_enterprise_compliance_count_sum' => :'Integer',
|
|
475
|
+
:'csm_container_enterprise_cws_count_sum' => :'Integer',
|
|
476
|
+
:'csm_container_enterprise_total_count_sum' => :'Integer',
|
|
477
|
+
:'csm_host_enterprise_aas_host_count_top99p' => :'Integer',
|
|
478
|
+
:'csm_host_enterprise_aws_host_count_top99p' => :'Integer',
|
|
479
|
+
:'csm_host_enterprise_azure_host_count_top99p' => :'Integer',
|
|
480
|
+
:'csm_host_enterprise_compliance_host_count_top99p' => :'Integer',
|
|
481
|
+
:'csm_host_enterprise_cws_host_count_top99p' => :'Integer',
|
|
482
|
+
:'csm_host_enterprise_gcp_host_count_top99p' => :'Integer',
|
|
483
|
+
:'csm_host_enterprise_total_host_count_top99p' => :'Integer',
|
|
410
484
|
:'cspm_aas_host_top99p' => :'Integer',
|
|
411
485
|
:'cspm_aws_host_top99p' => :'Integer',
|
|
412
486
|
:'cspm_azure_host_top99p' => :'Integer',
|
|
@@ -440,12 +514,14 @@ module DatadogAPIClient::V1
|
|
|
440
514
|
:'mobile_rum_session_count_sum' => :'Integer',
|
|
441
515
|
:'mobile_rum_units_sum' => :'Integer',
|
|
442
516
|
:'name' => :'String',
|
|
517
|
+
:'ndm_netflow_events_sum' => :'Integer',
|
|
443
518
|
:'netflow_indexed_events_count_sum' => :'Integer',
|
|
444
519
|
:'npm_host_top99p' => :'Integer',
|
|
445
520
|
:'observability_pipelines_bytes_processed_sum' => :'Integer',
|
|
446
521
|
:'online_archive_events_count_sum' => :'Integer',
|
|
447
522
|
:'opentelemetry_apm_host_top99p' => :'Integer',
|
|
448
523
|
:'opentelemetry_host_top99p' => :'Integer',
|
|
524
|
+
:'profiling_aas_count_top99p' => :'Integer',
|
|
449
525
|
:'profiling_host_top99p' => :'Integer',
|
|
450
526
|
:'public_id' => :'String',
|
|
451
527
|
:'region' => :'String',
|
|
@@ -458,8 +534,12 @@ module DatadogAPIClient::V1
|
|
|
458
534
|
:'sds_logs_scanned_bytes_sum' => :'Integer',
|
|
459
535
|
:'sds_rum_scanned_bytes_sum' => :'Integer',
|
|
460
536
|
:'sds_total_scanned_bytes_sum' => :'Integer',
|
|
537
|
+
:'serverless_apps_azure_count_avg' => :'Integer',
|
|
538
|
+
:'serverless_apps_google_count_avg' => :'Integer',
|
|
539
|
+
:'serverless_apps_total_count_avg' => :'Integer',
|
|
461
540
|
:'synthetics_browser_check_calls_count_sum' => :'Integer',
|
|
462
541
|
:'synthetics_check_calls_count_sum' => :'Integer',
|
|
542
|
+
:'synthetics_mobile_test_runs_sum' => :'Integer',
|
|
463
543
|
:'synthetics_parallel_testing_max_slots_hwm' => :'Integer',
|
|
464
544
|
:'trace_search_indexed_events_count_sum' => :'Integer',
|
|
465
545
|
:'twol_ingested_events_bytes_sum' => :'Integer',
|
|
@@ -594,6 +674,46 @@ module DatadogAPIClient::V1
|
|
|
594
674
|
self.container_hwm = attributes[:'container_hwm']
|
|
595
675
|
end
|
|
596
676
|
|
|
677
|
+
if attributes.key?(:'csm_container_enterprise_compliance_count_sum')
|
|
678
|
+
self.csm_container_enterprise_compliance_count_sum = attributes[:'csm_container_enterprise_compliance_count_sum']
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
if attributes.key?(:'csm_container_enterprise_cws_count_sum')
|
|
682
|
+
self.csm_container_enterprise_cws_count_sum = attributes[:'csm_container_enterprise_cws_count_sum']
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
if attributes.key?(:'csm_container_enterprise_total_count_sum')
|
|
686
|
+
self.csm_container_enterprise_total_count_sum = attributes[:'csm_container_enterprise_total_count_sum']
|
|
687
|
+
end
|
|
688
|
+
|
|
689
|
+
if attributes.key?(:'csm_host_enterprise_aas_host_count_top99p')
|
|
690
|
+
self.csm_host_enterprise_aas_host_count_top99p = attributes[:'csm_host_enterprise_aas_host_count_top99p']
|
|
691
|
+
end
|
|
692
|
+
|
|
693
|
+
if attributes.key?(:'csm_host_enterprise_aws_host_count_top99p')
|
|
694
|
+
self.csm_host_enterprise_aws_host_count_top99p = attributes[:'csm_host_enterprise_aws_host_count_top99p']
|
|
695
|
+
end
|
|
696
|
+
|
|
697
|
+
if attributes.key?(:'csm_host_enterprise_azure_host_count_top99p')
|
|
698
|
+
self.csm_host_enterprise_azure_host_count_top99p = attributes[:'csm_host_enterprise_azure_host_count_top99p']
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
if attributes.key?(:'csm_host_enterprise_compliance_host_count_top99p')
|
|
702
|
+
self.csm_host_enterprise_compliance_host_count_top99p = attributes[:'csm_host_enterprise_compliance_host_count_top99p']
|
|
703
|
+
end
|
|
704
|
+
|
|
705
|
+
if attributes.key?(:'csm_host_enterprise_cws_host_count_top99p')
|
|
706
|
+
self.csm_host_enterprise_cws_host_count_top99p = attributes[:'csm_host_enterprise_cws_host_count_top99p']
|
|
707
|
+
end
|
|
708
|
+
|
|
709
|
+
if attributes.key?(:'csm_host_enterprise_gcp_host_count_top99p')
|
|
710
|
+
self.csm_host_enterprise_gcp_host_count_top99p = attributes[:'csm_host_enterprise_gcp_host_count_top99p']
|
|
711
|
+
end
|
|
712
|
+
|
|
713
|
+
if attributes.key?(:'csm_host_enterprise_total_host_count_top99p')
|
|
714
|
+
self.csm_host_enterprise_total_host_count_top99p = attributes[:'csm_host_enterprise_total_host_count_top99p']
|
|
715
|
+
end
|
|
716
|
+
|
|
597
717
|
if attributes.key?(:'cspm_aas_host_top99p')
|
|
598
718
|
self.cspm_aas_host_top99p = attributes[:'cspm_aas_host_top99p']
|
|
599
719
|
end
|
|
@@ -726,6 +846,10 @@ module DatadogAPIClient::V1
|
|
|
726
846
|
self.name = attributes[:'name']
|
|
727
847
|
end
|
|
728
848
|
|
|
849
|
+
if attributes.key?(:'ndm_netflow_events_sum')
|
|
850
|
+
self.ndm_netflow_events_sum = attributes[:'ndm_netflow_events_sum']
|
|
851
|
+
end
|
|
852
|
+
|
|
729
853
|
if attributes.key?(:'netflow_indexed_events_count_sum')
|
|
730
854
|
self.netflow_indexed_events_count_sum = attributes[:'netflow_indexed_events_count_sum']
|
|
731
855
|
end
|
|
@@ -750,6 +874,10 @@ module DatadogAPIClient::V1
|
|
|
750
874
|
self.opentelemetry_host_top99p = attributes[:'opentelemetry_host_top99p']
|
|
751
875
|
end
|
|
752
876
|
|
|
877
|
+
if attributes.key?(:'profiling_aas_count_top99p')
|
|
878
|
+
self.profiling_aas_count_top99p = attributes[:'profiling_aas_count_top99p']
|
|
879
|
+
end
|
|
880
|
+
|
|
753
881
|
if attributes.key?(:'profiling_host_top99p')
|
|
754
882
|
self.profiling_host_top99p = attributes[:'profiling_host_top99p']
|
|
755
883
|
end
|
|
@@ -798,6 +926,18 @@ module DatadogAPIClient::V1
|
|
|
798
926
|
self.sds_total_scanned_bytes_sum = attributes[:'sds_total_scanned_bytes_sum']
|
|
799
927
|
end
|
|
800
928
|
|
|
929
|
+
if attributes.key?(:'serverless_apps_azure_count_avg')
|
|
930
|
+
self.serverless_apps_azure_count_avg = attributes[:'serverless_apps_azure_count_avg']
|
|
931
|
+
end
|
|
932
|
+
|
|
933
|
+
if attributes.key?(:'serverless_apps_google_count_avg')
|
|
934
|
+
self.serverless_apps_google_count_avg = attributes[:'serverless_apps_google_count_avg']
|
|
935
|
+
end
|
|
936
|
+
|
|
937
|
+
if attributes.key?(:'serverless_apps_total_count_avg')
|
|
938
|
+
self.serverless_apps_total_count_avg = attributes[:'serverless_apps_total_count_avg']
|
|
939
|
+
end
|
|
940
|
+
|
|
801
941
|
if attributes.key?(:'synthetics_browser_check_calls_count_sum')
|
|
802
942
|
self.synthetics_browser_check_calls_count_sum = attributes[:'synthetics_browser_check_calls_count_sum']
|
|
803
943
|
end
|
|
@@ -806,6 +946,10 @@ module DatadogAPIClient::V1
|
|
|
806
946
|
self.synthetics_check_calls_count_sum = attributes[:'synthetics_check_calls_count_sum']
|
|
807
947
|
end
|
|
808
948
|
|
|
949
|
+
if attributes.key?(:'synthetics_mobile_test_runs_sum')
|
|
950
|
+
self.synthetics_mobile_test_runs_sum = attributes[:'synthetics_mobile_test_runs_sum']
|
|
951
|
+
end
|
|
952
|
+
|
|
809
953
|
if attributes.key?(:'synthetics_parallel_testing_max_slots_hwm')
|
|
810
954
|
self.synthetics_parallel_testing_max_slots_hwm = attributes[:'synthetics_parallel_testing_max_slots_hwm']
|
|
811
955
|
end
|
|
@@ -868,6 +1012,16 @@ module DatadogAPIClient::V1
|
|
|
868
1012
|
container_avg == o.container_avg &&
|
|
869
1013
|
container_excl_agent_avg == o.container_excl_agent_avg &&
|
|
870
1014
|
container_hwm == o.container_hwm &&
|
|
1015
|
+
csm_container_enterprise_compliance_count_sum == o.csm_container_enterprise_compliance_count_sum &&
|
|
1016
|
+
csm_container_enterprise_cws_count_sum == o.csm_container_enterprise_cws_count_sum &&
|
|
1017
|
+
csm_container_enterprise_total_count_sum == o.csm_container_enterprise_total_count_sum &&
|
|
1018
|
+
csm_host_enterprise_aas_host_count_top99p == o.csm_host_enterprise_aas_host_count_top99p &&
|
|
1019
|
+
csm_host_enterprise_aws_host_count_top99p == o.csm_host_enterprise_aws_host_count_top99p &&
|
|
1020
|
+
csm_host_enterprise_azure_host_count_top99p == o.csm_host_enterprise_azure_host_count_top99p &&
|
|
1021
|
+
csm_host_enterprise_compliance_host_count_top99p == o.csm_host_enterprise_compliance_host_count_top99p &&
|
|
1022
|
+
csm_host_enterprise_cws_host_count_top99p == o.csm_host_enterprise_cws_host_count_top99p &&
|
|
1023
|
+
csm_host_enterprise_gcp_host_count_top99p == o.csm_host_enterprise_gcp_host_count_top99p &&
|
|
1024
|
+
csm_host_enterprise_total_host_count_top99p == o.csm_host_enterprise_total_host_count_top99p &&
|
|
871
1025
|
cspm_aas_host_top99p == o.cspm_aas_host_top99p &&
|
|
872
1026
|
cspm_aws_host_top99p == o.cspm_aws_host_top99p &&
|
|
873
1027
|
cspm_azure_host_top99p == o.cspm_azure_host_top99p &&
|
|
@@ -901,12 +1055,14 @@ module DatadogAPIClient::V1
|
|
|
901
1055
|
mobile_rum_session_count_sum == o.mobile_rum_session_count_sum &&
|
|
902
1056
|
mobile_rum_units_sum == o.mobile_rum_units_sum &&
|
|
903
1057
|
name == o.name &&
|
|
1058
|
+
ndm_netflow_events_sum == o.ndm_netflow_events_sum &&
|
|
904
1059
|
netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
|
|
905
1060
|
npm_host_top99p == o.npm_host_top99p &&
|
|
906
1061
|
observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
|
|
907
1062
|
online_archive_events_count_sum == o.online_archive_events_count_sum &&
|
|
908
1063
|
opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
|
|
909
1064
|
opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
|
|
1065
|
+
profiling_aas_count_top99p == o.profiling_aas_count_top99p &&
|
|
910
1066
|
profiling_host_top99p == o.profiling_host_top99p &&
|
|
911
1067
|
public_id == o.public_id &&
|
|
912
1068
|
region == o.region &&
|
|
@@ -919,8 +1075,12 @@ module DatadogAPIClient::V1
|
|
|
919
1075
|
sds_logs_scanned_bytes_sum == o.sds_logs_scanned_bytes_sum &&
|
|
920
1076
|
sds_rum_scanned_bytes_sum == o.sds_rum_scanned_bytes_sum &&
|
|
921
1077
|
sds_total_scanned_bytes_sum == o.sds_total_scanned_bytes_sum &&
|
|
1078
|
+
serverless_apps_azure_count_avg == o.serverless_apps_azure_count_avg &&
|
|
1079
|
+
serverless_apps_google_count_avg == o.serverless_apps_google_count_avg &&
|
|
1080
|
+
serverless_apps_total_count_avg == o.serverless_apps_total_count_avg &&
|
|
922
1081
|
synthetics_browser_check_calls_count_sum == o.synthetics_browser_check_calls_count_sum &&
|
|
923
1082
|
synthetics_check_calls_count_sum == o.synthetics_check_calls_count_sum &&
|
|
1083
|
+
synthetics_mobile_test_runs_sum == o.synthetics_mobile_test_runs_sum &&
|
|
924
1084
|
synthetics_parallel_testing_max_slots_hwm == o.synthetics_parallel_testing_max_slots_hwm &&
|
|
925
1085
|
trace_search_indexed_events_count_sum == o.trace_search_indexed_events_count_sum &&
|
|
926
1086
|
twol_ingested_events_bytes_sum == o.twol_ingested_events_bytes_sum &&
|
|
@@ -934,7 +1094,7 @@ module DatadogAPIClient::V1
|
|
|
934
1094
|
# @return [Integer] Hash code
|
|
935
1095
|
# @!visibility private
|
|
936
1096
|
def hash
|
|
937
|
-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, 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_host_count_avg, container_avg, container_excl_agent_avg, container_hwm, 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_host_top99p, dbm_host_top99p_sum, dbm_queries_avg_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, 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, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_session_count_sum, rum_total_session_count_sum, rum_units_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, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_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].hash
|
|
1097
|
+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, 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_host_count_avg, 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_host_top99p, dbm_host_top99p_sum, dbm_queries_avg_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, 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, 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_session_count_sum, rum_total_session_count_sum, rum_units_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, serverless_apps_google_count_avg, serverless_apps_total_count_avg, 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].hash
|
|
938
1098
|
end
|
|
939
1099
|
end
|
|
940
1100
|
end
|