datadog_api_client 2.14.0 → 2.15.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.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/schemas/v1/openapi.yaml +165 -20
  4. data/.generator/schemas/v2/openapi.yaml +45 -23
  5. data/.generator/src/generator/openapi.py +3 -1
  6. data/.generator/src/generator/templates/api.j2 +8 -2
  7. data/CHANGELOG.md +26 -0
  8. data/examples/v1/dashboards/CreateDashboard_2618036642.rb +36 -0
  9. data/examples/v1/dashboards/CreateDashboard_2705593938.rb +3 -0
  10. data/examples/v1/dashboards/CreateDashboard_3777304439.rb +50 -0
  11. data/examples/v1/dashboards/ListDashboards_1062671515.rb +8 -0
  12. data/examples/v1/monitors/ListMonitors_2966492814.rb +8 -0
  13. data/examples/v1/notebooks/ListNotebooks_788665428.rb +8 -0
  14. data/examples/v1/service-level-objective-corrections/ListSLOCorrection_2647266873.rb +8 -0
  15. data/examples/v1/service-level-objectives/ListSLOs_3036942817.rb +8 -0
  16. data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +1 -0
  17. data/examples/v1/synthetics/ListTests_1938827783.rb +8 -0
  18. data/examples/v2/downtimes/CancelDowntime.rb +0 -3
  19. data/examples/v2/downtimes/CreateDowntime.rb +0 -3
  20. data/examples/v2/downtimes/GetDowntime.rb +0 -3
  21. data/examples/v2/downtimes/ListDowntimes.rb +0 -3
  22. data/examples/v2/downtimes/ListDowntimes_805770330.rb +8 -0
  23. data/examples/v2/downtimes/ListMonitorDowntimes.rb +0 -3
  24. data/examples/v2/downtimes/ListMonitorDowntimes_128979780.rb +0 -3
  25. data/examples/v2/downtimes/UpdateDowntime.rb +0 -3
  26. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_1092490364.rb +1 -1
  27. data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule_428087276.rb +1 -1
  28. data/examples/v2/teams/ListTeams_3592098458.rb +8 -0
  29. data/examples/v2/users/ListUsers_4075885358.rb +8 -0
  30. data/lib/datadog_api_client/configuration.rb +0 -6
  31. data/lib/datadog_api_client/inflector.rb +1 -0
  32. data/lib/datadog_api_client/v1/api/dashboards_api.rb +25 -0
  33. data/lib/datadog_api_client/v1/api/monitors_api.rb +22 -0
  34. data/lib/datadog_api_client/v1/api/notebooks_api.rb +21 -0
  35. data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +21 -0
  36. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +21 -0
  37. data/lib/datadog_api_client/v1/api/synthetics_api.rb +25 -3
  38. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
  39. data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +35 -1
  40. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
  41. data/lib/datadog_api_client/v1/models/list_stream_source.rb +1 -0
  42. data/lib/datadog_api_client/v1/models/monitor.rb +1 -1
  43. data/lib/datadog_api_client/v1/models/monitor_options.rb +1 -1
  44. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
  45. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -1
  46. data/lib/datadog_api_client/v1/models/sunburst_widget_request.rb +14 -4
  47. data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +11 -1
  48. data/lib/datadog_api_client/v1/models/synthetics_assertion_timings_scope.rb +27 -0
  49. data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +12 -1
  50. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +21 -1
  51. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +21 -1
  52. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +21 -1
  53. data/lib/datadog_api_client/v2/api/audit_api.rb +1 -1
  54. data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +1 -1
  55. data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +1 -1
  56. data/lib/datadog_api_client/v2/api/downtimes_api.rb +25 -36
  57. data/lib/datadog_api_client/v2/api/events_api.rb +1 -1
  58. data/lib/datadog_api_client/v2/api/logs_api.rb +1 -1
  59. data/lib/datadog_api_client/v2/api/processes_api.rb +1 -1
  60. data/lib/datadog_api_client/v2/api/rum_api.rb +1 -1
  61. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +3 -3
  62. data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -2
  63. data/lib/datadog_api_client/v2/api/spans_api.rb +1 -1
  64. data/lib/datadog_api_client/v2/api/teams_api.rb +22 -0
  65. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
  66. data/lib/datadog_api_client/v2/api/users_api.rb +22 -0
  67. data/lib/datadog_api_client/v2/models/downtime_relationships_monitor_data.rb +1 -1
  68. data/lib/datadog_api_client/version.rb +1 -1
  69. metadata +14 -2
@@ -27,6 +27,9 @@ module DatadogAPIClient::V1
27
27
  # The event query.
28
28
  attr_accessor :event_query
29
29
 
30
+ # List of formulas that operate on queries.
31
+ attr_accessor :formulas
32
+
30
33
  # The log query.
31
34
  attr_accessor :log_query
32
35
 
@@ -42,6 +45,12 @@ module DatadogAPIClient::V1
42
45
  # Widget query.
43
46
  attr_accessor :q
44
47
 
48
+ # List of queries that can be returned directly or used in formulas.
49
+ attr_accessor :queries
50
+
51
+ # Timeseries, scalar, or event list response. Event list response formats are supported by Geomap widgets.
52
+ attr_accessor :response_format
53
+
45
54
  # The log query.
46
55
  attr_accessor :rum_query
47
56
 
@@ -57,11 +66,14 @@ module DatadogAPIClient::V1
57
66
  {
58
67
  :'apm_query' => :'apm_query',
59
68
  :'event_query' => :'event_query',
69
+ :'formulas' => :'formulas',
60
70
  :'log_query' => :'log_query',
61
71
  :'network_query' => :'network_query',
62
72
  :'process_query' => :'process_query',
63
73
  :'profile_metrics_query' => :'profile_metrics_query',
64
74
  :'q' => :'q',
75
+ :'queries' => :'queries',
76
+ :'response_format' => :'response_format',
65
77
  :'rum_query' => :'rum_query',
66
78
  :'security_query' => :'security_query',
67
79
  :'style' => :'style'
@@ -74,11 +86,14 @@ module DatadogAPIClient::V1
74
86
  {
75
87
  :'apm_query' => :'LogQueryDefinition',
76
88
  :'event_query' => :'EventQueryDefinition',
89
+ :'formulas' => :'Array<WidgetFormula>',
77
90
  :'log_query' => :'LogQueryDefinition',
78
91
  :'network_query' => :'LogQueryDefinition',
79
92
  :'process_query' => :'ProcessQueryDefinition',
80
93
  :'profile_metrics_query' => :'LogQueryDefinition',
81
94
  :'q' => :'String',
95
+ :'queries' => :'Array<FormulaAndFunctionQueryDefinition>',
96
+ :'response_format' => :'FormulaAndFunctionResponseFormat',
82
97
  :'rum_query' => :'LogQueryDefinition',
83
98
  :'security_query' => :'LogQueryDefinition',
84
99
  :'style' => :'WidgetStyle'
@@ -109,6 +124,12 @@ module DatadogAPIClient::V1
109
124
  self.event_query = attributes[:'event_query']
110
125
  end
111
126
 
127
+ if attributes.key?(:'formulas')
128
+ if (value = attributes[:'formulas']).is_a?(Array)
129
+ self.formulas = value
130
+ end
131
+ end
132
+
112
133
  if attributes.key?(:'log_query')
113
134
  self.log_query = attributes[:'log_query']
114
135
  end
@@ -129,6 +150,16 @@ module DatadogAPIClient::V1
129
150
  self.q = attributes[:'q']
130
151
  end
131
152
 
153
+ if attributes.key?(:'queries')
154
+ if (value = attributes[:'queries']).is_a?(Array)
155
+ self.queries = value
156
+ end
157
+ end
158
+
159
+ if attributes.key?(:'response_format')
160
+ self.response_format = attributes[:'response_format']
161
+ end
162
+
132
163
  if attributes.key?(:'rum_query')
133
164
  self.rum_query = attributes[:'rum_query']
134
165
  end
@@ -150,11 +181,14 @@ module DatadogAPIClient::V1
150
181
  self.class == o.class &&
151
182
  apm_query == o.apm_query &&
152
183
  event_query == o.event_query &&
184
+ formulas == o.formulas &&
153
185
  log_query == o.log_query &&
154
186
  network_query == o.network_query &&
155
187
  process_query == o.process_query &&
156
188
  profile_metrics_query == o.profile_metrics_query &&
157
189
  q == o.q &&
190
+ queries == o.queries &&
191
+ response_format == o.response_format &&
158
192
  rum_query == o.rum_query &&
159
193
  security_query == o.security_query &&
160
194
  style == o.style
@@ -164,7 +198,7 @@ module DatadogAPIClient::V1
164
198
  # @return [Integer] Hash code
165
199
  # @!visibility private
166
200
  def hash
167
- [apm_query, event_query, log_query, network_query, process_query, profile_metrics_query, q, rum_query, security_query, style].hash
201
+ [apm_query, event_query, formulas, log_query, network_query, process_query, profile_metrics_query, q, queries, response_format, rum_query, security_query, style].hash
168
202
  end
169
203
  end
170
204
  end
@@ -47,6 +47,7 @@ module DatadogAPIClient::V1
47
47
  FUNCTIONS_USAGE = "functions_usage".freeze
48
48
  INFRA_HOST_USAGE = "infra_host_usage".freeze
49
49
  INVOCATIONS_USAGE = "invocations_usage".freeze
50
+ MOBILE_APP_TESTING_USAGE = "mobile_app_testing_usage".freeze
50
51
  NPM_HOST_USAGE = "npm_host_usage".freeze
51
52
  OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage".freeze
52
53
  PROFILED_CONTAINER_USAGE = "profiled_container_usage".freeze
@@ -27,6 +27,7 @@ module DatadogAPIClient::V1
27
27
  CI_TEST_STREAM = "ci_test_stream".freeze
28
28
  RUM_ISSUE_STREAM = "rum_issue_stream".freeze
29
29
  APM_ISSUE_STREAM = "apm_issue_stream".freeze
30
+ TRACE_STREAM = "trace_stream".freeze
30
31
  LOGS_ISSUE_STREAM = "logs_issue_stream".freeze
31
32
  LOGS_PATTERN_STREAM = "logs_pattern_stream".freeze
32
33
  LOGS_TRANSACTION_STREAM = "logs_transaction_stream".freeze
@@ -33,7 +33,7 @@ module DatadogAPIClient::V1
33
33
  # ID of this monitor.
34
34
  attr_accessor :id
35
35
 
36
- # A list of active downtimes that match this monitor.
36
+ # A list of active v1 downtimes that match this monitor.
37
37
  attr_accessor :matching_downtimes
38
38
 
39
39
  # A message to include with notifications for this monitor.
@@ -132,7 +132,7 @@ module DatadogAPIClient::V1
132
132
  # Configuration options for scheduling.
133
133
  attr_accessor :scheduling_options
134
134
 
135
- # Information about the downtime applied to the monitor.
135
+ # Information about the downtime applied to the monitor. Only shows v1 downtimes.
136
136
  attr_accessor :silenced
137
137
 
138
138
  # ID of the corresponding Synthetic check.
@@ -73,6 +73,8 @@ module DatadogAPIClient::V1
73
73
  INFRA_HOST_PERCENTAGE = "infra_host_percentage".freeze
74
74
  INVOCATIONS_USAGE = "invocations_usage".freeze
75
75
  INVOCATIONS_PERCENTAGE = "invocations_percentage".freeze
76
+ MOBILE_APP_TESTING_USAGE = "mobile_app_testing_percentage".freeze
77
+ MOBILE_APP_TESTING_PERCENTAGE = "mobile_app_testing_usage".freeze
76
78
  NPM_HOST_USAGE = "npm_host_usage".freeze
77
79
  NPM_HOST_PERCENTAGE = "npm_host_percentage".freeze
78
80
  OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage".freeze
@@ -183,6 +183,12 @@ module DatadogAPIClient::V1
183
183
  # The Lambda invocation usage by tag(s).
184
184
  attr_accessor :invocations_usage
185
185
 
186
+ # The percentage of Synthetic mobile application test usage by tag(s).
187
+ attr_accessor :mobile_app_testing_percentage
188
+
189
+ # The Synthetic mobile application test usage by tag(s).
190
+ attr_accessor :mobile_app_testing_usage
191
+
186
192
  # The percentage of network host usage by tag(s).
187
193
  attr_accessor :npm_host_percentage
188
194
 
@@ -295,6 +301,8 @@ module DatadogAPIClient::V1
295
301
  :'infra_host_usage' => :'infra_host_usage',
296
302
  :'invocations_percentage' => :'invocations_percentage',
297
303
  :'invocations_usage' => :'invocations_usage',
304
+ :'mobile_app_testing_percentage' => :'mobile_app_testing_percentage',
305
+ :'mobile_app_testing_usage' => :'mobile_app_testing_usage',
298
306
  :'npm_host_percentage' => :'npm_host_percentage',
299
307
  :'npm_host_usage' => :'npm_host_usage',
300
308
  :'obs_pipeline_bytes_percentage' => :'obs_pipeline_bytes_percentage',
@@ -374,6 +382,8 @@ module DatadogAPIClient::V1
374
382
  :'infra_host_usage' => :'Float',
375
383
  :'invocations_percentage' => :'Float',
376
384
  :'invocations_usage' => :'Float',
385
+ :'mobile_app_testing_percentage' => :'Float',
386
+ :'mobile_app_testing_usage' => :'Float',
377
387
  :'npm_host_percentage' => :'Float',
378
388
  :'npm_host_usage' => :'Float',
379
389
  :'obs_pipeline_bytes_percentage' => :'Float',
@@ -627,6 +637,14 @@ module DatadogAPIClient::V1
627
637
  self.invocations_usage = attributes[:'invocations_usage']
628
638
  end
629
639
 
640
+ if attributes.key?(:'mobile_app_testing_percentage')
641
+ self.mobile_app_testing_percentage = attributes[:'mobile_app_testing_percentage']
642
+ end
643
+
644
+ if attributes.key?(:'mobile_app_testing_usage')
645
+ self.mobile_app_testing_usage = attributes[:'mobile_app_testing_usage']
646
+ end
647
+
630
648
  if attributes.key?(:'npm_host_percentage')
631
649
  self.npm_host_percentage = attributes[:'npm_host_percentage']
632
650
  end
@@ -760,6 +778,8 @@ module DatadogAPIClient::V1
760
778
  infra_host_usage == o.infra_host_usage &&
761
779
  invocations_percentage == o.invocations_percentage &&
762
780
  invocations_usage == o.invocations_usage &&
781
+ mobile_app_testing_percentage == o.mobile_app_testing_percentage &&
782
+ mobile_app_testing_usage == o.mobile_app_testing_usage &&
763
783
  npm_host_percentage == o.npm_host_percentage &&
764
784
  npm_host_usage == o.npm_host_usage &&
765
785
  obs_pipeline_bytes_percentage == o.obs_pipeline_bytes_percentage &&
@@ -784,7 +804,7 @@ module DatadogAPIClient::V1
784
804
  # @return [Integer] Hash code
785
805
  # @!visibility private
786
806
  def hash
787
- [api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, browser_percentage, browser_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_hosts_percentage, cws_hosts_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_logs_percentage, estimated_ingested_logs_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, estimated_rum_sessions_percentage, estimated_rum_sessions_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, infra_host_percentage, infra_host_usage, invocations_percentage, invocations_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage].hash
807
+ [api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, browser_percentage, browser_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_hosts_percentage, cws_hosts_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_logs_percentage, estimated_ingested_logs_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, estimated_rum_sessions_percentage, estimated_rum_sessions_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, infra_host_percentage, infra_host_usage, invocations_percentage, invocations_usage, mobile_app_testing_percentage, mobile_app_testing_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage].hash
788
808
  end
789
809
  end
790
810
  end
@@ -60,6 +60,9 @@ module DatadogAPIClient::V1
60
60
  # The log query.
61
61
  attr_accessor :security_query
62
62
 
63
+ # Widget style definition.
64
+ attr_accessor :style
65
+
63
66
  # Attribute mapping from ruby-style variable name to JSON key.
64
67
  # @!visibility private
65
68
  def self.attribute_map
@@ -76,7 +79,8 @@ module DatadogAPIClient::V1
76
79
  :'queries' => :'queries',
77
80
  :'response_format' => :'response_format',
78
81
  :'rum_query' => :'rum_query',
79
- :'security_query' => :'security_query'
82
+ :'security_query' => :'security_query',
83
+ :'style' => :'style'
80
84
  }
81
85
  end
82
86
 
@@ -96,7 +100,8 @@ module DatadogAPIClient::V1
96
100
  :'queries' => :'Array<FormulaAndFunctionQueryDefinition>',
97
101
  :'response_format' => :'FormulaAndFunctionResponseFormat',
98
102
  :'rum_query' => :'LogQueryDefinition',
99
- :'security_query' => :'LogQueryDefinition'
103
+ :'security_query' => :'LogQueryDefinition',
104
+ :'style' => :'WidgetStyle'
100
105
  }
101
106
  end
102
107
 
@@ -171,6 +176,10 @@ module DatadogAPIClient::V1
171
176
  if attributes.key?(:'security_query')
172
177
  self.security_query = attributes[:'security_query']
173
178
  end
179
+
180
+ if attributes.key?(:'style')
181
+ self.style = attributes[:'style']
182
+ end
174
183
  end
175
184
 
176
185
  # Checks equality by comparing each attribute.
@@ -191,14 +200,15 @@ module DatadogAPIClient::V1
191
200
  queries == o.queries &&
192
201
  response_format == o.response_format &&
193
202
  rum_query == o.rum_query &&
194
- security_query == o.security_query
203
+ security_query == o.security_query &&
204
+ style == o.style
195
205
  end
196
206
 
197
207
  # Calculates hash code according to all attributes.
198
208
  # @return [Integer] Hash code
199
209
  # @!visibility private
200
210
  def hash
201
- [apm_query, audit_query, event_query, formulas, log_query, network_query, process_query, profile_metrics_query, q, queries, response_format, rum_query, security_query].hash
211
+ [apm_query, audit_query, event_query, formulas, log_query, network_query, process_query, profile_metrics_query, q, queries, response_format, rum_query, security_query, style].hash
202
212
  end
203
213
  end
204
214
  end
@@ -30,6 +30,9 @@ module DatadogAPIClient::V1
30
30
  # Value used by the operator.
31
31
  attr_reader :target
32
32
 
33
+ # Timings scope for response time assertions.
34
+ attr_accessor :timings_scope
35
+
33
36
  # Type of the assertion.
34
37
  attr_reader :type
35
38
 
@@ -40,6 +43,7 @@ module DatadogAPIClient::V1
40
43
  :'operator' => :'operator',
41
44
  :'property' => :'property',
42
45
  :'target' => :'target',
46
+ :'timings_scope' => :'timingsScope',
43
47
  :'type' => :'type'
44
48
  }
45
49
  end
@@ -51,6 +55,7 @@ module DatadogAPIClient::V1
51
55
  :'operator' => :'SyntheticsAssertionOperator',
52
56
  :'property' => :'String',
53
57
  :'target' => :'Object',
58
+ :'timings_scope' => :'SyntheticsAssertionTimingsScope',
54
59
  :'type' => :'SyntheticsAssertionType'
55
60
  }
56
61
  end
@@ -83,6 +88,10 @@ module DatadogAPIClient::V1
83
88
  self.target = attributes[:'target']
84
89
  end
85
90
 
91
+ if attributes.key?(:'timings_scope')
92
+ self.timings_scope = attributes[:'timings_scope']
93
+ end
94
+
86
95
  if attributes.key?(:'type')
87
96
  self.type = attributes[:'type']
88
97
  end
@@ -137,6 +146,7 @@ module DatadogAPIClient::V1
137
146
  operator == o.operator &&
138
147
  property == o.property &&
139
148
  target == o.target &&
149
+ timings_scope == o.timings_scope &&
140
150
  type == o.type
141
151
  end
142
152
 
@@ -144,7 +154,7 @@ module DatadogAPIClient::V1
144
154
  # @return [Integer] Hash code
145
155
  # @!visibility private
146
156
  def hash
147
- [operator, property, target, type].hash
157
+ [operator, property, target, timings_scope, type].hash
148
158
  end
149
159
  end
150
160
  end
@@ -0,0 +1,27 @@
1
+ =begin
2
+ #Datadog API V1 Collection
3
+
4
+ #Collection of all Datadog Public endpoints.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: support@datadoghq.com
8
+ Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
9
+
10
+ Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
11
+ This product includes software developed at Datadog (https://www.datadoghq.com/).
12
+ Copyright 2020-Present Datadog, Inc.
13
+
14
+ =end
15
+
16
+ require 'date'
17
+ require 'time'
18
+
19
+ module DatadogAPIClient::V1
20
+ # Timings scope for response time assertions.
21
+ class SyntheticsAssertionTimingsScope
22
+ include BaseEnumModel
23
+
24
+ ALL = "all".freeze
25
+ WITHOUT_DNS = "withoutDNS".freeze
26
+ end
27
+ end
@@ -21,6 +21,9 @@ module DatadogAPIClient::V1
21
21
  class UsageProfilingHour
22
22
  include BaseGenericModel
23
23
 
24
+ # Contains the total number of profiled Azure app services reporting during a given hour.
25
+ attr_accessor :aas_count
26
+
24
27
  # Get average number of container agents for that hour.
25
28
  attr_accessor :avg_container_agent_count
26
29
 
@@ -40,6 +43,7 @@ module DatadogAPIClient::V1
40
43
  # @!visibility private
41
44
  def self.attribute_map
42
45
  {
46
+ :'aas_count' => :'aas_count',
43
47
  :'avg_container_agent_count' => :'avg_container_agent_count',
44
48
  :'host_count' => :'host_count',
45
49
  :'hour' => :'hour',
@@ -52,6 +56,7 @@ module DatadogAPIClient::V1
52
56
  # @!visibility private
53
57
  def self.openapi_types
54
58
  {
59
+ :'aas_count' => :'Integer',
55
60
  :'avg_container_agent_count' => :'Integer',
56
61
  :'host_count' => :'Integer',
57
62
  :'hour' => :'Time',
@@ -64,6 +69,7 @@ module DatadogAPIClient::V1
64
69
  # @!visibility private
65
70
  def self.openapi_nullable
66
71
  Set.new([
72
+ :'aas_count',
67
73
  :'avg_container_agent_count',
68
74
  :'host_count',
69
75
  ])
@@ -85,6 +91,10 @@ module DatadogAPIClient::V1
85
91
  h[k.to_sym] = v
86
92
  }
87
93
 
94
+ if attributes.key?(:'aas_count')
95
+ self.aas_count = attributes[:'aas_count']
96
+ end
97
+
88
98
  if attributes.key?(:'avg_container_agent_count')
89
99
  self.avg_container_agent_count = attributes[:'avg_container_agent_count']
90
100
  end
@@ -112,6 +122,7 @@ module DatadogAPIClient::V1
112
122
  def ==(o)
113
123
  return true if self.equal?(o)
114
124
  self.class == o.class &&
125
+ aas_count == o.aas_count &&
115
126
  avg_container_agent_count == o.avg_container_agent_count &&
116
127
  host_count == o.host_count &&
117
128
  hour == o.hour &&
@@ -123,7 +134,7 @@ module DatadogAPIClient::V1
123
134
  # @return [Integer] Hash code
124
135
  # @!visibility private
125
136
  def hash
126
- [avg_container_agent_count, host_count, hour, org_name, public_id].hash
137
+ [aas_count, avg_container_agent_count, host_count, hour, org_name, public_id].hash
127
138
  end
128
139
  end
129
140
  end
@@ -219,6 +219,9 @@ module DatadogAPIClient::V1
219
219
  # Organizations associated with a user.
220
220
  attr_accessor :orgs
221
221
 
222
+ # Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
223
+ attr_accessor :profiling_aas_count_top99p
224
+
222
225
  # Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations.
223
226
  attr_accessor :profiling_host_top99p
224
227
 
@@ -255,6 +258,9 @@ module DatadogAPIClient::V1
255
258
  # Shows the sum of all Synthetic API tests over all hours in the current date for all organizations.
256
259
  attr_accessor :synthetics_check_calls_count_sum
257
260
 
261
+ # Shows the sum of all Synthetic mobile application tests over all hours in the current date for all organizations.
262
+ attr_accessor :synthetics_mobile_test_runs_sum
263
+
258
264
  # Shows the high-water mark of used synthetics parallel testing slots over all hours in the current date for all organizations.
259
265
  attr_accessor :synthetics_parallel_testing_max_slots_hwm
260
266
 
@@ -346,6 +352,7 @@ module DatadogAPIClient::V1
346
352
  :'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
347
353
  :'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
348
354
  :'orgs' => :'orgs',
355
+ :'profiling_aas_count_top99p' => :'profiling_aas_count_top99p',
349
356
  :'profiling_host_top99p' => :'profiling_host_top99p',
350
357
  :'rum_browser_and_mobile_session_count' => :'rum_browser_and_mobile_session_count',
351
358
  :'rum_session_count_sum' => :'rum_session_count_sum',
@@ -358,6 +365,7 @@ module DatadogAPIClient::V1
358
365
  :'sds_total_scanned_bytes_sum' => :'sds_total_scanned_bytes_sum',
359
366
  :'synthetics_browser_check_calls_count_sum' => :'synthetics_browser_check_calls_count_sum',
360
367
  :'synthetics_check_calls_count_sum' => :'synthetics_check_calls_count_sum',
368
+ :'synthetics_mobile_test_runs_sum' => :'synthetics_mobile_test_runs_sum',
361
369
  :'synthetics_parallel_testing_max_slots_hwm' => :'synthetics_parallel_testing_max_slots_hwm',
362
370
  :'trace_search_indexed_events_count_sum' => :'trace_search_indexed_events_count_sum',
363
371
  :'twol_ingested_events_bytes_sum' => :'twol_ingested_events_bytes_sum',
@@ -438,6 +446,7 @@ module DatadogAPIClient::V1
438
446
  :'opentelemetry_apm_host_top99p' => :'Integer',
439
447
  :'opentelemetry_host_top99p' => :'Integer',
440
448
  :'orgs' => :'Array<UsageSummaryDateOrg>',
449
+ :'profiling_aas_count_top99p' => :'Integer',
441
450
  :'profiling_host_top99p' => :'Integer',
442
451
  :'rum_browser_and_mobile_session_count' => :'Integer',
443
452
  :'rum_session_count_sum' => :'Integer',
@@ -450,6 +459,7 @@ module DatadogAPIClient::V1
450
459
  :'sds_total_scanned_bytes_sum' => :'Integer',
451
460
  :'synthetics_browser_check_calls_count_sum' => :'Integer',
452
461
  :'synthetics_check_calls_count_sum' => :'Integer',
462
+ :'synthetics_mobile_test_runs_sum' => :'Integer',
453
463
  :'synthetics_parallel_testing_max_slots_hwm' => :'Integer',
454
464
  :'trace_search_indexed_events_count_sum' => :'Integer',
455
465
  :'twol_ingested_events_bytes_sum' => :'Integer',
@@ -742,6 +752,10 @@ module DatadogAPIClient::V1
742
752
  end
743
753
  end
744
754
 
755
+ if attributes.key?(:'profiling_aas_count_top99p')
756
+ self.profiling_aas_count_top99p = attributes[:'profiling_aas_count_top99p']
757
+ end
758
+
745
759
  if attributes.key?(:'profiling_host_top99p')
746
760
  self.profiling_host_top99p = attributes[:'profiling_host_top99p']
747
761
  end
@@ -790,6 +804,10 @@ module DatadogAPIClient::V1
790
804
  self.synthetics_check_calls_count_sum = attributes[:'synthetics_check_calls_count_sum']
791
805
  end
792
806
 
807
+ if attributes.key?(:'synthetics_mobile_test_runs_sum')
808
+ self.synthetics_mobile_test_runs_sum = attributes[:'synthetics_mobile_test_runs_sum']
809
+ end
810
+
793
811
  if attributes.key?(:'synthetics_parallel_testing_max_slots_hwm')
794
812
  self.synthetics_parallel_testing_max_slots_hwm = attributes[:'synthetics_parallel_testing_max_slots_hwm']
795
813
  end
@@ -891,6 +909,7 @@ module DatadogAPIClient::V1
891
909
  opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
892
910
  opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
893
911
  orgs == o.orgs &&
912
+ profiling_aas_count_top99p == o.profiling_aas_count_top99p &&
894
913
  profiling_host_top99p == o.profiling_host_top99p &&
895
914
  rum_browser_and_mobile_session_count == o.rum_browser_and_mobile_session_count &&
896
915
  rum_session_count_sum == o.rum_session_count_sum &&
@@ -903,6 +922,7 @@ module DatadogAPIClient::V1
903
922
  sds_total_scanned_bytes_sum == o.sds_total_scanned_bytes_sum &&
904
923
  synthetics_browser_check_calls_count_sum == o.synthetics_browser_check_calls_count_sum &&
905
924
  synthetics_check_calls_count_sum == o.synthetics_check_calls_count_sum &&
925
+ synthetics_mobile_test_runs_sum == o.synthetics_mobile_test_runs_sum &&
906
926
  synthetics_parallel_testing_max_slots_hwm == o.synthetics_parallel_testing_max_slots_hwm &&
907
927
  trace_search_indexed_events_count_sum == o.trace_search_indexed_events_count_sum &&
908
928
  twol_ingested_events_bytes_sum == o.twol_ingested_events_bytes_sum &&
@@ -916,7 +936,7 @@ module DatadogAPIClient::V1
916
936
  # @return [Integer] Hash code
917
937
  # @!visibility private
918
938
  def hash
919
- [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, date, dbm_host_top99p, dbm_queries_count_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, 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, orgs, profiling_host_top99p, 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
939
+ [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, date, dbm_host_top99p, dbm_queries_count_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, 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, orgs, profiling_aas_count_top99p, profiling_host_top99p, 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_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
920
940
  end
921
941
  end
922
942
  end
@@ -219,6 +219,9 @@ module DatadogAPIClient::V1
219
219
  # 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
220
  attr_accessor :opentelemetry_host_top99p
221
221
 
222
+ # Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
223
+ attr_accessor :profiling_aas_count_top99p
224
+
222
225
  # Shows the 99th percentile of all profiled hosts over all hours in the current date for the given org.
223
226
  attr_accessor :profiling_host_top99p
224
227
 
@@ -261,6 +264,9 @@ module DatadogAPIClient::V1
261
264
  # Shows the sum of all Synthetic API tests over all hours in the current date for the given org.
262
265
  attr_accessor :synthetics_check_calls_count_sum
263
266
 
267
+ # Shows the sum of all Synthetic mobile application tests over all hours in the current date for the given org.
268
+ attr_accessor :synthetics_mobile_test_runs_sum
269
+
264
270
  # Shows the high-water mark of used synthetics parallel testing slots over all hours in the current date for the given org.
265
271
  attr_accessor :synthetics_parallel_testing_max_slots_hwm
266
272
 
@@ -352,6 +358,7 @@ module DatadogAPIClient::V1
352
358
  :'online_archive_events_count_sum' => :'online_archive_events_count_sum',
353
359
  :'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
354
360
  :'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
361
+ :'profiling_aas_count_top99p' => :'profiling_aas_count_top99p',
355
362
  :'profiling_host_top99p' => :'profiling_host_top99p',
356
363
  :'public_id' => :'public_id',
357
364
  :'region' => :'region',
@@ -366,6 +373,7 @@ module DatadogAPIClient::V1
366
373
  :'sds_total_scanned_bytes_sum' => :'sds_total_scanned_bytes_sum',
367
374
  :'synthetics_browser_check_calls_count_sum' => :'synthetics_browser_check_calls_count_sum',
368
375
  :'synthetics_check_calls_count_sum' => :'synthetics_check_calls_count_sum',
376
+ :'synthetics_mobile_test_runs_sum' => :'synthetics_mobile_test_runs_sum',
369
377
  :'synthetics_parallel_testing_max_slots_hwm' => :'synthetics_parallel_testing_max_slots_hwm',
370
378
  :'trace_search_indexed_events_count_sum' => :'trace_search_indexed_events_count_sum',
371
379
  :'twol_ingested_events_bytes_sum' => :'twol_ingested_events_bytes_sum',
@@ -446,6 +454,7 @@ module DatadogAPIClient::V1
446
454
  :'online_archive_events_count_sum' => :'Integer',
447
455
  :'opentelemetry_apm_host_top99p' => :'Integer',
448
456
  :'opentelemetry_host_top99p' => :'Integer',
457
+ :'profiling_aas_count_top99p' => :'Integer',
449
458
  :'profiling_host_top99p' => :'Integer',
450
459
  :'public_id' => :'String',
451
460
  :'region' => :'String',
@@ -460,6 +469,7 @@ module DatadogAPIClient::V1
460
469
  :'sds_total_scanned_bytes_sum' => :'Integer',
461
470
  :'synthetics_browser_check_calls_count_sum' => :'Integer',
462
471
  :'synthetics_check_calls_count_sum' => :'Integer',
472
+ :'synthetics_mobile_test_runs_sum' => :'Integer',
463
473
  :'synthetics_parallel_testing_max_slots_hwm' => :'Integer',
464
474
  :'trace_search_indexed_events_count_sum' => :'Integer',
465
475
  :'twol_ingested_events_bytes_sum' => :'Integer',
@@ -750,6 +760,10 @@ module DatadogAPIClient::V1
750
760
  self.opentelemetry_host_top99p = attributes[:'opentelemetry_host_top99p']
751
761
  end
752
762
 
763
+ if attributes.key?(:'profiling_aas_count_top99p')
764
+ self.profiling_aas_count_top99p = attributes[:'profiling_aas_count_top99p']
765
+ end
766
+
753
767
  if attributes.key?(:'profiling_host_top99p')
754
768
  self.profiling_host_top99p = attributes[:'profiling_host_top99p']
755
769
  end
@@ -806,6 +820,10 @@ module DatadogAPIClient::V1
806
820
  self.synthetics_check_calls_count_sum = attributes[:'synthetics_check_calls_count_sum']
807
821
  end
808
822
 
823
+ if attributes.key?(:'synthetics_mobile_test_runs_sum')
824
+ self.synthetics_mobile_test_runs_sum = attributes[:'synthetics_mobile_test_runs_sum']
825
+ end
826
+
809
827
  if attributes.key?(:'synthetics_parallel_testing_max_slots_hwm')
810
828
  self.synthetics_parallel_testing_max_slots_hwm = attributes[:'synthetics_parallel_testing_max_slots_hwm']
811
829
  end
@@ -907,6 +925,7 @@ module DatadogAPIClient::V1
907
925
  online_archive_events_count_sum == o.online_archive_events_count_sum &&
908
926
  opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
909
927
  opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
928
+ profiling_aas_count_top99p == o.profiling_aas_count_top99p &&
910
929
  profiling_host_top99p == o.profiling_host_top99p &&
911
930
  public_id == o.public_id &&
912
931
  region == o.region &&
@@ -921,6 +940,7 @@ module DatadogAPIClient::V1
921
940
  sds_total_scanned_bytes_sum == o.sds_total_scanned_bytes_sum &&
922
941
  synthetics_browser_check_calls_count_sum == o.synthetics_browser_check_calls_count_sum &&
923
942
  synthetics_check_calls_count_sum == o.synthetics_check_calls_count_sum &&
943
+ synthetics_mobile_test_runs_sum == o.synthetics_mobile_test_runs_sum &&
924
944
  synthetics_parallel_testing_max_slots_hwm == o.synthetics_parallel_testing_max_slots_hwm &&
925
945
  trace_search_indexed_events_count_sum == o.trace_search_indexed_events_count_sum &&
926
946
  twol_ingested_events_bytes_sum == o.twol_ingested_events_bytes_sum &&
@@ -934,7 +954,7 @@ module DatadogAPIClient::V1
934
954
  # @return [Integer] Hash code
935
955
  # @!visibility private
936
956
  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
957
+ [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_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, 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
958
  end
939
959
  end
940
960
  end