Rate this page:
Monitor app performance across sites and debug your apps using app metrics and logs in the developer console.
The site filtering functionality is currently available to EAP participants only. If you'd like to join the EAP, please send us an email.
App metrics show you how your app is currently performing across all sites.
To view app metrics:
The following metrics are available for all function
invocations. Note, this doesn’t
include code executing in a Custom UI iframe, but includes functions invoked by @forge/bridge
.
Note that the metrics may not always be accurate because undelivered metrics data isn’t back-filled and data sampling might be used for some metrics.
Use these filters to refine your metrics:
All sites: Narrows down the metrics based on the sites that your Forge app is installed onto, for example, your-domain.atlassian.net
. Note, only sites with at least one invocation in the last 14 days will be listed.
Environment: Narrows down the metrics for a specific app environment for your Forge app.
Date: Narrows down the metrics based on your chosen time interval.
Choose from a range of predefined values, such as the Last 24 hours, or choose a more specific time interval using the Custom option.
Note, metrics are only available for the past 14 days and all dates are in UTC.
You can bookmark the URL on your browser to access metrics based on specific filtering criteria for quick access.
You must use data in accordance with the privacy rights that you've obtained from your user. For more information, see the Atlassian Developer Terms and Forge Terms.
App logs give you the information you need in order to debug your apps. To view production logs for your app in the developer console, you need your users to enable continuous access to their logs.
To view app logs:
You'll see a page like this, showing logs for all sites that users have granted you continuous access to.
The table contains a list of your logs.
Date/Time(UTC): Displays the time that the log was created in UTC.
Details: Shows a concatenated preview of the log message. Select anywhere in a row to expand it and view the entire log message, along with all of the attributes from the state of the app, such as Invocation ID and Product.
Level: Displays the log level. This can be chosen by your app, by inserting log statements such as console.log
, console.warn
in your app’s code. Unhandled errors are assigned the Error
level.
Logs are shown for a single invocation. To see logs for another invocation, select Load logs for another invocation.
Use these filters to refine your logs:
Site: Narrows down the logs based on the site that your app is installed
onto, for example https://your-domain.atlassian.net
.
Environment: Narrows down the logs for a specific app environment for your Forge app.
Date: Narrows down the logs based on your chosen time interval.
Choose from a range of predefined values, such as the Last 24 hours, or choose a more specific time interval using the Custom option.
Note, logs are only available for the past 60 days and all dates are in UTC.
To download a zipped file of the logs for your chosen filters, select the Download button.
The monitoring functionality in the developer console is an evolving feature. We're exploring ways to improve the monitoring capabilities and overcome the following limitations:
Rate this page: