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 profiling_aas_count_top99p: Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
850
859
:type profiling_aas_count_top99p: int, optional
851
860
852
-
:param profiling_host_top99p: Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations.
861
+
:param profiling_host_top99p: Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations.
853
862
:type profiling_host_top99p: int, optional
854
863
855
864
:param rum_browser_and_mobile_session_count: 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).
@@ -894,9 +903,18 @@ def __init__(
894
903
:param rum_mobile_lite_session_count_reactnative_sum: 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).
:param rum_mobile_lite_session_count_roku_sum: 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).
906
+
:param rum_mobile_lite_session_count_roku_sum: Shows the sum of all mobile RUM lite sessions on Roku over all hours within the current date for all organizations (To be introduced on October 1st, 2024).
:param rum_mobile_replay_session_count_android_sum: Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
:param rum_mobile_replay_session_count_ios_sum: Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date for the given org.
:param rum_mobile_replay_session_count_reactnative_sum: Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
:param rum_replay_session_count_sum: 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).
:param profiling_aas_count_top99p: Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
873
882
:type profiling_aas_count_top99p: int, optional
874
883
875
-
:param profiling_host_top99p: Shows the 99th percentile of all profiled hosts over all hours in the current date for the given org.
884
+
:param profiling_host_top99p: Shows the 99th percentile of all profiled hosts over all hours within the current date for the given org.
876
885
:type profiling_host_top99p: int, optional
877
886
878
887
:param public_id: The organization public id.
@@ -926,6 +935,15 @@ def __init__(
926
935
:param rum_mobile_lite_session_count_roku_sum: Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for the given org (To be introduced on October 1st, 2024).
:param rum_mobile_replay_session_count_android_sum: Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
:param rum_mobile_replay_session_count_ios_sum: Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date for the given org.
:param rum_mobile_replay_session_count_reactnative_sum: Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
:param rum_replay_session_count_sum: Shows the sum of all RUM Session Replay counts over all hours in the current date for the given org (To be introduced on October 1st, 2024).
0 commit comments