Target performance

This pageapplies toApigee andApigee hybrid.

View Apigee Edge documentation.

What does this dashboard tell me?

TheTarget Performance dashboard helps you visualize traffic patterns and performance metrics for API proxy backend targets.

Note:Data delay interval
After API calls are made to proxies, it may take up to10 minutes for the data to appear in dashboards, custom reports, and management API calls.

The Target Performance dashboard

To access the Target Performance dashboard:

In the Google Cloud console, go to theAnalytics> API metrics> Target Performance page.

Go to Target Performance

In the Google Cloud console, go to theAnalytics> API metrics> Target Performance page.

Go to Target Performance

Select anEnvironment or Hostname and one orAll target IP addresses in theTarget IP address list. SelectingAll shows charts for all target endpoints, including aggregated data for endpoints. Selecting a single proxy shows charts with data for that proxy only.

If desired, change the default time range. For example, you can view data for the last day or the last 14 days.

TheTarget Performance dashboard shows aggregate metrics for each chart, such as the total traffic per target IP address and the average response time across endpoints, on the right of the chart.

The Target Performance dashboard includes charts for metrics such as traffic by    target and traffic composition.

What does this dashboard measure?

Traffic by Target

MetricDescription
All Targets TrafficMeasures the total amount of traffic that passes from Apigee to all backend targets.
<Target name>

Measures the total amount of traffic that passes from Apigee to the specified backend target.

Traffic

MetricDescription
Total TrafficMeasures the total amount of traffic that passes from Apigee to all backend targets. Same as All Targets Traffic.
ErrorsThe total number of requests to backend targets that resulted in an unsuccessful response. Error responses do not count.
SuccessThe total number of all requests to backend targets that are successful (that do not return an error).

Response Time

See also this interesting article on the Apigee Community site:When can the Average Total Response Time be less than the Average Target Response Time?

MetricDescription
Average Time

The average of the Total Response Time measured for all API calls made to an Apigee organization environment. The Total Response Time is the amount of time it takes for an API call to Apigee to return (in milliseconds).

Or, put another way, total response time is the time measured from when an entire API call is received on Apigee to the time Apigee begins sending a response back to the client app.

Average Target Time

The average number of milliseconds that it takes from the point the last byte of a request is sent from Apigee to a backend target to the time Apigee receives the last byte of the response.

It's basically measuring how much time the API call spends on the target system.

Average Proxy Time

This value is calculated as the Total Response Time minus the Target Response Time.

It's basically a measure of how much time the API call spends flowing through Apigee itself (in milliseconds).

Target Errors

MetricDescription
Total ErrorsMeasures the total number of errors sent from backend targets to Apigee.
3XX ErrorsMeasures the total number of HTTP 3XX sent from backend targets to Apigee.
4XX ErrorsMeasures the total number of HTTP 4XX errors sent from backend targets to Apigee.
5XX ErrorsMeasures the total number of HTTP 5XX sent from backend targets to Apigee.

Payload Size

MetricDescription
Total Payload SizeThe total payload size for all requests and responses between Apigee and backend targets.
Request Payload SizeThe total payload size for all requests sent from Apigee to backend targets.
Response Payload SizeThe total payload size for all responses sent from backend targets to Apigee.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-19 UTC.