RUM App Dashboard
-24h@h now
Front-end Requests by App Front-end Requests by App | mstats sum(rum.page_view.count) span=1m as RUM_Page_view_count WHERE `itsi-cp-observability-indexes` AND app=* AND (os.name=Android OR os.name=iOS) AND app.version=* by app, app.version, os.name, sf_environment |timechart avg(RUM_Page_view_count) as rum.page_view.count by app useother=f $time_picker.earliest$ $time_picker.latest$ App Errors by App App Errors by App | mstats sum(rum.app_error.count) span=1m as RUM_app_error WHERE `itsi-cp-observability-indexes` AND app=* AND (os.name=Android OR os.name=iOS) AND app.version=* by app, app.version, os.name, sf_environment | timechart avg(RUM_app_error) as rum.client_error.count by app useother=f $time_picker.earliest$ $time_picker.latest$ Document load latency (P75) by App Document load latency (P75) by App | mstats sum(rum.page_view.time.ns.p75) span=1m as RUM_page_view_time WHERE `itsi-cp-observability-indexes` AND app=* AND (os.name=Android OR os.name=iOS) AND app.version=* by app, app.version, os.name, sf_environment |timechart avg(RUM_page_view_time) as rum.page_view.time.ns.p75 by app useother=f $time_picker.earliest$ $time_picker.latest$ Endpoint Requests by Operation Endpoint Requests by Operation | mstats sum(rum.resource_request.count) span=1m as RUM_resource_request_count WHERE `itsi-cp-observability-indexes` AND app=* AND (os.name=Android OR os.name=iOS) AND app.version=* by app, app.version, os.name, sf_operation, sf_environment |timechart avg(RUM_resource_request_count) as rum.resource_request.count by sf_operation useother=f $time_picker.earliest$ $time_picker.latest$ App Errors by Operation App Errors by Operation | mstats sum(rum.app_error.count) span=1m as RUM_app_errors_count WHERE `itsi-cp-observability-indexes` AND app=* AND (os.name=Android OR os.name=iOS) AND app.version=* by app, app.version, os.name, sf_operation, sf_environment |timechart avg(RUM_app_errors_count) as rum.app_error.count by sf_operation useother=f $time_picker.earliest$ $time_picker.latest$ Endpoint Latency in ms by Operation (P75) Endpoint Latency in ms by Operation (P75) | mstats avg(rum.page_view.time.ns.p75) span=1m as RUM_resource_request_latency_time WHERE `itsi-cp-observability-indexes` AND app=* AND (os.name=Android OR os.name=iOS) AND app.version=* by app, app.version, os.name, sf_environment, sf_operation |timechart avg(RUM_resource_request_latency_time) as rum.resource_request.time.ns.p75 by sf_operation useother=f $time_picker.earliest$ $time_picker.latest$