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: src/content/docs/api-shield/management-and-monitoring/index.mdx
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ The schema is saved as a JSON file in OpenAPI `v3.0.0` format.
133
133
- Detected query parameters and its format
134
134
- API Shield’s rate limit threshold recommendations
135
135
136
-
## Endpoint Performance Analysis
136
+
## Endpoint Analysis
137
137
138
138
For each saved endpoint, customers can view:
139
139
@@ -142,6 +142,9 @@ For each saved endpoint, customers can view:
142
142
-**Latency**: The average origin response time in milliseconds (ms). This metric shows how long it takes from the moment a visitor makes a request to the moment the visitor gets a response back from the origin.
143
143
-**Error rate** vs. overall traffic: grouped by 4xx, 5xx, and their sum.
144
144
-**Response size**: The average size of the response (in bytes) returned to the request.
145
+
-**Labels**: The current [labels](/api-shield/management-and-monitoring/endpoint-labels/) assigned to the endpoint.
146
+
-**Authentication status**: The breakdown of which [session identifiers](/api-shield/get-started/#session-identifiers) were seen on successful requests to this endpoint.
147
+
-**Sequences**: The number of [Sequence Analytics](/api-shield/security/sequence-analytics/) sequences the endpoint was found in.
0 commit comments