Misura la quantità totale di traffico che passa da Apigee a tutti i target di backend.
<Nome target>
Misura la quantità totale di traffico che passa da Apigee alla destinazione
di backend specificata.
Traffico
Metrica
Descrizione
Traffico totale
Misura la quantità totale di traffico che passa da Apigee a tutti i target di backend. Uguale a Traffico di tutte le destinazioni.
Errori
Il numero totale di richieste alle destinazioni di backend che hanno generato una risposta
non riuscita. Le risposte di errore non vengono conteggiate.
Operazione riuscita
Il numero totale di tutte le richieste alle destinazioni di backend riuscite (che non
restituiscono un errore).
La media del tempo di risposta totale misurato per tutte le chiamate API effettuate a un ambiente dell'organizzazione Apigee. Il tempo di risposta totale è il tempo necessario
a una chiamata API ad Apigee per restituire un risultato (in millisecondi).
In altre parole, il tempo di risposta totale è il tempo misurato dal momento in cui una chiamata API
completa viene ricevuta su Apigee al momento in cui Apigee inizia a inviare una risposta all'app
client.
Tempo target medio
Il numero medio di millisecondi che intercorrono dal momento in cui l'ultimo byte di una
richiesta viene inviato da Apigee a una destinazione di backend al momento in cui Apigee riceve l'ultimo
byte della risposta.
Misura essenzialmente il tempo che la chiamata API trascorre sul sistema di destinazione.
Tempo medio di proxy
Questo valore viene calcolato come il tempo di risposta totale meno il tempo di risposta
target.
È fondamentalmente una misura del tempo impiegato dalla chiamata API per attraversare Apigee (in millisecondi).
Errori di destinazione
Metrica
Descrizione
Errori totali
Misura il numero totale di errori inviati dai target di backend ad Apigee.
Errori 3XX
Misura il numero totale di reindirizzamenti HTTP 3XX inviati dalle destinazioni di backend ad Apigee.
Errori 4XX
Misura il numero totale di errori HTTP 4XX inviati dai target di backend ad Apigee.
Errori 5XX
Misura il numero totale di errori HTTP 5XX inviati dalle destinazioni di backend ad Apigee.
Dimensioni payload
Metrica
Descrizione
Dimensioni totali payload
La dimensione totale del payload per tutte le richieste e le risposte tra Apigee e i target di backend.
Dimensioni payload richiesta
La dimensione totale del payload per tutte le richieste inviate da Apigee ai target di backend.
Dimensioni payload risposta
La dimensione totale del payload per tutte le risposte inviate dalle destinazioni di backend ad Apigee.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[[["\u003cp\u003eThis page details the Target Performance dashboard, which is available in both Apigee and Apigee hybrid environments, and provides insights into traffic and performance metrics related to API proxy backend targets.\u003c/p\u003e\n"],["\u003cp\u003eThe Target Performance dashboard, accessible via the Apigee UI in Cloud console or the classic Apigee UI, measures key performance metrics including traffic by target, traffic volume, response times, target errors, and payload sizes.\u003c/p\u003e\n"],["\u003cp\u003eData displayed in the dashboard might experience a delay of up to 10 minutes after API calls are made to proxies, therefore not showcasing real time information.\u003c/p\u003e\n"],["\u003cp\u003eThe dashboard tracks various error types, such as 3XX, 4XX, and 5XX errors, originating from backend targets and relayed to Apigee.\u003c/p\u003e\n"],["\u003cp\u003eResponse Time metrics include Average Time (total response time), Average Target Time (time on the target system), and Average Proxy Time (time within Apigee).\u003c/p\u003e\n"]]],[],null,["*This page\napplies to **Apigee** and **Apigee hybrid**.*\n\n\n*View [Apigee Edge](https://docs.apigee.com/api-platform/get-started/what-apigee-edge) documentation.*\n\nWhat does this dashboard tell me?\n\nThe **Target Performance** dashboard helps you visualize traffic patterns and performance metrics\nfor API proxy backend targets.\n\n\n| **Note:** **Data delay interval** \n| After API calls are made to proxies, it may take up to **10 minutes** for the data to appear in dashboards, custom reports, and management API calls.\n\n\u003cbr /\u003e\n\nThe Target Performance dashboard\n\nTo access the Target Performance dashboard:\n\n\nIn the Google Cloud console, go to the **Analytics \\\u003e API metrics \\\u003e Target Performance** page.\n\n[Go to Target Performance](https://console.cloud.google.com/apigee/analytics/target-performance)\n\nThe **Target Performance** view is shown:\n\nWhat does this dashboard measure?\n\n- [Traffic by Target](#trafficbytarget)\n- [Traffic](#traffic)\n- [Response Time](#responsetime)\n- [Target Errors](#targeterrors)\n- [Payload Size](#payloadsize)\n\nTraffic by Target\n\n| Metric | Description |\n|-------------------------|-----------------------------------------------------------------------------------------------|\n| **All Targets Traffic** | Measures the total amount of traffic that passes from Apigee to all backend targets. |\n| **\\\u003c*Target name*\\\u003e** | Measures the total amount of traffic that passes from Apigee to the specified backend target. |\n\nTraffic\n\n| Metric | Description |\n|-------------------|--------------------------------------------------------------------------------------------------------------------------|\n| **Total Traffic** | Measures the total amount of traffic that passes from Apigee to all backend targets. Same as All Targets Traffic. |\n| **Errors** | The total number of requests to backend targets that resulted in an unsuccessful response. Error responses do not count. |\n| **Success** | The total number of all requests to backend targets that are successful (that do not return an error). |\n\nResponse Time\n\nSee also this interesting article on the Apigee Community site:\n[When can the Average Total Response Time be less than the Average Target Response Time?](https://community.apigee.com/articles/2695/when-can-the-average-total-response-time-be-less-t.html)\n\n| Metric | Description |\n|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **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. |\n| **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. |\n| **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). |\n\nTarget Errors\n\n| Metric | Description |\n|------------------|-----------------------------------------------------------------------------------|\n| **Total Errors** | Measures the total number of errors sent from backend targets to Apigee. |\n| **3XX Errors** | Measures the total number of HTTP 3XX sent from backend targets to Apigee. |\n| **4XX Errors** | Measures the total number of HTTP 4XX errors sent from backend targets to Apigee. |\n| **5XX Errors** | Measures the total number of HTTP 5XX sent from backend targets to Apigee. |\n\nPayload Size\n\n| Metric | Description |\n|---------------------------|-------------------------------------------------------------------------------------------|\n| **Total Payload Size** | The total payload size for all requests and responses between Apigee and backend targets. |\n| **Request Payload Size** | The total payload size for all requests sent from Apigee to backend targets. |\n| **Response Payload Size** | The total payload size for all responses sent from backend targets to Apigee. |"]]