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
:param network_device_wireless_top99p: Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for all organizations.
:param network_path_sum: Shows the sum of all Network Path scheduled tests over all hours in the current date for all organizations.
1063
+
:type network_path_sum: int, optional
1064
+
1059
1065
:param npm_host_top99p: 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.
:param network_device_wireless_top99p: Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for the given org.
:param network_path_sum: Shows the sum of all Network Path scheduled tests over all hours in the current date for the given org.
1089
+
:type network_path_sum: int, optional
1090
+
1085
1091
:param npm_host_top99p: 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.
:param network_device_wireless_top99p_sum: Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current month for all organizations.
:param network_path_agg_sum: Shows the sum of all Network Path scheduled tests over all hours in the current month for all organizations.
1119
+
:type network_path_agg_sum: int, optional
1120
+
1115
1121
:param npm_host_top99p_sum: 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.
Configuration for additional APM trace data retention for sessions that match this retention filter.
44
+
When a session matches the filter and is retained (based on ``sample_rate`` ), you can configure
45
+
the percentage of retained sessions with ingested traces whose traces are indexed.
46
+
47
+
:param trace_enabled: Indicates whether trace cross-product sampling is enabled. If ``false`` , no traces are indexed regardless of ``trace_sample_rate``.
48
+
:type trace_enabled: bool, optional
49
+
50
+
:param trace_sample_rate: The percentage (0-100) of retained sessions with ingested traces whose traces are indexed.
51
+
For example, 25.0 means 25% of retained sessions with ingested traces have their traces indexed.
0 commit comments