You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v1/models/usage_summary_date.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ class UsageSummaryDate
291
291
# 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).
292
292
attr_accessor:netflow_indexed_events_count_sum
293
293
294
-
# Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations.
294
+
# Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for all organizations.
295
295
attr_accessor:npm_host_top99p
296
296
297
297
# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v1/models/usage_summary_date_org.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ class UsageSummaryDateOrg
306
306
# Shows the sum of all Network flows indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
307
307
attr_accessor:netflow_indexed_events_count_sum
308
308
309
-
# Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org.
309
+
# Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for the given org.
310
310
attr_accessor:npm_host_top99p
311
311
312
312
# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
# Shows the 99th percentile of all distinct Networks hosts over all hours in the current month for all organizations.
315
+
# Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current month for all organizations.
316
316
attr_accessor:npm_host_top99p_sum
317
317
318
318
# Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.
0 commit comments