datadog_api_client 2.23.0 → 2.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +666 -156
- data/.generator/schemas/v2/openapi.yaml +774 -89
- data/.generator/src/generator/replacement.json +1 -1
- data/.github/CODEOWNERS +5 -5
- data/CHANGELOG.md +26 -0
- data/examples/v1/dashboards/CreateDashboard_1213075383.rb +10 -4
- data/examples/v1/dashboards/CreateDashboard_2336428357.rb +10 -4
- data/examples/v1/dashboards/CreateDashboard_2563642929.rb +66 -0
- data/examples/v1/dashboards/CreateDashboard_3669695268.rb +10 -4
- data/examples/v1/dashboards/CreateDashboard_915214113.rb +10 -4
- data/examples/v1/monitors/UpdateMonitor.rb +1 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1241981394.rb +1 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +9 -4
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +15 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1987645492.rb +134 -0
- data/examples/v2/api-management/ListAPIs.rb +8 -0
- data/examples/v2/csm-threats/CreateCSMThreatsAgentRule.rb +3 -0
- data/examples/v2/csm-threats/UpdateCloudWorkloadSecurityAgentRule.rb +1 -0
- data/examples/v2/organizations/GetOrgConfig.rb +5 -0
- data/examples/v2/organizations/ListOrgConfigs.rb +5 -0
- data/examples/v2/organizations/UpdateOrgConfig.rb +14 -0
- data/examples/v2/security-monitoring/TestExistingSecurityMonitoringRule.rb +21 -0
- data/examples/v2/security-monitoring/TestSecurityMonitoringRule.rb +58 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringRule.rb +1 -1
- data/lib/datadog_api_client/configuration.rb +1 -0
- data/lib/datadog_api_client/inflector.rb +37 -1
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -1
- data/lib/datadog_api_client/v1/models/event.rb +1 -1
- data/lib/datadog_api_client/v1/models/formula_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/geomap_widget_request.rb +14 -4
- data/lib/datadog_api_client/v1/models/group_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/monitor.rb +1 -16
- data/lib/datadog_api_client/v1/models/monitor_update_request.rb +2 -23
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +37 -180
- data/lib/datadog_api_client/v1/models/synthetics_api_test_step.rb +206 -0
- data/lib/datadog_api_client/v1/models/{synthetics_api_step_subtype.rb → synthetics_api_test_step_subtype.rb} +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_api_wait_step.rb +148 -0
- data/lib/datadog_api_client/v1/models/synthetics_api_wait_step_subtype.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_body_hash_operator.rb +28 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_body_hash_target.rb +140 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_body_hash_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb +0 -4
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb +22 -1
- data/lib/datadog_api_client/v1/models/table_widget_request.rb +14 -4
- data/lib/datadog_api_client/v1/models/toplist_widget_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb +7 -7
- data/lib/datadog_api_client/v1/models/usage_rum_sessions_response.rb +2 -2
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +168 -18
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +169 -19
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +171 -21
- data/lib/datadog_api_client/v1/models/widget_formula_sort.rb +144 -0
- data/lib/datadog_api_client/v1/models/widget_group_sort.rb +140 -0
- data/lib/datadog_api_client/v1/models/widget_sort_by.rb +110 -0
- data/lib/datadog_api_client/v1/models/widget_sort_order_by.rb +63 -0
- data/lib/datadog_api_client/v2/api/api_management_api.rb +80 -2
- data/lib/datadog_api_client/v2/api/organizations_api.rb +197 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +140 -1
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb +240 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/events_group_by.rb +5 -4
- data/lib/datadog_api_client/v2/models/list_apis_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/list_apis_response_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/list_apis_response_data_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/list_apis_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/list_apis_response_meta_pagination.rb +100 -0
- data/lib/datadog_api_client/v2/models/org_config_get_response.rb +98 -0
- data/lib/datadog_api_client/v2/models/org_config_list_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/org_config_read.rb +140 -0
- data/lib/datadog_api_client/v2/models/org_config_read_attributes.rb +179 -0
- data/lib/datadog_api_client/v2/models/org_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_config_write.rb +119 -0
- data/lib/datadog_api_client/v2/models/org_config_write_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/org_config_write_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload.rb +118 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload_data.rb +120 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_test_payload.rb +62 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_test_request.rb +92 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_test_response.rb +84 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_type_test.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_validate_payload.rb +64 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_payload.rb +251 -0
- 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_payload.rb +263 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_test_payload.rb +263 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +47 -3
@@ -30,6 +30,9 @@ module DatadogAPIClient::V1
|
|
30
30
|
# Name of the file.
|
31
31
|
attr_reader :name
|
32
32
|
|
33
|
+
# Original name of the file.
|
34
|
+
attr_reader :original_file_name
|
35
|
+
|
33
36
|
# Size of the file.
|
34
37
|
attr_reader :size
|
35
38
|
|
@@ -43,6 +46,7 @@ module DatadogAPIClient::V1
|
|
43
46
|
:'bucket_key' => :'bucketKey',
|
44
47
|
:'content' => :'content',
|
45
48
|
:'name' => :'name',
|
49
|
+
:'original_file_name' => :'originalFileName',
|
46
50
|
:'size' => :'size',
|
47
51
|
:'type' => :'type'
|
48
52
|
}
|
@@ -55,6 +59,7 @@ module DatadogAPIClient::V1
|
|
55
59
|
:'bucket_key' => :'String',
|
56
60
|
:'content' => :'String',
|
57
61
|
:'name' => :'String',
|
62
|
+
:'original_file_name' => :'String',
|
58
63
|
:'size' => :'Integer',
|
59
64
|
:'type' => :'String'
|
60
65
|
}
|
@@ -88,6 +93,10 @@ module DatadogAPIClient::V1
|
|
88
93
|
self.name = attributes[:'name']
|
89
94
|
end
|
90
95
|
|
96
|
+
if attributes.key?(:'original_file_name')
|
97
|
+
self.original_file_name = attributes[:'original_file_name']
|
98
|
+
end
|
99
|
+
|
91
100
|
if attributes.key?(:'size')
|
92
101
|
self.size = attributes[:'size']
|
93
102
|
end
|
@@ -103,6 +112,7 @@ module DatadogAPIClient::V1
|
|
103
112
|
def valid?
|
104
113
|
return false if !@content.nil? && @content.to_s.length > 3145728
|
105
114
|
return false if !@name.nil? && @name.to_s.length > 1500
|
115
|
+
return false if !@original_file_name.nil? && @original_file_name.to_s.length > 1500
|
106
116
|
return false if !@size.nil? && @size > 3145728
|
107
117
|
return false if !@size.nil? && @size < 1
|
108
118
|
return false if !@type.nil? && @type.to_s.length > 1500
|
@@ -129,6 +139,16 @@ module DatadogAPIClient::V1
|
|
129
139
|
@name = name
|
130
140
|
end
|
131
141
|
|
142
|
+
# Custom attribute writer method with validation
|
143
|
+
# @param original_file_name [Object] Object to be assigned
|
144
|
+
# @!visibility private
|
145
|
+
def original_file_name=(original_file_name)
|
146
|
+
if !original_file_name.nil? && original_file_name.to_s.length > 1500
|
147
|
+
fail ArgumentError, 'invalid value for "original_file_name", the character length must be smaller than or equal to 1500.'
|
148
|
+
end
|
149
|
+
@original_file_name = original_file_name
|
150
|
+
end
|
151
|
+
|
132
152
|
# Custom attribute writer method with validation
|
133
153
|
# @param size [Object] Object to be assigned
|
134
154
|
# @!visibility private
|
@@ -161,6 +181,7 @@ module DatadogAPIClient::V1
|
|
161
181
|
bucket_key == o.bucket_key &&
|
162
182
|
content == o.content &&
|
163
183
|
name == o.name &&
|
184
|
+
original_file_name == o.original_file_name &&
|
164
185
|
size == o.size &&
|
165
186
|
type == o.type
|
166
187
|
end
|
@@ -169,7 +190,7 @@ module DatadogAPIClient::V1
|
|
169
190
|
# @return [Integer] Hash code
|
170
191
|
# @!visibility private
|
171
192
|
def hash
|
172
|
-
[bucket_key, content, name, size, type].hash
|
193
|
+
[bucket_key, content, name, original_file_name, size, type].hash
|
173
194
|
end
|
174
195
|
end
|
175
196
|
end
|
@@ -78,6 +78,9 @@ module DatadogAPIClient::V1
|
|
78
78
|
# The log query.
|
79
79
|
attr_accessor :security_query
|
80
80
|
|
81
|
+
# The controls for sorting the widget.
|
82
|
+
attr_accessor :sort
|
83
|
+
|
81
84
|
# Attribute mapping from ruby-style variable name to JSON key.
|
82
85
|
# @!visibility private
|
83
86
|
def self.attribute_map
|
@@ -100,7 +103,8 @@ module DatadogAPIClient::V1
|
|
100
103
|
:'queries' => :'queries',
|
101
104
|
:'response_format' => :'response_format',
|
102
105
|
:'rum_query' => :'rum_query',
|
103
|
-
:'security_query' => :'security_query'
|
106
|
+
:'security_query' => :'security_query',
|
107
|
+
:'sort' => :'sort'
|
104
108
|
}
|
105
109
|
end
|
106
110
|
|
@@ -126,7 +130,8 @@ module DatadogAPIClient::V1
|
|
126
130
|
:'queries' => :'Array<FormulaAndFunctionQueryDefinition>',
|
127
131
|
:'response_format' => :'FormulaAndFunctionResponseFormat',
|
128
132
|
:'rum_query' => :'LogQueryDefinition',
|
129
|
-
:'security_query' => :'LogQueryDefinition'
|
133
|
+
:'security_query' => :'LogQueryDefinition',
|
134
|
+
:'sort' => :'WidgetSortBy'
|
130
135
|
}
|
131
136
|
end
|
132
137
|
|
@@ -229,6 +234,10 @@ module DatadogAPIClient::V1
|
|
229
234
|
if attributes.key?(:'security_query')
|
230
235
|
self.security_query = attributes[:'security_query']
|
231
236
|
end
|
237
|
+
|
238
|
+
if attributes.key?(:'sort')
|
239
|
+
self.sort = attributes[:'sort']
|
240
|
+
end
|
232
241
|
end
|
233
242
|
|
234
243
|
# Checks equality by comparing each attribute.
|
@@ -255,14 +264,15 @@ module DatadogAPIClient::V1
|
|
255
264
|
queries == o.queries &&
|
256
265
|
response_format == o.response_format &&
|
257
266
|
rum_query == o.rum_query &&
|
258
|
-
security_query == o.security_query
|
267
|
+
security_query == o.security_query &&
|
268
|
+
sort == o.sort
|
259
269
|
end
|
260
270
|
|
261
271
|
# Calculates hash code according to all attributes.
|
262
272
|
# @return [Integer] Hash code
|
263
273
|
# @!visibility private
|
264
274
|
def hash
|
265
|
-
[aggregator, _alias, apm_query, apm_stats_query, cell_display_mode, conditional_formats, event_query, formulas, limit, log_query, network_query, order, process_query, profile_metrics_query, q, queries, response_format, rum_query, security_query].hash
|
275
|
+
[aggregator, _alias, apm_query, apm_stats_query, cell_display_mode, conditional_formats, event_query, formulas, limit, log_query, network_query, order, process_query, profile_metrics_query, q, queries, response_format, rum_query, security_query, sort].hash
|
266
276
|
end
|
267
277
|
end
|
268
278
|
end
|
@@ -63,6 +63,9 @@ module DatadogAPIClient::V1
|
|
63
63
|
# The log query.
|
64
64
|
attr_accessor :security_query
|
65
65
|
|
66
|
+
# The controls for sorting the widget.
|
67
|
+
attr_accessor :sort
|
68
|
+
|
66
69
|
# Define request widget style.
|
67
70
|
attr_accessor :style
|
68
71
|
|
@@ -84,6 +87,7 @@ module DatadogAPIClient::V1
|
|
84
87
|
:'response_format' => :'response_format',
|
85
88
|
:'rum_query' => :'rum_query',
|
86
89
|
:'security_query' => :'security_query',
|
90
|
+
:'sort' => :'sort',
|
87
91
|
:'style' => :'style'
|
88
92
|
}
|
89
93
|
end
|
@@ -106,6 +110,7 @@ module DatadogAPIClient::V1
|
|
106
110
|
:'response_format' => :'FormulaAndFunctionResponseFormat',
|
107
111
|
:'rum_query' => :'LogQueryDefinition',
|
108
112
|
:'security_query' => :'LogQueryDefinition',
|
113
|
+
:'sort' => :'WidgetSortBy',
|
109
114
|
:'style' => :'WidgetRequestStyle'
|
110
115
|
}
|
111
116
|
end
|
@@ -188,6 +193,10 @@ module DatadogAPIClient::V1
|
|
188
193
|
self.security_query = attributes[:'security_query']
|
189
194
|
end
|
190
195
|
|
196
|
+
if attributes.key?(:'sort')
|
197
|
+
self.sort = attributes[:'sort']
|
198
|
+
end
|
199
|
+
|
191
200
|
if attributes.key?(:'style')
|
192
201
|
self.style = attributes[:'style']
|
193
202
|
end
|
@@ -231,6 +240,7 @@ module DatadogAPIClient::V1
|
|
231
240
|
response_format == o.response_format &&
|
232
241
|
rum_query == o.rum_query &&
|
233
242
|
security_query == o.security_query &&
|
243
|
+
sort == o.sort &&
|
234
244
|
style == o.style
|
235
245
|
end
|
236
246
|
|
@@ -238,7 +248,7 @@ module DatadogAPIClient::V1
|
|
238
248
|
# @return [Integer] Hash code
|
239
249
|
# @!visibility private
|
240
250
|
def hash
|
241
|
-
[apm_query, audit_query, conditional_formats, event_query, formulas, log_query, network_query, process_query, profile_metrics_query, q, queries, response_format, rum_query, security_query, style].hash
|
251
|
+
[apm_query, audit_query, conditional_formats, event_query, formulas, log_query, network_query, process_query, profile_metrics_query, q, queries, response_format, rum_query, security_query, sort, style].hash
|
242
252
|
end
|
243
253
|
end
|
244
254
|
end
|
@@ -17,7 +17,7 @@ require 'date'
|
|
17
17
|
require 'time'
|
18
18
|
|
19
19
|
module DatadogAPIClient::V1
|
20
|
-
# Number of RUM
|
20
|
+
# Number of RUM sessions recorded for each hour for a given organization.
|
21
21
|
class UsageRumSessionsHour
|
22
22
|
include BaseGenericModel
|
23
23
|
|
@@ -30,22 +30,22 @@ module DatadogAPIClient::V1
|
|
30
30
|
# The organization public ID.
|
31
31
|
attr_accessor :public_id
|
32
32
|
|
33
|
-
# Contains the number of RUM Replay
|
33
|
+
# Contains the number of RUM Session Replay counts (data available beginning November 1, 2021).
|
34
34
|
attr_accessor :replay_session_count
|
35
35
|
|
36
|
-
# Contains the number of browser RUM
|
36
|
+
# Contains the number of browser RUM lite Sessions.
|
37
37
|
attr_accessor :session_count
|
38
38
|
|
39
|
-
# Contains the number of mobile RUM
|
39
|
+
# Contains the number of mobile RUM sessions on Android (data available beginning December 1, 2020).
|
40
40
|
attr_accessor :session_count_android
|
41
41
|
|
42
|
-
# Contains the number of mobile RUM
|
42
|
+
# Contains the number of mobile RUM sessions on Flutter (data available beginning March 1, 2023).
|
43
43
|
attr_accessor :session_count_flutter
|
44
44
|
|
45
|
-
# Contains the number of mobile RUM
|
45
|
+
# Contains the number of mobile RUM sessions on iOS (data available beginning December 1, 2020).
|
46
46
|
attr_accessor :session_count_ios
|
47
47
|
|
48
|
-
# Contains the number of mobile RUM
|
48
|
+
# Contains the number of mobile RUM sessions on React Native (data available beginning May 1, 2022).
|
49
49
|
attr_accessor :session_count_reactnative
|
50
50
|
|
51
51
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -17,11 +17,11 @@ require 'date'
|
|
17
17
|
require 'time'
|
18
18
|
|
19
19
|
module DatadogAPIClient::V1
|
20
|
-
# Response containing the number of RUM
|
20
|
+
# Response containing the number of RUM sessions for each hour for a given organization.
|
21
21
|
class UsageRumSessionsResponse
|
22
22
|
include BaseGenericModel
|
23
23
|
|
24
|
-
# Get hourly usage for RUM
|
24
|
+
# Get hourly usage for RUM sessions.
|
25
25
|
attr_accessor :usage
|
26
26
|
|
27
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -42,7 +42,7 @@ module DatadogAPIClient::V1
|
|
42
42
|
# Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current date for all organizations.
|
43
43
|
attr_accessor :asm_serverless_sum
|
44
44
|
|
45
|
-
# Shows the sum of audit logs lines indexed over all hours in the current date for all organizations.
|
45
|
+
# Shows the sum of audit logs lines indexed over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
46
46
|
attr_accessor :audit_logs_lines_indexed_sum
|
47
47
|
|
48
48
|
# Shows the number of organizations that had Audit Trail enabled in the current date.
|
@@ -66,13 +66,13 @@ module DatadogAPIClient::V1
|
|
66
66
|
# Shows the sum of all log bytes ingested over all hours in the current date for all organizations.
|
67
67
|
attr_accessor :billable_ingested_bytes_sum
|
68
68
|
|
69
|
-
# Shows the sum of all browser lite sessions over all hours in the current date for all organizations.
|
69
|
+
# Shows the sum of all browser lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
70
70
|
attr_accessor :browser_rum_lite_session_count_sum
|
71
71
|
|
72
|
-
# Shows the sum of all browser replay sessions over all hours in the current date for all organizations.
|
72
|
+
# Shows the sum of all browser replay sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
73
73
|
attr_accessor :browser_rum_replay_session_count_sum
|
74
74
|
|
75
|
-
# Shows the sum of all browser RUM units over all hours in the current date for all organizations.
|
75
|
+
# Shows the sum of all browser RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
76
76
|
attr_accessor :browser_rum_units_sum
|
77
77
|
|
78
78
|
# Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
|
@@ -234,34 +234,34 @@ module DatadogAPIClient::V1
|
|
234
234
|
# Shows the 99th percentile of all IoT devices over all hours in the current date all organizations.
|
235
235
|
attr_accessor :iot_device_top99p
|
236
236
|
|
237
|
-
# Shows the sum of all mobile lite sessions over all hours in the current date for all organizations.
|
237
|
+
# Shows the sum of all mobile lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
238
238
|
attr_accessor :mobile_rum_lite_session_count_sum
|
239
239
|
|
240
|
-
# Shows the sum of all mobile RUM
|
240
|
+
# Shows the sum of all mobile RUM sessions on Android over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
241
241
|
attr_accessor :mobile_rum_session_count_android_sum
|
242
242
|
|
243
|
-
# Shows the sum of all mobile RUM
|
243
|
+
# Shows the sum of all mobile RUM sessions on Flutter over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
244
244
|
attr_accessor :mobile_rum_session_count_flutter_sum
|
245
245
|
|
246
|
-
# Shows the sum of all mobile RUM
|
246
|
+
# Shows the sum of all mobile RUM sessions on iOS over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
247
247
|
attr_accessor :mobile_rum_session_count_ios_sum
|
248
248
|
|
249
|
-
# Shows the sum of all mobile RUM
|
249
|
+
# Shows the sum of all mobile RUM sessions on React Native over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
250
250
|
attr_accessor :mobile_rum_session_count_reactnative_sum
|
251
251
|
|
252
|
-
# Shows the sum of all mobile RUM
|
252
|
+
# Shows the sum of all mobile RUM sessions on Roku over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
253
253
|
attr_accessor :mobile_rum_session_count_roku_sum
|
254
254
|
|
255
|
-
# Shows the sum of all mobile RUM
|
255
|
+
# Shows the sum of all mobile RUM sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
256
256
|
attr_accessor :mobile_rum_session_count_sum
|
257
257
|
|
258
|
-
# Shows the sum of all mobile RUM units over all hours in the current date for all organizations.
|
258
|
+
# Shows the sum of all mobile RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
259
259
|
attr_accessor :mobile_rum_units_sum
|
260
260
|
|
261
261
|
# Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current date for the given org.
|
262
262
|
attr_accessor :ndm_netflow_events_sum
|
263
263
|
|
264
|
-
# Shows the sum of all Network flows indexed over all hours in the current date for all organizations.
|
264
|
+
# Shows the sum of all Network flows indexed over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
265
265
|
attr_accessor :netflow_indexed_events_count_sum
|
266
266
|
|
267
267
|
# Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations.
|
@@ -288,16 +288,61 @@ module DatadogAPIClient::V1
|
|
288
288
|
# Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations.
|
289
289
|
attr_accessor :profiling_host_top99p
|
290
290
|
|
291
|
-
# Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations.
|
291
|
+
# Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
|
292
292
|
attr_accessor :rum_browser_and_mobile_session_count
|
293
293
|
|
294
|
-
# Shows the sum of all browser RUM
|
294
|
+
# Shows the sum of all browser RUM legacy sessions over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
295
|
+
attr_accessor :rum_browser_legacy_session_count_sum
|
296
|
+
|
297
|
+
# Shows the sum of all browser RUM lite sessions over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
298
|
+
attr_accessor :rum_browser_lite_session_count_sum
|
299
|
+
|
300
|
+
# Shows the sum of all browser RUM Session Replay counts over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
301
|
+
attr_accessor :rum_browser_replay_session_count_sum
|
302
|
+
|
303
|
+
# Shows the sum of all RUM lite sessions (browser and mobile) over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
304
|
+
attr_accessor :rum_lite_session_count_sum
|
305
|
+
|
306
|
+
# Shows the sum of all mobile RUM legacy sessions on Android over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
307
|
+
attr_accessor :rum_mobile_legacy_session_count_android_sum
|
308
|
+
|
309
|
+
# Shows the sum of all mobile RUM legacy Sessions on Flutter over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
310
|
+
attr_accessor :rum_mobile_legacy_session_count_flutter_sum
|
311
|
+
|
312
|
+
# Shows the sum of all mobile RUM legacy sessions on iOS over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
313
|
+
attr_accessor :rum_mobile_legacy_session_count_ios_sum
|
314
|
+
|
315
|
+
# Shows the sum of all mobile RUM legacy sessions on React Native over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
316
|
+
attr_accessor :rum_mobile_legacy_session_count_reactnative_sum
|
317
|
+
|
318
|
+
# Shows the sum of all mobile RUM legacy sessions on Roku over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
319
|
+
attr_accessor :rum_mobile_legacy_session_count_roku_sum
|
320
|
+
|
321
|
+
# Shows the sum of all mobile RUM lite sessions on Android over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
322
|
+
attr_accessor :rum_mobile_lite_session_count_android_sum
|
323
|
+
|
324
|
+
# Shows the sum of all mobile RUM lite sessions on Flutter over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
325
|
+
attr_accessor :rum_mobile_lite_session_count_flutter_sum
|
326
|
+
|
327
|
+
# Shows the sum of all mobile RUM lite sessions on iOS over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
328
|
+
attr_accessor :rum_mobile_lite_session_count_ios_sum
|
329
|
+
|
330
|
+
# Shows the sum of all mobile RUM lite sessions on React Native over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
331
|
+
attr_accessor :rum_mobile_lite_session_count_reactnative_sum
|
332
|
+
|
333
|
+
# Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
334
|
+
attr_accessor :rum_mobile_lite_session_count_roku_sum
|
335
|
+
|
336
|
+
# Shows the sum of all RUM Session Replay counts over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
|
337
|
+
attr_accessor :rum_replay_session_count_sum
|
338
|
+
|
339
|
+
# Shows the sum of all browser RUM lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
295
340
|
attr_accessor :rum_session_count_sum
|
296
341
|
|
297
|
-
# Shows the sum of RUM
|
342
|
+
# Shows the sum of RUM sessions (browser and mobile) over all hours in the current date for all organizations.
|
298
343
|
attr_accessor :rum_total_session_count_sum
|
299
344
|
|
300
|
-
# Shows the sum of all browser and mobile RUM units over all hours in the current date for all organizations.
|
345
|
+
# Shows the sum of all browser and mobile RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
301
346
|
attr_accessor :rum_units_sum
|
302
347
|
|
303
348
|
# Sum of all APM bytes scanned with sensitive data scanner over all hours in the current date for all organizations.
|
@@ -448,6 +493,21 @@ module DatadogAPIClient::V1
|
|
448
493
|
:'profiling_aas_count_top99p' => :'profiling_aas_count_top99p',
|
449
494
|
:'profiling_host_top99p' => :'profiling_host_top99p',
|
450
495
|
:'rum_browser_and_mobile_session_count' => :'rum_browser_and_mobile_session_count',
|
496
|
+
:'rum_browser_legacy_session_count_sum' => :'rum_browser_legacy_session_count_sum',
|
497
|
+
:'rum_browser_lite_session_count_sum' => :'rum_browser_lite_session_count_sum',
|
498
|
+
:'rum_browser_replay_session_count_sum' => :'rum_browser_replay_session_count_sum',
|
499
|
+
:'rum_lite_session_count_sum' => :'rum_lite_session_count_sum',
|
500
|
+
:'rum_mobile_legacy_session_count_android_sum' => :'rum_mobile_legacy_session_count_android_sum',
|
501
|
+
:'rum_mobile_legacy_session_count_flutter_sum' => :'rum_mobile_legacy_session_count_flutter_sum',
|
502
|
+
:'rum_mobile_legacy_session_count_ios_sum' => :'rum_mobile_legacy_session_count_ios_sum',
|
503
|
+
:'rum_mobile_legacy_session_count_reactnative_sum' => :'rum_mobile_legacy_session_count_reactnative_sum',
|
504
|
+
:'rum_mobile_legacy_session_count_roku_sum' => :'rum_mobile_legacy_session_count_roku_sum',
|
505
|
+
:'rum_mobile_lite_session_count_android_sum' => :'rum_mobile_lite_session_count_android_sum',
|
506
|
+
:'rum_mobile_lite_session_count_flutter_sum' => :'rum_mobile_lite_session_count_flutter_sum',
|
507
|
+
:'rum_mobile_lite_session_count_ios_sum' => :'rum_mobile_lite_session_count_ios_sum',
|
508
|
+
:'rum_mobile_lite_session_count_reactnative_sum' => :'rum_mobile_lite_session_count_reactnative_sum',
|
509
|
+
:'rum_mobile_lite_session_count_roku_sum' => :'rum_mobile_lite_session_count_roku_sum',
|
510
|
+
:'rum_replay_session_count_sum' => :'rum_replay_session_count_sum',
|
451
511
|
:'rum_session_count_sum' => :'rum_session_count_sum',
|
452
512
|
:'rum_total_session_count_sum' => :'rum_total_session_count_sum',
|
453
513
|
:'rum_units_sum' => :'rum_units_sum',
|
@@ -566,6 +626,21 @@ module DatadogAPIClient::V1
|
|
566
626
|
:'profiling_aas_count_top99p' => :'Integer',
|
567
627
|
:'profiling_host_top99p' => :'Integer',
|
568
628
|
:'rum_browser_and_mobile_session_count' => :'Integer',
|
629
|
+
:'rum_browser_legacy_session_count_sum' => :'Integer',
|
630
|
+
:'rum_browser_lite_session_count_sum' => :'Integer',
|
631
|
+
:'rum_browser_replay_session_count_sum' => :'Integer',
|
632
|
+
:'rum_lite_session_count_sum' => :'Integer',
|
633
|
+
:'rum_mobile_legacy_session_count_android_sum' => :'Integer',
|
634
|
+
:'rum_mobile_legacy_session_count_flutter_sum' => :'Integer',
|
635
|
+
:'rum_mobile_legacy_session_count_ios_sum' => :'Integer',
|
636
|
+
:'rum_mobile_legacy_session_count_reactnative_sum' => :'Integer',
|
637
|
+
:'rum_mobile_legacy_session_count_roku_sum' => :'Integer',
|
638
|
+
:'rum_mobile_lite_session_count_android_sum' => :'Integer',
|
639
|
+
:'rum_mobile_lite_session_count_flutter_sum' => :'Integer',
|
640
|
+
:'rum_mobile_lite_session_count_ios_sum' => :'Integer',
|
641
|
+
:'rum_mobile_lite_session_count_reactnative_sum' => :'Integer',
|
642
|
+
:'rum_mobile_lite_session_count_roku_sum' => :'Integer',
|
643
|
+
:'rum_replay_session_count_sum' => :'Integer',
|
569
644
|
:'rum_session_count_sum' => :'Integer',
|
570
645
|
:'rum_total_session_count_sum' => :'Integer',
|
571
646
|
:'rum_units_sum' => :'Integer',
|
@@ -968,6 +1043,66 @@ module DatadogAPIClient::V1
|
|
968
1043
|
self.rum_browser_and_mobile_session_count = attributes[:'rum_browser_and_mobile_session_count']
|
969
1044
|
end
|
970
1045
|
|
1046
|
+
if attributes.key?(:'rum_browser_legacy_session_count_sum')
|
1047
|
+
self.rum_browser_legacy_session_count_sum = attributes[:'rum_browser_legacy_session_count_sum']
|
1048
|
+
end
|
1049
|
+
|
1050
|
+
if attributes.key?(:'rum_browser_lite_session_count_sum')
|
1051
|
+
self.rum_browser_lite_session_count_sum = attributes[:'rum_browser_lite_session_count_sum']
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
if attributes.key?(:'rum_browser_replay_session_count_sum')
|
1055
|
+
self.rum_browser_replay_session_count_sum = attributes[:'rum_browser_replay_session_count_sum']
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
if attributes.key?(:'rum_lite_session_count_sum')
|
1059
|
+
self.rum_lite_session_count_sum = attributes[:'rum_lite_session_count_sum']
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
if attributes.key?(:'rum_mobile_legacy_session_count_android_sum')
|
1063
|
+
self.rum_mobile_legacy_session_count_android_sum = attributes[:'rum_mobile_legacy_session_count_android_sum']
|
1064
|
+
end
|
1065
|
+
|
1066
|
+
if attributes.key?(:'rum_mobile_legacy_session_count_flutter_sum')
|
1067
|
+
self.rum_mobile_legacy_session_count_flutter_sum = attributes[:'rum_mobile_legacy_session_count_flutter_sum']
|
1068
|
+
end
|
1069
|
+
|
1070
|
+
if attributes.key?(:'rum_mobile_legacy_session_count_ios_sum')
|
1071
|
+
self.rum_mobile_legacy_session_count_ios_sum = attributes[:'rum_mobile_legacy_session_count_ios_sum']
|
1072
|
+
end
|
1073
|
+
|
1074
|
+
if attributes.key?(:'rum_mobile_legacy_session_count_reactnative_sum')
|
1075
|
+
self.rum_mobile_legacy_session_count_reactnative_sum = attributes[:'rum_mobile_legacy_session_count_reactnative_sum']
|
1076
|
+
end
|
1077
|
+
|
1078
|
+
if attributes.key?(:'rum_mobile_legacy_session_count_roku_sum')
|
1079
|
+
self.rum_mobile_legacy_session_count_roku_sum = attributes[:'rum_mobile_legacy_session_count_roku_sum']
|
1080
|
+
end
|
1081
|
+
|
1082
|
+
if attributes.key?(:'rum_mobile_lite_session_count_android_sum')
|
1083
|
+
self.rum_mobile_lite_session_count_android_sum = attributes[:'rum_mobile_lite_session_count_android_sum']
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
if attributes.key?(:'rum_mobile_lite_session_count_flutter_sum')
|
1087
|
+
self.rum_mobile_lite_session_count_flutter_sum = attributes[:'rum_mobile_lite_session_count_flutter_sum']
|
1088
|
+
end
|
1089
|
+
|
1090
|
+
if attributes.key?(:'rum_mobile_lite_session_count_ios_sum')
|
1091
|
+
self.rum_mobile_lite_session_count_ios_sum = attributes[:'rum_mobile_lite_session_count_ios_sum']
|
1092
|
+
end
|
1093
|
+
|
1094
|
+
if attributes.key?(:'rum_mobile_lite_session_count_reactnative_sum')
|
1095
|
+
self.rum_mobile_lite_session_count_reactnative_sum = attributes[:'rum_mobile_lite_session_count_reactnative_sum']
|
1096
|
+
end
|
1097
|
+
|
1098
|
+
if attributes.key?(:'rum_mobile_lite_session_count_roku_sum')
|
1099
|
+
self.rum_mobile_lite_session_count_roku_sum = attributes[:'rum_mobile_lite_session_count_roku_sum']
|
1100
|
+
end
|
1101
|
+
|
1102
|
+
if attributes.key?(:'rum_replay_session_count_sum')
|
1103
|
+
self.rum_replay_session_count_sum = attributes[:'rum_replay_session_count_sum']
|
1104
|
+
end
|
1105
|
+
|
971
1106
|
if attributes.key?(:'rum_session_count_sum')
|
972
1107
|
self.rum_session_count_sum = attributes[:'rum_session_count_sum']
|
973
1108
|
end
|
@@ -1149,6 +1284,21 @@ module DatadogAPIClient::V1
|
|
1149
1284
|
profiling_aas_count_top99p == o.profiling_aas_count_top99p &&
|
1150
1285
|
profiling_host_top99p == o.profiling_host_top99p &&
|
1151
1286
|
rum_browser_and_mobile_session_count == o.rum_browser_and_mobile_session_count &&
|
1287
|
+
rum_browser_legacy_session_count_sum == o.rum_browser_legacy_session_count_sum &&
|
1288
|
+
rum_browser_lite_session_count_sum == o.rum_browser_lite_session_count_sum &&
|
1289
|
+
rum_browser_replay_session_count_sum == o.rum_browser_replay_session_count_sum &&
|
1290
|
+
rum_lite_session_count_sum == o.rum_lite_session_count_sum &&
|
1291
|
+
rum_mobile_legacy_session_count_android_sum == o.rum_mobile_legacy_session_count_android_sum &&
|
1292
|
+
rum_mobile_legacy_session_count_flutter_sum == o.rum_mobile_legacy_session_count_flutter_sum &&
|
1293
|
+
rum_mobile_legacy_session_count_ios_sum == o.rum_mobile_legacy_session_count_ios_sum &&
|
1294
|
+
rum_mobile_legacy_session_count_reactnative_sum == o.rum_mobile_legacy_session_count_reactnative_sum &&
|
1295
|
+
rum_mobile_legacy_session_count_roku_sum == o.rum_mobile_legacy_session_count_roku_sum &&
|
1296
|
+
rum_mobile_lite_session_count_android_sum == o.rum_mobile_lite_session_count_android_sum &&
|
1297
|
+
rum_mobile_lite_session_count_flutter_sum == o.rum_mobile_lite_session_count_flutter_sum &&
|
1298
|
+
rum_mobile_lite_session_count_ios_sum == o.rum_mobile_lite_session_count_ios_sum &&
|
1299
|
+
rum_mobile_lite_session_count_reactnative_sum == o.rum_mobile_lite_session_count_reactnative_sum &&
|
1300
|
+
rum_mobile_lite_session_count_roku_sum == o.rum_mobile_lite_session_count_roku_sum &&
|
1301
|
+
rum_replay_session_count_sum == o.rum_replay_session_count_sum &&
|
1152
1302
|
rum_session_count_sum == o.rum_session_count_sum &&
|
1153
1303
|
rum_total_session_count_sum == o.rum_total_session_count_sum &&
|
1154
1304
|
rum_units_sum == o.rum_units_sum &&
|
@@ -1176,7 +1326,7 @@ module DatadogAPIClient::V1
|
|
1176
1326
|
# @return [Integer] Hash code
|
1177
1327
|
# @!visibility private
|
1178
1328
|
def hash
|
1179
|
-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, 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, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, 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, 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
|
1329
|
+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, 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, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, 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
|
1180
1330
|
end
|
1181
1331
|
end
|
1182
1332
|
end
|