You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/analytics-chart.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ API Analytics provides a summary in chart form of requests, top apps, and latenc
11
11
12
12
The requests summary chart lists the total number of requests to your API by the duration you choose. The chart shows the HTTP status codes specified by W3C. For example:
13
13
14
-
image::analytics-request.png["Summary chart of the total number of requests for June 1, 2017, shown by one hour duration."]
14
+
image::request-analytics.png["Summary chart of the total number of requests for June 1, 2017, shown by one hour duration."]
15
15
16
16
Graph lines are provided for:
17
17
@@ -25,15 +25,15 @@ The top apps summary chart lists the number of requests made to the API by each
25
25
26
26
The graph lists the number of requests over the duration you select, for example:
27
27
28
-
image::analytics-top-apps.png["Summary chart of requests for the top five applications for June 1, 2017, shown by one hour duration."]
28
+
image::top-apps-analytics.png["Summary chart of requests for the top five applications for June 1, 2017, shown by one hour duration."]
29
29
30
30
== Reviewing Latency Summary Chart
31
31
32
32
The latency summary chart lists the average API latency for the period selected. The higher the latency, the lower the performance. The y-axis in the chart lists the average latency in milliseconds (ms).
33
33
34
34
The following example shows that the worst average performance in the one-hour period was at 8:30 am.
35
35
36
-
image::analytics-performance.png["A latency summary chart showing the average latency for the highest point on the chart, which is 8:30 am."]
36
+
image::performance-analytics.png["A latency summary chart showing the average latency for the highest point on the chart, which is 8:30 am."]
0 commit comments