File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,18 @@ When determining scaling requirements, consider the following factors:
216
216
- Average number of HTTP requests: Track the average number of HTTP requests to
217
217
gauge system usage and identify potential bottlenecks.
218
218
219
+ ** HTTP API latency**
220
+
221
+ For a reliable Coder deployment dealing with medium to high loads, it's
222
+ important that API calls for workspace/template queries and workspace build
223
+ operations respond within 300 ms. However, API template insights calls, which
224
+ involve browsing workspace agent stats and user activity data, may require more
225
+ time.
226
+
227
+ Also, if the Coder deployment expects traffic from developers spread across the
228
+ globe, keep in mind that customer-facing latency might be higher because of the
229
+ distance between users and the load balancer.
230
+
219
231
** Node Autoscaling**
220
232
221
233
We recommend to disable autoscaling for ` coderd ` nodes. Autoscaling can cause
You can’t perform that action at this time.
0 commit comments