Managing custom apps using AEMC
Summarize
Summary of Managing Custom Apps Using AEMC
Manage and review custom apps throughout their development life cycle using the App Engine Management Center (AEMC). Gain insights into app metrics, deployment histories, and collaboration details to optimize app usage and management.
Show less
Key Features
- Custom App Metrics: View the number of apps in development and production on the AEMC Overview page and access detailed metrics on the Custom apps page.
- App Usage Data: Analyze usage metrics including user count, insert count, and update count to assess app engagement and performance.
- Subscription Monitoring: Understand roles and licensing implications within custom applications, including active roles and user assignments, to manage costs effectively.
- Deployment History: Track deployment records to identify changes and troubleshoot issues efficiently.
- Collaborators Management: Access a list of app collaborators to quickly identify who can make changes and their permission levels.
Key Outcomes
By utilizing AEMC, you can effectively monitor app usage, manage roles and subscriptions, and maintain a comprehensive view of your app’s development and deployment history. This enables you to make informed decisions about app updates, collaborations, and resource allocations, ultimately enhancing app performance and user satisfaction.
Review custom app metrics and manage apps through the development life cycle using the App Engine Management Center (AEMC).
The App Engine adoption metrics section of the AEMC Overview page shows how many apps you have in development and production environments. Access more information by selecting the large number on each Custom apps card.
The Custom apps page in AEMC shows more detailed metrics and a full list of your applications. In each tile in the Custom app lifecycle status section, you can see trending data for the last 90 days. You can show all apps in the Custom apps list or limit the list to only certain types of applications using the filter. Select a trend chart to filter the list to those criteria.
The Custom app page also lists all the applications individually, with a single record for each application. If the app has been published to production, the Published Version column shows the version number. If the Published Version column is blank, the app exists in development but has never been published to production.
View the app's usage data, subscription monitoring details, deployment history, and collaborators, if any, by selecting an application name from the list.
Select Open in App Engine Studio to see the contents of the app and access more information. The App Engine Studio application opens in a new browser window.
App usage
- User count: The number of users who have accessed the application.
- Insert count: The number of new records on tables in the application.
- Update count: The number of records in the application that have been updated.
- Discover whether your app is being used. Are people using the app? Are they creating records? If not, consider updating or deleting the app.
- Investigate and fix problems with the app. Knowing when or how data was changed can help identify where something went wrong.
- Determine whether you must load balance the processing power of your instance by seeing when there might be consistently higher traffic in your app.
In the Usage Insights dashboards section, see detailed data such as active users, sessions, and page views by selecting an experience. For more information about how to understand and use this data, see Usage Insights.
Subscription monitoring
Understand the roles used in your custom application and their implications for licensing and subscriptions. The data in this section includes details about each role and the users assigned to each role.
- Discover what roles are active in your custom application.
- Discover which users are assigned each role and the permission levels they have.
- See the cost implications of each license type and where it's used in your apps.
- If the app is mapped to an App Engine subscription, the Subscription Monitoring tab is visible.
- If the app is mapped to a different subscription such as ITSM, the Subscription Monitoring tab is not visible.
- If the app is mapped to App Engine, is switched to another subscription, and then is changed back to App Engine, the Subscription Monitoring tab is visible again.
App Engine admins do not have permissions to change subscriptions. However, if an app is in the production environment, and there is a Subscription Monitoring tab, the App Engine admin can infer that the app is mapped to an App Engine subscription. If the Subscription Monitoring tab is not there, that app isn't mapped to App Engine.
App deployments
View the list of deployments your app has gone through on the Deployment history tab.
- If an app is deployed to production and there’s a defect, you can quickly see when the app was deployed and track down the problem.
- If an app is deployed multiple times, you can quickly track what's changed over multiple deployments.
- If an app is deployed to production, you can quickly see who approved the app deployment.
App collaborators
View the collaborators for the app by selecting the Collaborators tab. All collaborators are stored on the Development instance.
If you must take quick action in the application to fix an issue or defect, you can quickly see who has permissions to make changes in an app and what those permissions are.