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
@@ -68,10 +70,13 @@ they affect the end-user experience.
68
70
- CPU and Memory Utilization
69
71
- Monitor the utilization as a fraction of the available resources on the instance.
70
72
71
-
Utilization will vary with use throughout the course of a day, week, and longer timelines. Monitor trends and pay special attention to the daily and weekly peak utilization. Use long-term trends to plan infrastructure upgrades.
73
+
Utilization will vary with use throughout the course of a day, week, and longer timelines.
74
+
Monitor trends and pay special attention to the daily and weekly peak utilization.
75
+
Use long-term trends to plan infrastructure upgrades.
72
76
73
77
- Tail latency of Coder Server API requests
74
-
- High tail latency can indicate Coder Server or the PostgreSQL database is low on resources.
78
+
- High tail latency can indicate Coder Server or the PostgreSQL database is underprovisioned
79
+
for the load.
75
80
- Use the `coderd_api_request_latencies_seconds` metric.
76
81
77
82
- Tail latency of database queries
@@ -82,8 +87,8 @@ they affect the end-user experience.
82
87
83
88
### Locality
84
89
85
-
To ensure increased availability of the Coder API, deploy at least three
86
-
instances. Spread the instances across nodes with anti-affinity rules in
90
+
If increased availability of the Coder API is a concern, deploy at least three
91
+
instances of Coder Server. Spread the instances across nodes with anti-affinity rules in
87
92
Kubernetes or in different availability zones of the same geographic region.
0 commit comments