Contact Us 1-800-596-4880

Using Built-in Mule App Dashboards

Built-in dashboards display deployment information about your application at the top of the screen and provide access to a number of different graphs.

The graphs and tables in built-in dashboards support many metrics, including application metrics. The Overview tab provides overall measures. You can view more granular application metrics through additional tabs.

When converting quantities of memory, Anypoint Monitoring uses the power of 10 (MB) to reflect metrics values rather than the power of 2 (MiB).

How Anypoint Monitoring Collects Metrics

The Anypoint Monitoring agent collects and aggregates metrics on a per-minute basis, so one minute is the shortest possible time increment you can examine in dashboards for your deployments. Metrics collection begins at a random second of that minute, and collection repeats at the same second in subsequent minutes. For example, if the agent collects metrics at 12:00:15, it collects them again at 12:01:15, 12:02:15, and so on.

Within a Mule app, metrics for calls made to and from a connector start on different seconds. For example, metrics for inbound calls to port 8080 might be collected at 12:00:45, 12:01:45, and 12:02:45, while metrics for outbound calls made to an endpoint might be collected at 12:00:23, 12:01:23, and 12:02:23. Because inbound call metrics collection occurs at different seconds during a minute than call metrics for outbound calls, the total number of inbound and outbound calls reported during any minute might vary. For example, if app A reports ten outbound calls made at 12:05, app B might report that the total number of corresponding inbound calls is split between 12:04 and 12:05, or 12:05 and 12:06 time windows (namely, 12:04 reports four calls and 12:05 reports six calls, totaling the ten calls).

Supported Versions of Mule Runtime Engine

Run your Mule app on a supported Mule runtime version. For supported versions, see Mule Runtime Release Notes.

Anypoint Monitoring Metrics and Cloudwatch

Anypoint Monitoring collects some metrics that are also collected using Cloudwatch in Anypoint Runtime Manager. Anypoint Monitoring shows data that is aggregated in one minute intervals, and it is possible that data shown in Cloudwatch does not match based on when the data is collected.

View a Built-in Dashboard

Built-in and custom dashboards are available from Anypoint Monitoring. You can view application metrics for applications deployed to CloudHub and to hybrid targets in both built-in and custom dashboards.

  1. Log in to Anypoint Platform with a user account that has permission to access Anypoint Monitoring content.

  2. Navigate to Anypoint Monitoring:

    Click Monitoring from the Anypoint Platform home page or from the Runtimes menu in the header.

  3. In the sidebar, click Built-in dashboards.

  4. Select the Environment and Resource name for the app or API to view the corresponding dashboard.

  5. Click View.
    The built-in dashboard for the application or API is displayed.

  6. To switch to a dashboard for a different resource, click the built-in dashboard selector at the top of the page.

    Built-in dashboard selector

Your data is prepopulated and displayed in the built-in dashboards and logs; no configuration is needed.

Chart Reference

Anypoint Monitoring provides charts in these built-in dashboards:

Overview

The following charts appear on the Overview dashboard:

Mule Messages

The total number of Mule messages that are processed successfully.

Average Response Time

The average time to process Mule messages in the Mule application.

Errors

The number of errors from processing Mule messages in the Mule application.

Inbound - Total Requests by Response Type

The sum of inbound requests, grouped by type of response. Responses are OK or Failed. If a Mule app has more than one connector type, all types are included in this metric.

Inbound - Average Response Time

The average response time of inbound requests. If a Mule app has more than one connector type, all types are included in this metric.

Outbound - Total Requests by Response Type

The sum of outbound requests, grouped by type of response. Responses are OK or Failed. If a Mule app has more than one connector type, all types are included in this metric.

Outbound - Average Response Time

The average response time of outbound requests. If a Mule app has more than one connector type, all types are included in this metric.

JVM - CPU % Utilization

The average percentage of CPU used by the JVM, grouped by worker. The JVM used in this chart is the Mule JVM process. The calculation for CPU utilization is relative to the physical server on which Mule is deployed. For example, in RTF, the resource usage indicates the JVM use with respect to the entire server, and not with respect to the pod maximum CPU allocation.

JVM - Heap Used

The average amount of heap memory utilized by the JVM, grouped by worker. The JVM used in this chart is the Mule JVM process.

JVM - Thread Count

The average number of threads of the JVM, grouped by worker. The JVM used in this chart is the Mule JVM process.

Inbound

Inbound metrics are retained for 24 hours. The following charts appear on the Inbound dashboard:

Inbound - Total Requests by Response Type

The sum of inbound requests, grouped by type of response. Responses are OK or Failed. If a Mule app has more than one connector type, all types are included in this metric.

Inbound - Average Response Time

The average response time of inbound requests. If a Mule app has more than one connector type, all types are included in this metric.

Inbound - Response Time by HTTP Endpoint

The average, maximum, minimum, and total response times, grouped by endpoint. Anypoint Monitoring uses the average of data collected over one minute to calculate minimum and maximum response times. For more information about which endpoints appear, see the section about endpoint and operation data collection.

  • Average: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600ms; red if the response time is greater than or equal to 600 ms

  • Maximum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 500ms; red if the response time is greater than or equal to 500 ms

  • Minimum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

Inbound - Total Requests by Endpoint

The sum of inbound requests in the selected time period, grouped by endpoint. For more information about which endpoints appear, see the section about endpoint and operation data collection.

Inbound - Response Time graphs (99, 90, 75, and 50 percentiles)

The average response time of the 99, 90, 75, and 50 percentiles of inbound requests. The unit for these metrics is milliseconds (ms).

Inbound - Total Failed Requests

The sum of failed inbound requests, grouped by type of response.

Inbound - Total Slow Requests by Endpoint

The sum of inbound requests whose response time is greater than 1 second, grouped by endpoint. The sum of total calls in which the response time is greater than 1000 ms.

Inbound - Maximum Response Time

The maximum response time, grouped by endpoint.

This metric is available only for organizations that have the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform.

Inbound - Protocols

The sum of inbound requests, grouped by protocol.

This metric is available only for organizations that have the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform.

Inbound - HTTP Endpoints

The sum of inbound requests, grouped by remote hosts (endpoints).

This metric is available only for organizations that have the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform.

Outbound

The following charts appear on the Outbound dashboard:

Outbound - Total Requests by Response Type

The sum of outbound requests, grouped by type of response. Responses are OK or Failed. If a Mule app has more than one connector type, all types are included in this metric.

Outbound - Average Response Time

The average response time of outbound requests, grouped by application. If a Mule app has more than one connector type, all types are included in this metric.

Outbound - Response Time by HTTP Endpoint

The average, maximum, minimum, and total response times, grouped by endpoint. Anypoint Monitoring uses the average of data collected over one minute to calculate minimum and maximum response times. For more information about which endpoints appear, see the section about endpoint and operation data collection.

  • Average: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600ms; red if the response time is greater than or equal to 600 ms

  • Maximum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 500ms; red if the response time is greater than or equal to 500 ms

  • Minimum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600ms; red if the response time is greater than or equal to 600 ms

Outbound - Total Requests by HTTP Endpoint

The sum of outbound requests in the selected time period, grouped by endpoint. For more information about which endpoints appear, see the section about endpoint and operation data collection.

Outbound - Response Time (99, 90, 75, and 50 percentiles)

The average response time of the 99, 90, 75, and 50 percentiles of outbound requests, grouped by application. The unit for these metrics is milliseconds (ms).

Outbound - Total Failed Requests

The sum of failed outbound requests, grouped by type of response.

Outbound - HTTP Ports

The sum of outbound requests, grouped by remote port.

Outbound - Operations

The estimated count of outbound requests, grouped by operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Outbound - HTTP Protocols

The sum of outbound requests for the selected time period, grouped by protocol.

Outbound - Endpoints

The sum of outbound requests for the selected time period, grouped by remote hosts (endpoints). For more information about which endpoints appear, see the section about endpoint and operation data collection.

Flows

info Availability: Advanced and Titanium tiers only

Inbound - Response Time by Flow

The average inbound response time, grouped by flow.

Outbound - Response Time by Flow

The average outbound response time, grouped by flow.

Inbound - Requests by Flow

The sum of inbound requests, grouped by flow.

Outbound - Requests by Flow

The sum of outbound requests, grouped by flow.

Failures by Flow

The sum of failed inbound requests, grouped by flow.

Inbound - Slow Requests by Flow

The sum of inbound requests whose response time is greater than 1000 ms, grouped by flow. Cell color varies according to the following thresholds:

  • Green if the response time is less than 300 ms

  • Yellow if the response time is greater than 300 ms and less than 600 ms

  • Red if the response time is greater than or equal to 600 ms

Outbound - Slow Requests by Flow

The sum of outbound requests whose response time is greater than 1000 ms, grouped by flow. Cell color varies according to the following thresholds:

  • Green if the response time is less than 300 ms

  • Yellow if the response time is greater than 300 ms and less than 600 ms

  • Red if the response time is greater than or equal to 600 ms

Inbound - Response Time by Flow

The average, minimum, and maximum inbound response time, grouped by flow. Anypoint Monitoring uses the average of data collected over one minute to calculate minimum and maximum response times.

  • Average: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

  • Maximum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 500 ms; red if the response time is greater than or equal to 500 ms

  • Minimum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

Outbound - Response Time by Flow

The average, minimum, and maximum outbound response time, grouped by flow. Anypoint Monitoring uses the average of data collected over one minute to calculate minimum and maximum response times.

  • Average: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

  • Maximum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 500 ms; red if the response time is greater than or equal to 500 ms

  • Minimum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

Inbound - Requests by Flow

The sum of inbound requests, grouped by flow.

Outbound - Requests by Flow

The sum of outbound requests, grouped by flow.

Failures by Flow

The sum of inbound failed requests, grouped by flow.

Inbound - Slow Requests by Flow

The sum of inbound requests whose response time is greater than 1000 ms, grouped by flow.

Outbound - Slow Requests by Flow

The sum of outbound requests whose response time is greater than 1000 ms, grouped by flow.

Connectors

If you don’t see the Connectors tab, verify that:

  • You have the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform.

  • The app you selected is a hybrid app deployed to a server, server group, or cluster.

For more information, see Monitor Connectors.

The following charts appear on the Connectors dashboard:

Connector Message Volume

The number of outbound requests, grouped by connector type.

Response Time by Connector

The average outbound response time grouped by connector type.

Salesforce Requests

The average number of Anypoint Connector for Salesforce (Salesforce Connector) requests, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Salesforce Response Time

The average response time of Anypoint Connector for Salesforce (Salesforce Connector) requests.

Salesforce Failures

The average number of Anypoint Connector for Salesforce (Salesforce Connector) requests failures, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Database Requests

The average number of Anypoint Connector for Database (Database Connector) requests, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Database Response Time

The average response time of Anypoint Connector for Database (Database Connector) requests.

Database Failures

The average number of Anypoint Connector for Database (Database Connector) requests failures, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

HTTP Requests

The average number of Anypoint Connector for HTTP (HTTP Connector) requests, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

HTTP Response Time

The average response time of Anypoint Connector for HTTP (HTTP Connector) requests.

HTTP Failures

The average number of Anypoint Connector for HTTP (HTTP Connector) requests failures, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Web Services Requests

The average number of Anypoint Connector for Web Service Consumer (Web Service Consumer Connector) requests, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Web Services Response Time

The average number of Anypoint Connector for Web Service Consumer (Web Service Consumer Connector) request failures.

Web Services Failures

The average response time of Anypoint Connector for Web Service Consumer (Web Service Consumer Connector) requests, grouped by connector type.

FTP Requests

The average number of Anypoint Connector for FTP (FTP Connector) requests, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

FTP Response Time

The average response time of Anypoint Connector for FTP (FTP Connector) requests.

FTP Failures

The average number of Anypoint Connector for FTP (FTP Connector) request failures, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

SFTP Requests

The average number of Anypoint Connector for SFTP (SFTP Connector) requests, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

SFTP Response Time

The average response time of Anypoint Connector for SFTP (SFTP Connector) requests.

SFTP Failures

The average number of Anypoint Connector for SFTP (SFTP Connector) request failures, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

SMTP Requests

The average number of Anypoint Connector for Email (Email Connector) requests, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

SMTP Response Time

The average response time of Anypoint Connector for Email (Email Connector) requests.

SMTP Failures

The average number of Anypoint Connector for Email (Email Connector) request failures, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Object Store Requests

The average number of Object Store Connector request failures, grouped by operation.

Object Store Response Time

The average response time of Object Store Connector requests, grouped by operation.

Object Store Failures

The average number of Object Store Connector request failures, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Anypoint MQ Operations - Inbound

The average number of Anypoint MQ Connector inbound requests, grouped by operation.

Anypoint MQ Response Time - Inbound

The average response time of Anypoint MQ Connector inbound requests, grouped by operation.

Anypoint MQ Failures - Inbound

The average number of inbound requests of Connectors of type Anypoint MQ Connector, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Anypoint MQ Operations - Outbound

The average number of Anypoint MQ Connector outbound requests, grouped by operation

Anypoint MQ Response Time - Outbound

The average response time of Anypoint MQ Connector outbound request failures, grouped by operation.

Anypoint MQ Failures - Outbound

The average number of outbound requests of Connectors of type Anypoint MQ Connector, grouped by top occurring operation. For more information about which operations appear, see the section about endpoint and operation data collection.

Other Connector Requests

The average number of requests of Connectors of type other.

Other Connector Response Time

The average response time of requests for connectors of type other.

Other Connector Failures

The average number of requests failures of connectors of type other.

Performance

The following charts appear on the Performance dashboard:

Mule Messages

The number of Mule messages processed in the runtime, grouped in automatic intervals.

Average Response Time

The average time to process Mule messages in the Mule application.

Inbound - Average Response Time

The average response time of inbound requests.

Inbound - Response Time by Endpoint

The average, maximum, and minimum response times, grouped by top occurring endpoint. Anypoint Monitoring uses the average of data collected over one minute to calculate minimum and maximum response times. For more information about which endpoints appear, see the section about endpoint and operation data collection. Cell color varies according to the following thresholds:

  • Average: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

  • Maximum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 500 ms; red if the response time is greater than or equal to 500 ms

  • Minimum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

Inbound - Response Time graphs (99, 90, 75, and 50 percentiles)

The response time of the 99th, 90th, 75th, and 50th percentile of inbound requests, grouped by application.

Outbound - Average Response Time

The average response time of outbound requests.

Outbound - Response Time by Endpoint

The average, maximum, and minimum response times, grouped by endpoint. Anypoint Monitoring uses the average of data collected over one minute to calculate minimum and maximum response times. For more information about which endpoints appear, see the section about endpoint and operation data collection. Cells color varies according to the following thresholds:

  • Average: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

  • Maximum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 500 ms; red if the response time is greater than or equal to 500 ms

  • Minimum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

Outbound - Response Time graphs (99, 90, 75, and 50 percentiles)

The response time of the 99th, 90th, 75th, and 50th percentile of outbound requests.

Failures

Inbound failed requests occur when there are exceptions in Mule flows.

Outbound failed requests occur when outbound connectors are invoked and exceptions occur. These exceptions prompt 400- and 500-status codes. Outbound failed requests may also appear for other types of exceptions.

The following charts appear on the Failures dashboard:

Errors

The number of errors from processing Mule messages in the Mule application.

Inbound - Total Failed Requests

The sum of failed inbound requests in the period.

Outbound - Total Failed Requests

The sum of failed outbound requests in the period.

Inbound - Total Requests by Response Type

The sum of inbound requests, grouped by type of response and automatic interval.

Outbound - Total Requests by Response Type

The sum of inbound requests, grouped by type of response and automatic interval.

Inbound - Failure Response Time by Endpoint

The average, maximum, and minimum response times of failed inbound requests, grouped by endpoint. Anypoint Monitoring uses the average of data collected over one minute to calculate minimum and maximum response times. For more information about which endpoints appear, see the section about endpoint and operation data collection. Cell color varies according to the following thresholds:

  • Average: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

  • Maximum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 500 ms; red if the response time is greater than or equal to 500 ms

  • Minimum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

Inbound - Total Failed Requests by Endpoint

The sum of failed inbound requests, grouped by endpoint.

Outbound - Failure Response Time by HTTP endpoint

The average, maximum, and minimum response times of failed outbound requests, grouped by endpoint. Anypoint Monitoring uses the average of data collected over one minute to calculate minimum and maximum response times. For more information about which endpoints appear, see the section about endpoint and operation data collection. Cell color varies according to the following thresholds:

  • Average: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

  • Maximum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 500 ms; red if the response time is greater than or equal to 500 ms

  • Minimum: Green if the response time is less than 300 ms; yellow if the response time is greater than 300 ms and less than 600 ms; red if the response time is greater than or equal to 600 ms

Outbound - Total Failed Requests by HTTP Endpoint

The sum of failed outbound requests, grouped by endpoint.

JVM

Anypoint Monitoring collects JVM metrics based on the JVM CPU and not the system CPU. As such, CPU metrics found in Cloudwatch reports are higher than JVM metrics in Anypoint Monitoring.

The following charts appear on the JVM dashboard:

Old Gen GC Count

The total number of JVM Old Gen garbage collections (GC) that have occurred, grouped by worker.

Old Gen GC Time

The approximate accumulated JVM Old Gen garbage collection (GC) time elapsed, grouped by worker.

Young Gen GC Count

The total number of JVM Young Gen garbage collections (GC), grouped by worker.

Young Gen GC Time

The approximate accumulated JVM Young Gen garbage collection (GC) time elapsed, grouped by worker.

Classes Loaded

The total number of loaded classes, grouped by worker.

Classes Loaded Total

The number of classes loaded since JVM start, grouped by worker.

Classes Unloaded

The total number of classes unloaded since JVM start, grouped by worker.

Heap Committed

The amount of heap memory committed by the JVM, grouped by worker.

Heap Used

The amount of heap memory utilized by the JVM, grouped by worker.

Thread Count

The total number of threads of the JVM, grouped by worker.

JVM Uptime

The time elapsed since the JVM started, grouped by worker.

Eden Space graphs (Used, Max, Init, and Committed)

The memory metrics for JVM Eden space, grouped by worker.

Survivor Space graphs (Used, Max, Init, and Committed)

The memory metrics for JVM Survivor space, grouped by worker.

Metaspace graphs (Used, Max, Init, Committed)

The memory metrics for JVM metaspace, grouped by worker.

Code Cache graphs (Used, Max, Init, Committed)

The memory metrics for JVM code cache, grouped by worker.

Compressed Class Space graphs (Used, Max, Init, Committed)

The memory metrics for JVM compressed class, grouped by worker.

Old Gen Mem graphs (Used, Max, Init, Committed)

The memory metrics for JVM Old Gen space, grouped by worker.

Committed Virtual Memory

The amount of virtual memory guaranteed to be available to the running process, grouped by worker.

This metric is available only for organizations that have the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform.

Infrastructure

The following charts appear on the Infrastructure dashboard:

JVM - CPU % Utilization

The average percentage of CPU utilized by the JVM, grouped by worker. The JVM used in this chart is the Mule JVM process. The calculation for CPU utilization is relative to the physical server on which the Mule runtime is deployed. For example, in RTF, the resource usage here indicates the JVM’s utilization with respect to the entire server and not with respect to the pod maximum CPU allocation.

JVM - Heap Used

The average amount of heap memory utilized by the JVM, grouped by worker. The JVM used in this chart is the Mule runtime JVM process.

Total System Processors

The number of CPU processors available to the Java virtual machine for each worker.

System Memory

The amount of system memory available for workers over time.

JVM Thread Count

The average number of threads of the JVM, grouped by worker.

System CPU % Utilization

The percentage of CPU used by all processes. This metric often aligns with the Cloudwatch System CPU % metric, but there may be different values given the timing of data aggregation for Anypoint Monitoring metrics.

This metric is available only for organizations that have the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform.

JVM CPU Time

The cumulative CPU time consumed by the JVM.

This metric is available only for organizations that have the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform.

Operating System Swap Space

The amount of memory the system is swapping, grouped by worker in automatic intervals.

This metric is available only for organizations that have the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform.

Custom Metrics

The Custom metrics tab appears only if your organization has the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform and the app you selected is running on a supported version of Mule. See Anypoint Custom Metrics Connector.

Application Network

The Custom metrics tab appears only if your organization has the Anypoint Integration Advanced package or a Titanium subscription to Anypoint Platform and the app you selected is running on a supported version of Mule. See Anypoint Custom Metrics Connector.

Setup requirements change based on your app deployment. Some deployment types require you to enable header injection or modify how API Visualizer (formerly Anypoint Visualizer) collects data. For more information, see the documentation for each deployment type:

The chart on the Application Network tab shows the Troubleshooting visualization for the selected app, which must be started. The chart shows only direct callers and callees for the selected app. The connections are based on the selected time range, with a max of the most recent seven days.

You can click Metrics to see statistics, such as average response time and failures, related to the app you selected. For more information about metrics in API Visualizer, see Choosing Your Metric.

Endpoint and Operation Metrics Collection (Other Group)

Anypoint Monitoring collects top occurring endpoints or operations for each data collection interval. Endpoints or operations that are not top occurring are sorted into a group called Other. This grouping applies to built-in and custom metrics.

In each data collection interval, top occurring endpoints or operations vary. An endpoint or operation that is top occurring in one interval might not be top occurring in the next.

In Anypoint Monitoring charts and tables, the data comes from multiple data collection intervals. As a result, aggregated data shown in the dashboard is an estimation since the intervals might not have the same top occurring endpoints or operations. The tables show approximate counts for the most commonly occurring endpoints or operations when the Other grouping appears.

For example, when an endpoint occurs more often than other endpoints in one interval but less often in another interval, Anypoint Monitoring sorts it into the Other group for the first interval. In this case, the resulting table displays lower than actual values for that endpoint, since the metrics that do not appear are grouped into the Other group.

How Data is Aggregated in Intervals

Anypoint Monitoring aggregates data in charts based on the selected time interval. The number of data points shown in a chart varies based on your selected time interval.

Charting Inactivity for Average Response Time

To ensure charts are plotted continuously without interruptions, all average response time charts use a straight line to connect the last available value that precedes a period of app or API inactivity with the next available value. To understand activity in average response time charts, consider behavior in related charts, such as request counts, to get a holistic idea of your API or app’s activity.

App Chart Mapping (Built-in and Insights Dashboards)

Charts and visualizations in the built-in dashboards and Anypoint Insights share application metrics.

Built-in Dashboard Tab for an App Built-in Dashboard Chart Anypoint Insights Tab for an App Anypoint Insights Chart

Overview

Mule Messages

Overview

Mule Messages

Inbound - Average Response Time

Inbound Request Latency (Displays avg)

Errors

Errors

Failed Mule Messages

Inbound - Total Requests by Response Type

Requests

Inbound Request Volume (Select By Response Type)

Outbound - Total Requests by Response Type

Outbound Request Volume (Select By Response Type)

Outbound - Average Response Time

Outbound Request Latency (Select avg)

JVM - CPU % Utilization

JVM

CPU Utilization

JVM - Heap Used

Heap Usage

JVM - Thread Count

Thread Count

Inbound

Inbound - Total Requests by Response Type

Requests

Inbound Request Volume (Select By Response Type)

Inbound - Average Response Time by HTTP Endpoint

Request Latency by Endpoint (Select Inbound, Displays Average)

Inbound - Min Response Time by HTTP Endpoint

Request Latency by Endpoint (Select Inbound, Displays Min)

Inbound - Max Response Time by HTTP Endpoint

Request Latency by Endpoint (Select Inbound, Displays Max)

Inbound - Total Requests by HTTP Endpoint

Request Volume by HTTP Endpoint (Select Inbound)

Inbound - Maximum Response Time

Inbound - Maximum Response Time by Endpoint

Inbound - Protocols

Request Volume by Protocol (Select Inbound )

Inbound - HTTP Endpoints

Request Volume by HTTP Endpoint

Inbound - Average Response Time

Overview

Inbound Request Latency (Select avg)

Inbound - Response Time - 99 Percentile

Inbound Request Latency (Displays p99)

Inbound - Response Time - 90 Percentile

Inbound Request Latency (Displays p90)

Inbound - Response Time - 75 Percentile

Inbound Request Latency (Displays p75)

Inbound - Response Time - 50 Percentile

Inbound Request Latency (Displays p50)

Inbound - Failure Total Request Count

Failed Inbound Request Volume

Outbound

Outbound - Average Response Time

Overview

Outbound Request Latency (Displays avg)

Outbound - Total Requests by Response Type

Requests

Outbound Request Volume (Select By Response Type)

Outbound - Average Response Time by Endpoint

Request Latency by Endpoint (Select Outbound, Displays Average)

Outbound - Min Response Time by Endpoint

Request Latency by Endpoint (Select Outbound, Displays Min)

Outbound - Max Response Time by Endpoint

Request Latency by Endpoint (Select Outbound, Displays Max)

Outbound - Total Requests by HTTP Endpoint

Request Volume by HTTP Endpoint (Select Outbound)

Outbound - Response Time - 99 Percentile

Outbound Request Latency (Displays p99)

Outbound - Response Time - 90 Percentile

Outbound Request Latency (Displays p90)

Outbound - Response Time - 75 Percentile

Outbound Request Latency (Displays p75)

Outbound - Response Time - 50 Percentile

Outbound Request Latency (Displays p50)

Outbound - Failure Total Request Count

Failed Outbound Request Volume

Outbound - HTTP Ports

Outbound Request Volume by Port

Outbound - Operations

Outbound Request Volume by Operation

Outbound - HTTP Protocols

Request Volume by Protocol (Select Outbound)

Outbound - Endpoints

Outbound Request Volume by Remote Host

Flows

Inbound - Response Time by Flow

Flows

Inbound - Response Time by Flow

Outbound - Response Time by Flow

Outbound - Response Time by Flow

Inbound - Requests by Flow

Inbound - Requests by Flow

Outbound - Requests by Flow

Outbound - Requests by Flow

Failures by Flow

Failures by Flow

Inbound - Response Time by Flow

Inbound - Response Time by Flow

Outbound - Response Time by Flow

Outbound - Response Time by Flow

Inbound - Requests by Flow

Inbound - Requests by Flow

Outbound - Requests by Flow

Outbound - Requests by Flow

Failures by Flow

Failures by Flow

Connectors

Connector Message Volume

Connectors

Connector Message Volume

Response Time by Connector

Response Time by Connector

Salesforce Requests

Salesforce Requests

Salesforce Response Time

Salesforce Response Time

Salesforce Failures

Salesforce Failures

Database Requests

Database Requests

Database Response Time

Database Response Time

Database Failures

Database Failures

HTTP Requests

HTTP Requests

HTTP Response Time

HTTP Response Time

HTTP Failures

HTTP Failures

Web Services Requests

Web Services Requests

Web Services Response Time

Web Services Response Time

Web Services Failures

Web Services Failures

FTP Requests

FTP Requests

FTP Response Time

FTP Response Time

FTP Failures

FTP Failures

SFTP Requests

SFTP Requests

SFTP Response Time

SFTP Response Time

SFTP Failures

SFTP Failures

SMTP Requests

SMTP Requests

SMTP Response Time

SMTP Response Time

SMTP Failures

SMTP Failures

Object Store Requests

Object Store Requests

Object Store Response Time

Object Store Response Time

Object Store Failures

Object Store Failures

Anypoint MQ Operations - Inbound

Anypoint MQ Operations - Inbound

Anypoint MQ Response Time - Inbound

Anypoint MQ Response Time - Inbound

Anypoint MQ Failures - Inbound

Anypoint MQ Failures - Inbound

Anypoint MQ Operations - Outbound

Anypoint MQ Operations - Outbound

Anypoint MQ Response Time - Outbound

Anypoint MQ Response Time - Outbound

Anypoint MQ Failures - Outbound

Anypoint MQ Failures - Outbound

Other Connector Requests

Other Connector Requests

Other Connector Response Time

Other Connector Response Time

Other Connector Failures

Other Connector Failures

JVM

Old Gen GC Count

JVM

Old Gen GC Count

Old Gen GC Time

Old Gen GC Duration

Young Gen GC Count

Young Gen GC Count

Young Gen GC Time

Young Gen GC Duration

Classes Loaded

Classes Loaded

Classes Loaded Total

Classes Loaded Total

Classes Unloaded

Classes Unloaded

Heap Committed

Heap Committed

Heap Used

Heap Usage

Thread Count

Thread Count

Eden Space Used

Par Eden Space (Select Used)

Eden Space Max

Par Eden Space (Select Max)

Eden Space Init

Par Eden Space (Select Init)

Eden Space Committed

Par Eden Space (Select Committed)

Survivor Space Used

Par Survivor Space and G1 Survivor Space (Select Used)

Survivor Space Max

Par *Survivor Space and G1 Survivor Space (Select Max)

Survivor Space Init

Par *Survivor Space and G1 Survivor Space (Select Init)

Survivor Space Committed

Par Survivor Space and G1 Survivor Space (Select Committed)

Metaspace Used

Metaspace (Select Used)

Metaspace Max

Metaspace (Select Max)

Metaspace Init

Metaspace (Select Init)

Metaspace Committed

Metaspace (Select Committed)

Code Cache Used

Code Cache (Select Used)

Code Cache Max

Code Cache (Select Max)

Code Cache Init

Code Cache (Select Init)

Code Cache Committed

Code Cache (Select Committed)

Compressed Class Space Used

Compressed Class Space (Select Used)

Compressed Class Space Max

Compressed Class Space (Select Max)

Compressed Class Space Init

Compressed Class Space (Select Init)

Compressed Class Space Committed

Compressed Class Space (Select Committed)

Old Gen Mem Used

Tenured Gen, G1 Old Gen charts (Select Used)

Old Gen Mem Max

Tenured Gen, G1 Old Gen charts (Select Max)

Old Gen Mem Init

Tenured Gen, G1 Old Gen charts (Select Init)

Old Gen Mem Committed

Tenured Gen, G1 Old Gen charts (Select Committed)

Committed Virtual Memory

Committed Virtual Memory

Custom Metrics

Charts

Custom Metrics

Charts that use your organization’s custom metrics.