File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/cookbook/src/recipes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ The main section is a detailed table showing granular performance data for every
103103| --------| -------------|
104104| ** Endpoint** | The path of the route (e.g., ` /api/users ` ). |
105105| ** 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 |
106+ | ** Success Rate** | Visual indicator of health. <br >🟢 ** Green** : ≥ 95% success <br >🔴 ** Red** : <95 % success |
107107| ** Avg Latency** | The average time (in milliseconds) it takes to serve a request. |
108108| ** Last Access** | Timestamp of the most recent request to this endpoint. |
109109
You can’t perform that action at this time.
0 commit comments