datadog_api_client 2.0.2 → 2.2.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 (192) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +6 -6
  3. data/.generator/poetry.lock +21 -14
  4. data/.generator/pyproject.toml +1 -1
  5. data/.generator/schemas/v1/openapi.yaml +840 -908
  6. data/.generator/schemas/v2/openapi.yaml +1304 -913
  7. data/.generator/src/generator/formatter.py +1 -1
  8. data/.generator/src/generator/templates/api_client.j2 +5 -1
  9. data/.generator/src/generator/templates/configuration.j2 +17 -0
  10. data/.github/workflows/test.yml +4 -1
  11. data/.github/workflows/test_integration.yml +5 -0
  12. data/.pre-commit-config.yaml +1 -1
  13. data/CHANGELOG.md +49 -0
  14. data/README.md +11 -0
  15. data/examples/v1/dashboards/CreateDashboard_1094917386.rb +37 -0
  16. data/examples/v1/dashboards/CreateDashboard_1307120899.rb +61 -0
  17. data/examples/v1/dashboards/CreateDashboard_1423904722.rb +38 -0
  18. data/examples/v1/dashboards/CreateDashboard_2652180930.rb +43 -0
  19. data/examples/v1/dashboards/CreateDashboard_2850365602.rb +55 -0
  20. data/examples/v1/dashboards/CreateDashboard_3117424216.rb +33 -0
  21. data/examples/v1/dashboards/CreateDashboard_3669695268.rb +50 -0
  22. data/examples/v1/dashboards/CreateDashboard_858397694.rb +41 -0
  23. data/examples/v1/monitors/ValidateExistingMonitor.rb +1 -0
  24. data/examples/v1/monitors/ValidateMonitor.rb +1 -0
  25. data/examples/v1/monitors/ValidateMonitor_4247196452.rb +38 -0
  26. data/examples/v1/synthetics/CreateGlobalVariable.rb +1 -0
  27. data/examples/v1/synthetics/CreateGlobalVariable_1068962881.rb +23 -0
  28. data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +10 -0
  29. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +6 -0
  30. data/examples/v1/synthetics/EditGlobalVariable.rb +1 -0
  31. data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -0
  32. data/examples/v1/usage-metering/GetDailyCustomReports.rb +0 -3
  33. data/examples/v1/usage-metering/GetMonthlyCustomReports.rb +0 -3
  34. data/examples/v1/usage-metering/GetSpecifiedDailyCustomReports.rb +0 -3
  35. data/examples/v1/usage-metering/GetSpecifiedMonthlyCustomReports.rb +0 -3
  36. data/examples/v1/usage-metering/GetUsageAttribution.rb +0 -3
  37. data/examples/v2/incidents/ListIncidentAttachments.rb +8 -0
  38. data/examples/v2/incidents/ListIncidentAttachments_2457735435.rb +11 -0
  39. data/examples/v2/incidents/UpdateIncidentAttachments.rb +38 -0
  40. data/examples/v2/incidents/UpdateIncidentAttachments_3881702075.rb +26 -0
  41. data/examples/v2/metrics/ListActiveMetricConfigurations.rb +5 -0
  42. data/examples/v2/metrics/ListTagConfigurations.rb +1 -1
  43. data/examples/v2/metrics/ListTagConfigurations_265033704.rb +8 -0
  44. data/examples/v2/metrics/{ListTagConfigurations_103226315.rb → ListTagConfigurations_2739018321.rb} +1 -1
  45. data/examples/v2/metrics/SubmitMetrics_1762007427.rb +23 -0
  46. data/examples/v2/roles/UpdateRole.rb +13 -0
  47. data/examples/v2/rum/CreateRUMApplication.rb +15 -0
  48. data/examples/v2/rum/DeleteRUMApplication.rb +8 -0
  49. data/examples/v2/rum/GetRUMApplication.rb +8 -0
  50. data/examples/v2/rum/GetRUMApplications.rb +5 -0
  51. data/examples/v2/rum/UpdateRUMApplication.rb +16 -0
  52. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +3 -2
  53. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_461183901.rb +2 -2
  54. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_498211763.rb +2 -2
  55. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_914562040.rb +50 -0
  56. data/examples/v2/security-monitoring/GetSecurityMonitoringSignal.rb +5 -0
  57. data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +2 -1
  58. data/examples/v2/usage-metering/GetEstimatedCostByOrg.rb +1 -4
  59. data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +2 -4
  60. data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +2 -4
  61. data/examples/v2/usage-metering/GetHistoricalCostByOrg.rb +8 -0
  62. data/examples/v2/usage-metering/GetHourlyUsage.rb +5 -0
  63. data/generate.sh +30 -0
  64. data/lib/datadog_api_client/api_client.rb +5 -1
  65. data/lib/datadog_api_client/configuration.rb +20 -6
  66. data/lib/datadog_api_client/inflector.rb +67 -1
  67. data/lib/datadog_api_client/v1/api/metrics_api.rb +1 -1
  68. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +3 -1
  69. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +42 -62
  70. data/lib/datadog_api_client/v1/models/dashboard_template_variable.rb +14 -2
  71. data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb +28 -5
  72. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition.rb +14 -4
  73. data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
  74. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +2 -0
  75. data/lib/datadog_api_client/v1/models/list_stream_query.rb +14 -4
  76. data/lib/datadog_api_client/v1/models/list_stream_source.rb +1 -0
  77. data/lib/datadog_api_client/v1/models/metric_content_encoding.rb +1 -0
  78. data/lib/datadog_api_client/v1/models/monitor_options.rb +28 -1
  79. data/lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb +13 -1
  80. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +4 -0
  81. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +41 -1
  82. data/lib/datadog_api_client/v1/models/on_missing_data_option.rb +33 -0
  83. data/lib/datadog_api_client/v1/models/search_service_level_objective.rb +111 -0
  84. data/lib/datadog_api_client/v1/models/search_service_level_objective_attributes.rb +286 -0
  85. data/lib/datadog_api_client/v1/models/search_service_level_objective_data.rb +134 -0
  86. data/lib/datadog_api_client/v1/models/search_slo_query.rb +137 -0
  87. data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes.rb +8 -8
  88. data/lib/datadog_api_client/v1/models/search_slo_response_links.rb +2 -0
  89. data/lib/datadog_api_client/v1/models/search_slo_threshold.rb +184 -0
  90. data/lib/datadog_api_client/v1/models/search_slo_timeframe.rb +28 -0
  91. data/lib/datadog_api_client/v1/models/slo_creator.rb +131 -0
  92. data/lib/datadog_api_client/v1/models/slo_list_widget_definition.rb +185 -0
  93. data/lib/datadog_api_client/v1/models/slo_list_widget_definition_type.rb +26 -0
  94. data/lib/datadog_api_client/v1/models/slo_list_widget_query.rb +149 -0
  95. data/lib/datadog_api_client/v1/models/slo_list_widget_request.rb +143 -0
  96. data/lib/datadog_api_client/v1/models/slo_list_widget_request_type.rb +26 -0
  97. data/lib/datadog_api_client/v1/models/slo_overall_statuses.rb +174 -0
  98. data/lib/datadog_api_client/v1/models/slo_raw_error_budget_remaining.rb +121 -0
  99. data/lib/datadog_api_client/v1/models/synthetics_assertion_operator.rb +1 -0
  100. data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +2 -1
  101. data/lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb +155 -0
  102. data/lib/datadog_api_client/v1/models/synthetics_basic_auth_digest_type.rb +26 -0
  103. data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb +11 -12
  104. data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options_type.rb +1 -0
  105. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +31 -1
  106. data/lib/datadog_api_client/v1/models/synthetics_test_process_status.rb +0 -1
  107. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +15 -1
  108. data/lib/datadog_api_client/v1/models/topology_map_widget_definition.rb +193 -0
  109. data/lib/datadog_api_client/v1/models/topology_map_widget_definition_type.rb +26 -0
  110. data/lib/datadog_api_client/v1/models/topology_query.rb +144 -0
  111. data/lib/datadog_api_client/v1/models/topology_query_data_source.rb +27 -0
  112. data/lib/datadog_api_client/v1/models/topology_request.rb +121 -0
  113. data/lib/datadog_api_client/v1/models/topology_request_type.rb +26 -0
  114. data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +4 -0
  115. data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +4 -0
  116. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +41 -1
  117. data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +11 -1
  118. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +12 -1
  119. data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +11 -1
  120. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +21 -1
  121. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +31 -1
  122. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +21 -1
  123. data/lib/datadog_api_client/v1/models/widget_definition.rb +3 -1
  124. data/lib/datadog_api_client/v1/models/widget_monitor_summary_sort.rb +2 -0
  125. data/lib/datadog_api_client/v2/api/events_api.rb +1 -1
  126. data/lib/datadog_api_client/v2/api/incident_services_api.rb +2 -2
  127. data/lib/datadog_api_client/v2/api/incident_teams_api.rb +2 -2
  128. data/lib/datadog_api_client/v2/api/incidents_api.rb +155 -0
  129. data/lib/datadog_api_client/v2/api/logs_api.rb +1 -1
  130. data/lib/datadog_api_client/v2/api/metrics_api.rb +77 -9
  131. data/lib/datadog_api_client/v2/api/rum_api.rb +329 -0
  132. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +68 -3
  133. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +83 -17
  134. data/lib/datadog_api_client/v2/models/content_encoding.rb +1 -0
  135. data/lib/datadog_api_client/v2/models/incident_attachment_attachment_type.rb +27 -0
  136. data/lib/datadog_api_client/v2/models/incident_attachment_attributes.rb +63 -0
  137. data/lib/datadog_api_client/v2/models/incident_attachment_data.rb +187 -0
  138. data/lib/datadog_api_client/v2/models/incident_attachment_link_attachment_type.rb +26 -0
  139. data/lib/datadog_api_client/v2/models/incident_attachment_link_attributes.rb +145 -0
  140. data/lib/datadog_api_client/v2/models/incident_attachment_link_attributes_attachment_object.rb +143 -0
  141. data/lib/datadog_api_client/v2/models/incident_attachment_postmortem_attachment_type.rb +26 -0
  142. data/lib/datadog_api_client/v2/models/incident_attachment_postmortem_attributes.rb +145 -0
  143. data/lib/datadog_api_client/v2/models/incident_attachment_related_object.rb +26 -0
  144. data/lib/datadog_api_client/v2/models/incident_attachment_relationships.rb +111 -0
  145. data/lib/datadog_api_client/v2/models/incident_attachment_type.rb +26 -0
  146. data/lib/datadog_api_client/v2/models/incident_attachment_update_attributes.rb +63 -0
  147. data/lib/datadog_api_client/v2/models/incident_attachment_update_data.rb +144 -0
  148. data/lib/datadog_api_client/v2/models/incident_attachment_update_request.rb +127 -0
  149. data/lib/datadog_api_client/v2/models/incident_attachment_update_response.rb +137 -0
  150. data/lib/datadog_api_client/v2/models/incident_attachments_postmortem_attributes_attachment_object.rb +143 -0
  151. data/lib/datadog_api_client/v2/models/incident_attachments_response.rb +136 -0
  152. data/lib/datadog_api_client/v2/models/incident_attachments_response_included_item.rb +62 -0
  153. data/lib/datadog_api_client/v2/models/incident_related_object.rb +1 -0
  154. data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +1 -11
  155. data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +2 -1
  156. data/lib/datadog_api_client/v2/models/incident_response_relationships.rb +14 -14
  157. data/lib/datadog_api_client/v2/models/metric_active_configuration_type.rb +26 -0
  158. data/lib/datadog_api_client/v2/models/metric_content_encoding.rb +2 -0
  159. data/lib/datadog_api_client/v2/models/metric_suggested_tags_and_aggregations.rb +133 -0
  160. data/lib/datadog_api_client/v2/models/metric_suggested_tags_and_aggregations_response.rb +111 -0
  161. data/lib/datadog_api_client/v2/models/metric_suggested_tags_attributes.rb +125 -0
  162. data/lib/datadog_api_client/v2/models/relationship_to_incident_attachment.rb +124 -0
  163. data/lib/datadog_api_client/v2/models/relationship_to_incident_attachment_data.rb +145 -0
  164. data/lib/datadog_api_client/v2/models/role_update_data.rb +11 -1
  165. data/lib/datadog_api_client/v2/models/rum_application.rb +166 -0
  166. data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +279 -0
  167. data/lib/datadog_api_client/v2/models/rum_application_create.rb +145 -0
  168. data/lib/datadog_api_client/v2/models/rum_application_create_attributes.rb +132 -0
  169. data/lib/datadog_api_client/v2/models/rum_application_create_request.rb +122 -0
  170. data/lib/datadog_api_client/v2/models/rum_application_create_type.rb +26 -0
  171. data/lib/datadog_api_client/v2/models/rum_application_response.rb +111 -0
  172. data/lib/datadog_api_client/v2/models/rum_application_type.rb +26 -0
  173. data/lib/datadog_api_client/v2/models/rum_application_update.rb +155 -0
  174. data/lib/datadog_api_client/v2/models/rum_application_update_attributes.rb +121 -0
  175. data/lib/datadog_api_client/v2/models/rum_application_update_request.rb +122 -0
  176. data/lib/datadog_api_client/v2/models/rum_application_update_type.rb +26 -0
  177. data/lib/datadog_api_client/v2/models/rum_applications_response.rb +113 -0
  178. data/lib/datadog_api_client/v2/models/security_monitoring_rule_create_payload.rb +36 -248
  179. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +36 -151
  180. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_aggregation.rb +1 -0
  181. data/lib/datadog_api_client/v2/models/security_monitoring_rule_response.rb +37 -253
  182. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +275 -0
  183. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_query.rb +187 -0
  184. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +279 -0
  185. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_type.rb +26 -0
  186. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +275 -0
  187. data/lib/datadog_api_client/v2/models/{security_monitoring_rule_query_create.rb → security_monitoring_standard_rule_query.rb} +3 -3
  188. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +279 -0
  189. data/lib/datadog_api_client/version.rb +1 -1
  190. metadata +97 -6
  191. data/Makefile +0 -7
  192. data/examples/v2/metrics/ListTagConfigurations_1799362914.rb +0 -8
@@ -0,0 +1,121 @@
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
+ # Request that will return nodes and edges to be used by topology map.
21
+ class TopologyRequest
22
+ include BaseGenericModel
23
+
24
+ # Whether the object has unparsed attributes
25
+ # @!visibility private
26
+ attr_accessor :_unparsed
27
+
28
+ # Query to service-based topology data sources like the service map or data streams.
29
+ attr_accessor :query
30
+
31
+ # Widget request type.
32
+ attr_accessor :request_type
33
+
34
+ # Attribute mapping from ruby-style variable name to JSON key.
35
+ # @!visibility private
36
+ def self.attribute_map
37
+ {
38
+ :'query' => :'query',
39
+ :'request_type' => :'request_type'
40
+ }
41
+ end
42
+
43
+ # Returns all the JSON keys this model knows about
44
+ # @!visibility private
45
+ def self.acceptable_attributes
46
+ attribute_map.values
47
+ end
48
+
49
+ # Attribute type mapping.
50
+ # @!visibility private
51
+ def self.openapi_types
52
+ {
53
+ :'query' => :'TopologyQuery',
54
+ :'request_type' => :'TopologyRequestType'
55
+ }
56
+ end
57
+
58
+ # List of attributes with nullable: true
59
+ # @!visibility private
60
+ def self.openapi_nullable
61
+ Set.new([
62
+ ])
63
+ end
64
+
65
+ # Initializes the object
66
+ # @param attributes [Hash] Model attributes in the form of hash
67
+ # @!visibility private
68
+ def initialize(attributes = {})
69
+ if (!attributes.is_a?(Hash))
70
+ fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::TopologyRequest` initialize method"
71
+ end
72
+
73
+ # check to see if the attribute exists and convert string to symbol for hash key
74
+ attributes = attributes.each_with_object({}) { |(k, v), h|
75
+ if (!self.class.attribute_map.key?(k.to_sym))
76
+ fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V1::TopologyRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
77
+ end
78
+ h[k.to_sym] = v
79
+ }
80
+
81
+ if attributes.key?(:'query')
82
+ self.query = attributes[:'query']
83
+ end
84
+
85
+ if attributes.key?(:'request_type')
86
+ self.request_type = attributes[:'request_type']
87
+ end
88
+ end
89
+
90
+ # Check to see if the all the properties in the model are valid
91
+ # @return true if the model is valid
92
+ # @!visibility private
93
+ def valid?
94
+ true
95
+ end
96
+
97
+ # Checks equality by comparing each attribute.
98
+ # @param o [Object] Object to be compared
99
+ # @!visibility private
100
+ def ==(o)
101
+ return true if self.equal?(o)
102
+ self.class == o.class &&
103
+ query == o.query &&
104
+ request_type == o.request_type
105
+ end
106
+
107
+ # @see the `==` method
108
+ # @param o [Object] Object to be compared
109
+ # @!visibility private
110
+ def eql?(o)
111
+ self == o
112
+ end
113
+
114
+ # Calculates hash code according to all attributes.
115
+ # @return [Integer] Hash code
116
+ # @!visibility private
117
+ def hash
118
+ [query, request_type].hash
119
+ end
120
+ end
121
+ end
@@ -0,0 +1,26 @@
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
+ # Widget request type.
21
+ class TopologyRequestType
22
+ include BaseEnumModel
23
+
24
+ TOPOLOGY = "topology".freeze
25
+ end
26
+ end
@@ -45,9 +45,13 @@ module DatadogAPIClient::V1
45
45
  LAMBDA_INVOCATIONS_PERCENTAGE = "lambda_invocations_percentage".freeze
46
46
  ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage".freeze
47
47
  ESTIMATED_INDEXED_LOGS_PERCENTAGE = "estimated_indexed_logs_percentage".freeze
48
+ ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage".freeze
49
+ ESTIMATED_INGESTED_LOGS_PERCENTAGE = "estimated_ingested_logs_percentage".freeze
48
50
  ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage".freeze
49
51
  ESTIMATED_INDEXED_SPANS_PERCENTAGE = "estimated_indexed_spans_percentage".freeze
50
52
  ESTIMATED_INGESTED_SPANS_USAGE = "estimated_ingested_spans_usage".freeze
51
53
  ESTIMATED_INGESTED_SPANS_PERCENTAGE = "estimated_ingested_spans_percentage".freeze
54
+ APM_FARGATE_USAGE = "apm_fargate_usage".freeze
55
+ APM_FARGATE_PERCENTAGE = "apm_fargate_percentage".freeze
52
56
  end
53
57
  end
@@ -53,12 +53,16 @@ module DatadogAPIClient::V1
53
53
  DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage".freeze
54
54
  ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage".freeze
55
55
  ESTIMATED_INDEXED_LOGS_PERCENTAGE = "estimated_indexed_logs_percentage".freeze
56
+ ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage".freeze
57
+ ESTIMATED_INGESTED_LOGS_PERCENTAGE = "estimated_ingested_logs_percentage".freeze
56
58
  APPSEC_USAGE = "appsec_usage".freeze
57
59
  APPSEC_PERCENTAGE = "appsec_percentage".freeze
58
60
  ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage".freeze
59
61
  ESTIMATED_INDEXED_SPANS_PERCENTAGE = "estimated_indexed_spans_percentage".freeze
60
62
  ESTIMATED_INGESTED_SPANS_USAGE = "estimated_ingested_spans_usage".freeze
61
63
  ESTIMATED_INGESTED_SPANS_PERCENTAGE = "estimated_ingested_spans_percentage".freeze
64
+ APM_FARGATE_USAGE = "apm_fargate_usage".freeze
65
+ APM_FARGATE_PERCENTAGE = "apm_fargate_percentage".freeze
62
66
  ALL = "*".freeze
63
67
  end
64
68
  end
@@ -31,6 +31,12 @@ module DatadogAPIClient::V1
31
31
  # The synthetic API test usage by tag(s).
32
32
  attr_accessor :api_usage
33
33
 
34
+ # The percentage of APM ECS Fargate task usage by tag(s).
35
+ attr_accessor :apm_fargate_percentage
36
+
37
+ # The APM ECS Fargate task usage by tag(s).
38
+ attr_accessor :apm_fargate_usage
39
+
34
40
  # The percentage of APM host usage by tag(s).
35
41
  attr_accessor :apm_host_percentage
36
42
 
@@ -109,6 +115,12 @@ module DatadogAPIClient::V1
109
115
  # The estimated indexed spans usage by tag(s). Note this field is in private beta.
110
116
  attr_accessor :estimated_indexed_spans_usage
111
117
 
118
+ # The percentage of estimated live ingested logs usage by tag(s). Note this field is in private beta.
119
+ attr_accessor :estimated_ingested_logs_percentage
120
+
121
+ # The estimated live ingested logs usage by tag(s). Note this field is in private beta.
122
+ attr_accessor :estimated_ingested_logs_usage
123
+
112
124
  # The percentage of estimated ingested spans usage by tag(s). Note this field is in private beta.
113
125
  attr_accessor :estimated_ingested_spans_percentage
114
126
 
@@ -163,6 +175,8 @@ module DatadogAPIClient::V1
163
175
  {
164
176
  :'api_percentage' => :'api_percentage',
165
177
  :'api_usage' => :'api_usage',
178
+ :'apm_fargate_percentage' => :'apm_fargate_percentage',
179
+ :'apm_fargate_usage' => :'apm_fargate_usage',
166
180
  :'apm_host_percentage' => :'apm_host_percentage',
167
181
  :'apm_host_usage' => :'apm_host_usage',
168
182
  :'appsec_percentage' => :'appsec_percentage',
@@ -189,6 +203,8 @@ module DatadogAPIClient::V1
189
203
  :'estimated_indexed_logs_usage' => :'estimated_indexed_logs_usage',
190
204
  :'estimated_indexed_spans_percentage' => :'estimated_indexed_spans_percentage',
191
205
  :'estimated_indexed_spans_usage' => :'estimated_indexed_spans_usage',
206
+ :'estimated_ingested_logs_percentage' => :'estimated_ingested_logs_percentage',
207
+ :'estimated_ingested_logs_usage' => :'estimated_ingested_logs_usage',
192
208
  :'estimated_ingested_spans_percentage' => :'estimated_ingested_spans_percentage',
193
209
  :'estimated_ingested_spans_usage' => :'estimated_ingested_spans_usage',
194
210
  :'infra_host_percentage' => :'infra_host_percentage',
@@ -220,6 +236,8 @@ module DatadogAPIClient::V1
220
236
  {
221
237
  :'api_percentage' => :'Float',
222
238
  :'api_usage' => :'Float',
239
+ :'apm_fargate_percentage' => :'Float',
240
+ :'apm_fargate_usage' => :'Float',
223
241
  :'apm_host_percentage' => :'Float',
224
242
  :'apm_host_usage' => :'Float',
225
243
  :'appsec_percentage' => :'Float',
@@ -246,6 +264,8 @@ module DatadogAPIClient::V1
246
264
  :'estimated_indexed_logs_usage' => :'Float',
247
265
  :'estimated_indexed_spans_percentage' => :'Float',
248
266
  :'estimated_indexed_spans_usage' => :'Float',
267
+ :'estimated_ingested_logs_percentage' => :'Float',
268
+ :'estimated_ingested_logs_usage' => :'Float',
249
269
  :'estimated_ingested_spans_percentage' => :'Float',
250
270
  :'estimated_ingested_spans_usage' => :'Float',
251
271
  :'infra_host_percentage' => :'Float',
@@ -296,6 +316,14 @@ module DatadogAPIClient::V1
296
316
  self.api_usage = attributes[:'api_usage']
297
317
  end
298
318
 
319
+ if attributes.key?(:'apm_fargate_percentage')
320
+ self.apm_fargate_percentage = attributes[:'apm_fargate_percentage']
321
+ end
322
+
323
+ if attributes.key?(:'apm_fargate_usage')
324
+ self.apm_fargate_usage = attributes[:'apm_fargate_usage']
325
+ end
326
+
299
327
  if attributes.key?(:'apm_host_percentage')
300
328
  self.apm_host_percentage = attributes[:'apm_host_percentage']
301
329
  end
@@ -400,6 +428,14 @@ module DatadogAPIClient::V1
400
428
  self.estimated_indexed_spans_usage = attributes[:'estimated_indexed_spans_usage']
401
429
  end
402
430
 
431
+ if attributes.key?(:'estimated_ingested_logs_percentage')
432
+ self.estimated_ingested_logs_percentage = attributes[:'estimated_ingested_logs_percentage']
433
+ end
434
+
435
+ if attributes.key?(:'estimated_ingested_logs_usage')
436
+ self.estimated_ingested_logs_usage = attributes[:'estimated_ingested_logs_usage']
437
+ end
438
+
403
439
  if attributes.key?(:'estimated_ingested_spans_percentage')
404
440
  self.estimated_ingested_spans_percentage = attributes[:'estimated_ingested_spans_percentage']
405
441
  end
@@ -480,6 +516,8 @@ module DatadogAPIClient::V1
480
516
  self.class == o.class &&
481
517
  api_percentage == o.api_percentage &&
482
518
  api_usage == o.api_usage &&
519
+ apm_fargate_percentage == o.apm_fargate_percentage &&
520
+ apm_fargate_usage == o.apm_fargate_usage &&
483
521
  apm_host_percentage == o.apm_host_percentage &&
484
522
  apm_host_usage == o.apm_host_usage &&
485
523
  appsec_percentage == o.appsec_percentage &&
@@ -506,6 +544,8 @@ module DatadogAPIClient::V1
506
544
  estimated_indexed_logs_usage == o.estimated_indexed_logs_usage &&
507
545
  estimated_indexed_spans_percentage == o.estimated_indexed_spans_percentage &&
508
546
  estimated_indexed_spans_usage == o.estimated_indexed_spans_usage &&
547
+ estimated_ingested_logs_percentage == o.estimated_ingested_logs_percentage &&
548
+ estimated_ingested_logs_usage == o.estimated_ingested_logs_usage &&
509
549
  estimated_ingested_spans_percentage == o.estimated_ingested_spans_percentage &&
510
550
  estimated_ingested_spans_usage == o.estimated_ingested_spans_usage &&
511
551
  infra_host_percentage == o.infra_host_percentage &&
@@ -535,7 +575,7 @@ module DatadogAPIClient::V1
535
575
  # @return [Integer] Hash code
536
576
  # @!visibility private
537
577
  def hash
538
- [api_percentage, api_usage, apm_host_percentage, apm_host_usage, appsec_percentage, appsec_usage, browser_percentage, browser_usage, container_percentage, container_usage, cspm_container_percentage, cspm_container_usage, cspm_host_percentage, cspm_host_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_container_percentage, cws_container_usage, cws_host_percentage, cws_host_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_spans_percentage, estimated_ingested_spans_usage, infra_host_percentage, infra_host_usage, lambda_functions_percentage, lambda_functions_usage, lambda_invocations_percentage, lambda_invocations_usage, npm_host_percentage, npm_host_usage, profiled_container_percentage, profiled_container_usage, profiled_hosts_percentage, profiled_hosts_usage, snmp_percentage, snmp_usage].hash
578
+ [api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, appsec_percentage, appsec_usage, browser_percentage, browser_usage, container_percentage, container_usage, cspm_container_percentage, cspm_container_usage, cspm_host_percentage, cspm_host_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_container_percentage, cws_container_usage, cws_host_percentage, cws_host_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, infra_host_percentage, infra_host_usage, lambda_functions_percentage, lambda_functions_usage, lambda_invocations_percentage, lambda_invocations_usage, npm_host_percentage, npm_host_usage, profiled_container_percentage, profiled_container_usage, profiled_hosts_percentage, profiled_hosts_usage, snmp_percentage, snmp_usage].hash
539
579
  end
540
580
  end
541
581
  end
@@ -43,6 +43,9 @@ module DatadogAPIClient::V1
43
43
  # Shows usage aggregation for a billing period.
44
44
  attr_accessor :ratio_in_month
45
45
 
46
+ # The region of the organization.
47
+ attr_accessor :region
48
+
46
49
  # Shows the first date of usage.
47
50
  attr_accessor :start_date
48
51
 
@@ -59,6 +62,7 @@ module DatadogAPIClient::V1
59
62
  :'org_name' => :'org_name',
60
63
  :'public_id' => :'public_id',
61
64
  :'ratio_in_month' => :'ratio_in_month',
65
+ :'region' => :'region',
62
66
  :'start_date' => :'start_date',
63
67
  :'usage' => :'usage'
64
68
  }
@@ -80,6 +84,7 @@ module DatadogAPIClient::V1
80
84
  :'org_name' => :'String',
81
85
  :'public_id' => :'String',
82
86
  :'ratio_in_month' => :'Float',
87
+ :'region' => :'String',
83
88
  :'start_date' => :'Time',
84
89
  :'usage' => :'UsageBillableSummaryKeys'
85
90
  }
@@ -132,6 +137,10 @@ module DatadogAPIClient::V1
132
137
  self.ratio_in_month = attributes[:'ratio_in_month']
133
138
  end
134
139
 
140
+ if attributes.key?(:'region')
141
+ self.region = attributes[:'region']
142
+ end
143
+
135
144
  if attributes.key?(:'start_date')
136
145
  self.start_date = attributes[:'start_date']
137
146
  end
@@ -160,6 +169,7 @@ module DatadogAPIClient::V1
160
169
  org_name == o.org_name &&
161
170
  public_id == o.public_id &&
162
171
  ratio_in_month == o.ratio_in_month &&
172
+ region == o.region &&
163
173
  start_date == o.start_date &&
164
174
  usage == o.usage
165
175
  end
@@ -175,7 +185,7 @@ module DatadogAPIClient::V1
175
185
  # @return [Integer] Hash code
176
186
  # @!visibility private
177
187
  def hash
178
- [billing_plan, end_date, num_orgs, org_name, public_id, ratio_in_month, start_date, usage].hash
188
+ [billing_plan, end_date, num_orgs, org_name, public_id, ratio_in_month, region, start_date, usage].hash
179
189
  end
180
190
  end
181
191
  end
@@ -28,6 +28,9 @@ module DatadogAPIClient::V1
28
28
  # The number of Cloud Security Posture Management Azure app services hosts during a given hour.
29
29
  attr_accessor :aas_host_count
30
30
 
31
+ # The number of Cloud Security Posture Management AWS hosts during a given hour.
32
+ attr_accessor :aws_host_count
33
+
31
34
  # The number of Cloud Security Posture Management Azure hosts during a given hour.
32
35
  attr_accessor :azure_host_count
33
36
 
@@ -54,6 +57,7 @@ module DatadogAPIClient::V1
54
57
  def self.attribute_map
55
58
  {
56
59
  :'aas_host_count' => :'aas_host_count',
60
+ :'aws_host_count' => :'aws_host_count',
57
61
  :'azure_host_count' => :'azure_host_count',
58
62
  :'compliance_host_count' => :'compliance_host_count',
59
63
  :'container_count' => :'container_count',
@@ -75,6 +79,7 @@ module DatadogAPIClient::V1
75
79
  def self.openapi_types
76
80
  {
77
81
  :'aas_host_count' => :'Float',
82
+ :'aws_host_count' => :'Float',
78
83
  :'azure_host_count' => :'Float',
79
84
  :'compliance_host_count' => :'Float',
80
85
  :'container_count' => :'Float',
@@ -90,6 +95,7 @@ module DatadogAPIClient::V1
90
95
  def self.openapi_nullable
91
96
  Set.new([
92
97
  :'aas_host_count',
98
+ :'aws_host_count',
93
99
  :'azure_host_count',
94
100
  :'compliance_host_count',
95
101
  :'container_count',
@@ -117,6 +123,10 @@ module DatadogAPIClient::V1
117
123
  self.aas_host_count = attributes[:'aas_host_count']
118
124
  end
119
125
 
126
+ if attributes.key?(:'aws_host_count')
127
+ self.aws_host_count = attributes[:'aws_host_count']
128
+ end
129
+
120
130
  if attributes.key?(:'azure_host_count')
121
131
  self.azure_host_count = attributes[:'azure_host_count']
122
132
  end
@@ -160,6 +170,7 @@ module DatadogAPIClient::V1
160
170
  return true if self.equal?(o)
161
171
  self.class == o.class &&
162
172
  aas_host_count == o.aas_host_count &&
173
+ aws_host_count == o.aws_host_count &&
163
174
  azure_host_count == o.azure_host_count &&
164
175
  compliance_host_count == o.compliance_host_count &&
165
176
  container_count == o.container_count &&
@@ -180,7 +191,7 @@ module DatadogAPIClient::V1
180
191
  # @return [Integer] Hash code
181
192
  # @!visibility private
182
193
  def hash
183
- [aas_host_count, azure_host_count, compliance_host_count, container_count, host_count, hour, org_name, public_id].hash
194
+ [aas_host_count, aws_host_count, azure_host_count, compliance_host_count, container_count, host_count, hour, org_name, public_id].hash
184
195
  end
185
196
  end
186
197
  end
@@ -25,6 +25,9 @@ module DatadogAPIClient::V1
25
25
  # @!visibility private
26
26
  attr_accessor :_unparsed
27
27
 
28
+ # The high-water mark of APM ECS Fargate tasks during the given hour.
29
+ attr_accessor :apm_fargate_count
30
+
28
31
  # The average profiled task count for Fargate Profiling.
29
32
  attr_accessor :avg_profiled_fargate_tasks
30
33
 
@@ -44,6 +47,7 @@ module DatadogAPIClient::V1
44
47
  # @!visibility private
45
48
  def self.attribute_map
46
49
  {
50
+ :'apm_fargate_count' => :'apm_fargate_count',
47
51
  :'avg_profiled_fargate_tasks' => :'avg_profiled_fargate_tasks',
48
52
  :'hour' => :'hour',
49
53
  :'org_name' => :'org_name',
@@ -62,6 +66,7 @@ module DatadogAPIClient::V1
62
66
  # @!visibility private
63
67
  def self.openapi_types
64
68
  {
69
+ :'apm_fargate_count' => :'Integer',
65
70
  :'avg_profiled_fargate_tasks' => :'Integer',
66
71
  :'hour' => :'Time',
67
72
  :'org_name' => :'String',
@@ -93,6 +98,10 @@ module DatadogAPIClient::V1
93
98
  h[k.to_sym] = v
94
99
  }
95
100
 
101
+ if attributes.key?(:'apm_fargate_count')
102
+ self.apm_fargate_count = attributes[:'apm_fargate_count']
103
+ end
104
+
96
105
  if attributes.key?(:'avg_profiled_fargate_tasks')
97
106
  self.avg_profiled_fargate_tasks = attributes[:'avg_profiled_fargate_tasks']
98
107
  end
@@ -127,6 +136,7 @@ module DatadogAPIClient::V1
127
136
  def ==(o)
128
137
  return true if self.equal?(o)
129
138
  self.class == o.class &&
139
+ apm_fargate_count == o.apm_fargate_count &&
130
140
  avg_profiled_fargate_tasks == o.avg_profiled_fargate_tasks &&
131
141
  hour == o.hour &&
132
142
  org_name == o.org_name &&
@@ -145,7 +155,7 @@ module DatadogAPIClient::V1
145
155
  # @return [Integer] Hash code
146
156
  # @!visibility private
147
157
  def hash
148
- [avg_profiled_fargate_tasks, hour, org_name, public_id, tasks_count].hash
158
+ [apm_fargate_count, avg_profiled_fargate_tasks, hour, org_name, public_id, tasks_count].hash
149
159
  end
150
160
  end
151
161
  end
@@ -31,6 +31,9 @@ module DatadogAPIClient::V1
31
31
  # Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations.
32
32
  attr_accessor :apm_azure_app_service_host_top99p
33
33
 
34
+ # Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations.
35
+ attr_accessor :apm_fargate_count_avg
36
+
34
37
  # Shows the 99th percentile of all distinct APM hosts over all hours in the current date for all organizations.
35
38
  attr_accessor :apm_host_top99p
36
39
 
@@ -85,6 +88,9 @@ module DatadogAPIClient::V1
85
88
  # Shows the 99th percentile of all Cloud Security Posture Management Azure app services hosts over all hours in the current date for all organizations.
86
89
  attr_accessor :cspm_aas_host_top99p
87
90
 
91
+ # Shows the 99th percentile of all Cloud Security Posture Management AWS hosts over all hours in the current date for all organizations.
92
+ attr_accessor :cspm_aws_host_top99p
93
+
88
94
  # Shows the 99th percentile of all Cloud Security Posture Management Azure hosts over all hours in the current date for all organizations.
89
95
  attr_accessor :cspm_azure_host_top99p
90
96
 
@@ -223,6 +229,7 @@ module DatadogAPIClient::V1
223
229
  {
224
230
  :'agent_host_top99p' => :'agent_host_top99p',
225
231
  :'apm_azure_app_service_host_top99p' => :'apm_azure_app_service_host_top99p',
232
+ :'apm_fargate_count_avg' => :'apm_fargate_count_avg',
226
233
  :'apm_host_top99p' => :'apm_host_top99p',
227
234
  :'audit_logs_lines_indexed_sum' => :'audit_logs_lines_indexed_sum',
228
235
  :'avg_profiled_fargate_tasks' => :'avg_profiled_fargate_tasks',
@@ -241,6 +248,7 @@ module DatadogAPIClient::V1
241
248
  :'container_avg' => :'container_avg',
242
249
  :'container_hwm' => :'container_hwm',
243
250
  :'cspm_aas_host_top99p' => :'cspm_aas_host_top99p',
251
+ :'cspm_aws_host_top99p' => :'cspm_aws_host_top99p',
244
252
  :'cspm_azure_host_top99p' => :'cspm_azure_host_top99p',
245
253
  :'cspm_container_avg' => :'cspm_container_avg',
246
254
  :'cspm_container_hwm' => :'cspm_container_hwm',
@@ -300,6 +308,7 @@ module DatadogAPIClient::V1
300
308
  {
301
309
  :'agent_host_top99p' => :'Integer',
302
310
  :'apm_azure_app_service_host_top99p' => :'Integer',
311
+ :'apm_fargate_count_avg' => :'Integer',
303
312
  :'apm_host_top99p' => :'Integer',
304
313
  :'audit_logs_lines_indexed_sum' => :'Integer',
305
314
  :'avg_profiled_fargate_tasks' => :'Integer',
@@ -318,6 +327,7 @@ module DatadogAPIClient::V1
318
327
  :'container_avg' => :'Integer',
319
328
  :'container_hwm' => :'Integer',
320
329
  :'cspm_aas_host_top99p' => :'Integer',
330
+ :'cspm_aws_host_top99p' => :'Integer',
321
331
  :'cspm_azure_host_top99p' => :'Integer',
322
332
  :'cspm_container_avg' => :'Integer',
323
333
  :'cspm_container_hwm' => :'Integer',
@@ -396,6 +406,10 @@ module DatadogAPIClient::V1
396
406
  self.apm_azure_app_service_host_top99p = attributes[:'apm_azure_app_service_host_top99p']
397
407
  end
398
408
 
409
+ if attributes.key?(:'apm_fargate_count_avg')
410
+ self.apm_fargate_count_avg = attributes[:'apm_fargate_count_avg']
411
+ end
412
+
399
413
  if attributes.key?(:'apm_host_top99p')
400
414
  self.apm_host_top99p = attributes[:'apm_host_top99p']
401
415
  end
@@ -468,6 +482,10 @@ module DatadogAPIClient::V1
468
482
  self.cspm_aas_host_top99p = attributes[:'cspm_aas_host_top99p']
469
483
  end
470
484
 
485
+ if attributes.key?(:'cspm_aws_host_top99p')
486
+ self.cspm_aws_host_top99p = attributes[:'cspm_aws_host_top99p']
487
+ end
488
+
471
489
  if attributes.key?(:'cspm_azure_host_top99p')
472
490
  self.cspm_azure_host_top99p = attributes[:'cspm_azure_host_top99p']
473
491
  end
@@ -662,6 +680,7 @@ module DatadogAPIClient::V1
662
680
  self.class == o.class &&
663
681
  agent_host_top99p == o.agent_host_top99p &&
664
682
  apm_azure_app_service_host_top99p == o.apm_azure_app_service_host_top99p &&
683
+ apm_fargate_count_avg == o.apm_fargate_count_avg &&
665
684
  apm_host_top99p == o.apm_host_top99p &&
666
685
  audit_logs_lines_indexed_sum == o.audit_logs_lines_indexed_sum &&
667
686
  avg_profiled_fargate_tasks == o.avg_profiled_fargate_tasks &&
@@ -680,6 +699,7 @@ module DatadogAPIClient::V1
680
699
  container_avg == o.container_avg &&
681
700
  container_hwm == o.container_hwm &&
682
701
  cspm_aas_host_top99p == o.cspm_aas_host_top99p &&
702
+ cspm_aws_host_top99p == o.cspm_aws_host_top99p &&
683
703
  cspm_azure_host_top99p == o.cspm_azure_host_top99p &&
684
704
  cspm_container_avg == o.cspm_container_avg &&
685
705
  cspm_container_hwm == o.cspm_container_hwm &&
@@ -737,7 +757,7 @@ module DatadogAPIClient::V1
737
757
  # @return [Integer] Hash code
738
758
  # @!visibility private
739
759
  def hash
740
- [agent_host_top99p, apm_azure_app_service_host_top99p, apm_host_top99p, audit_logs_lines_indexed_sum, 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_pipeline_committers_hwm, ci_visibility_test_committers_hwm, container_avg, container_hwm, cspm_aas_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, 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, 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_ios_sum, mobile_rum_session_count_reactnative_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_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_logs_scanned_bytes_sum, sds_total_scanned_bytes_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, vsphere_host_top99p].hash
760
+ [agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, audit_logs_lines_indexed_sum, 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_pipeline_committers_hwm, ci_visibility_test_committers_hwm, container_avg, container_hwm, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, 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, 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_ios_sum, mobile_rum_session_count_reactnative_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_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_logs_scanned_bytes_sum, sds_total_scanned_bytes_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, vsphere_host_top99p].hash
741
761
  end
742
762
  end
743
763
  end