Skip to content

Commit 1136f8b

Browse files
update endpoint analysis
1 parent ca8aa00 commit 1136f8b

File tree

1 file changed

+4
-1
lines changed
  • src/content/docs/api-shield/management-and-monitoring

1 file changed

+4
-1
lines changed

src/content/docs/api-shield/management-and-monitoring/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The schema is saved as a JSON file in OpenAPI `v3.0.0` format.
133133
- Detected query parameters and its format
134134
- API Shield’s rate limit threshold recommendations
135135

136-
## Endpoint Performance Analysis
136+
## Endpoint Analysis
137137

138138
For each saved endpoint, customers can view:
139139

@@ -142,6 +142,9 @@ For each saved endpoint, customers can view:
142142
- **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.
143143
- **Error rate** vs. overall traffic: grouped by 4xx, 5xx, and their sum.
144144
- **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.
145148

146149
:::note
147150

0 commit comments

Comments
 (0)