Skip to content

Commit f8e94c4

Browse files
authored
Merge pull request #10617 from MicrosoftDocs/mints-monitor-dami
Monitor - new feature- publish on 12/16
2 parents 19743fa + 4df5ac0 commit f8e94c4

File tree

6 files changed

+65
-0
lines changed

6 files changed

+65
-0
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,8 @@
13341334
items:
13351335
- name: Overview
13361336
href: ./canvas-apps/create-performant-apps-overview.md
1337+
- name: Use Monitor to get insights and recommendations (preview)
1338+
href: ./canvas-apps/monitor-app-performance.md
13371339
- name: Understand canvas app execution phases and data flow
13381340
href: ./canvas-apps/execution-phases-data-flow.md
13391341
- name: Small data payload
Loading
Loading
Loading
Loading
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Monitor your canvas apps performance (preview)
3+
description: Get valuable insights and recommendations for your canvas app using Monitor.
4+
author: dalajogun
5+
ms.topic: conceptual
6+
ms.custom: canvas
7+
ms.reviewer: mkaur
8+
ms.date: 11/18/2024
9+
ms.subservice: canvas-maker
10+
ms.author: damialajogun
11+
search.audienceType:
12+
- maker
13+
contributors:
14+
- mduelae
15+
- damialajogun
16+
---
17+
# Use Monitor to get insights and recommendations for your canvas app (preview)
18+
19+
Monitor in Power Apps offers insights and recommendations to enhance app performance. It provides makers with detailed information on their app's performance and actionable steps to improve their apps.
20+
21+
> [!IMPORTANT]
22+
>
23+
> - This is a preview feature.
24+
> - Preview features aren't meant for production use and might have restricted functionality. These features are subject to [supplemental terms of use](https://go.microsoft.com/fwlink/?linkid=2189520), and are available before an official release so that customers can get early access and provide feedback.
25+
> - This feature is being gradually rolled out across regions and might not be available yet in your region.
26+
27+
## Prerequisites
28+
29+
To use this feature, your administrator must enable certain analytics and monitoring settings in the Power Platform Admin Center. More information: [Monitoring experiences for makers](/power-platform/admin/monitoring/monitoring-overview#monitoring-experiences-for-makers)
30+
31+
## Open and pin Monitor
32+
33+
1. Sign in to [Power Apps](https://make.powerapps.com).
34+
1. On the left navigation, select **Apps**.
35+
1. On the command bar, select **Monitor**.
36+
1. On the left navigation pane, select the ![Pin button.](media/intro-maker-portal/pin-button.png) pin button next to **Monitor**.
37+
38+
39+
## Use Monitor
40+
41+
The **Monitor** page displays metric cards at the top, highlighting the top three underperforming apps for each metric. If all apps perform well on a specific metric, then no apps are listed in the card.
42+
43+
:::image type="content" source="media/monitor-apps/monitor-screen.png" alt-text="Monitor main screen showing app metrics":::
44+
45+
| Metric | Definition |
46+
| ------------- | ------------- |
47+
| **App open success rate** | Indicates the percentage of app launch attempts that successfully allowed end-users to access the app. This metric is calculated once every 24 hours.|
48+
| **Time to interact** | Measures the time end-users wait to access the first screen of an app. It doesn't include the time users wait to see all data presented on the first screen, such as filling in rows of a gallery. This metric is calculated every 24 hours and is measured using percentiles, with the 75th percentile being reported. |
49+
| **Time to full load** | Measures the time end-users wait to see all data displayed on the first screen of an app. In the app launch lifecycle, this metric follows the **Time to interact** phase. This metric is calculated every 24 hours and is measured using percentiles, with the 75th percentile being reported.|
50+
51+
52+
### View metrics and recommendations for an app
53+
54+
When you select an app on the **Monitor** page a side pane opens and display more data for each metric, including a data chart for the last 30 days.
55+
56+
1. On **Monitor** page, select an app.
57+
58+
1. To view recommendations for an app, select the app’s name to open the side panel. The chart shows a callout with a recommended action for improving the metric.
59+
60+
:::image type="content" source="media/monitor-apps/monitor-side-pane.png" alt-text="App metrics and recommendations":::
61+
62+
> [!IMPORTANT]
63+
> Recommendations are only available in Managed Environments. Please contact your admin to enable Managed Environments for access to recommendations.

0 commit comments

Comments
 (0)