Here you can track the utilization of your application and see if there are increased errors.
Analytics of the Application
The "Analytics" page is a component of an API management platform, focusing on the performance and usage metrics of an application, in this case, the "Car Finder" application. The analytics displayed provide insights into the application's interactions with APIs.
Interface Features
Reload Button: To refresh the data displayed, accommodating real-time monitoring or after changing the selected gateway or date range.
Graph Data Points: Hovering over the graphs typically displays precise data for specific times or categories.
Drop-Down Menus: These allow for the customization of the data displayed, whether by changing the time frame or by selecting a different API gateway.
Graphs
Hits by Response Codes: A donut chart categorizes the hits the application has received based on HTTP response codes. The color coding (e.g., green for 200, purple for 400, orange for 403, red for 500) provides a quick visual assessment of the overall health and success rates of API calls.
Hits over Time: A line graph shows the number of hits over time, with different colors representing different response codes. This allows users to track the application's API call patterns and identify any unusual spikes or drops in traffic.
Latency over Time: This chart displays the application's response latency over time. The bars in the background provide a range for the minimum and maximum latency observed, while the line indicates the average latency. This metric is crucial for understanding the performance of the application.