We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c9b29 commit abfcaabCopy full SHA for abfcaab
1 file changed
docs/cookbook/src/recipes/status_page.md
@@ -103,7 +103,7 @@ The main section is a detailed table showing granular performance data for every
103
|--------|-------------|
104
| **Endpoint** | The path of the route (e.g., `/api/users`). |
105
| **Requests** | Total number of hits this specific route has received. |
106
-| **Success Rate** | Visual indicator of health. <br>🟢 **Green**: >95% success <br>🟡 **Yellow**: >90% success <br>🔴 **Red**: <90% success |
+| **Success Rate** | Visual indicator of health. <br>🟢 **Green**: ≥95% success <br>🔴 **Red**: <95% success |
107
| **Avg Latency** | The average time (in milliseconds) it takes to serve a request. |
108
| **Last Access** | Timestamp of the most recent request to this endpoint. |
109
0 commit comments