@@ -55,7 +55,7 @@ such as `coderd_provisionerd_job_timings_seconds` and
55
55
workspaces take to provision and how long the startup scripts take.
56
56
57
57
To make use of these metrics, you will need to
58
- [ enable Prometheus metrics] ( ../../admin/integrations/prometheus#enable-prometheus-metrics )
58
+ [ enable Prometheus metrics] ( ../../admin/integrations/prometheus.md #enable-prometheus-metrics )
59
59
exposition.
60
60
61
61
If you are not using the [ Observability Chart] ( #coder-observability-chart ) , you
@@ -66,7 +66,7 @@ Coder installation.
66
66
67
67
` coder server ` by default provides three built-in provisioner daemons
68
68
(controlled by the
69
- [ ` CODER_PROVISIONER_DAEMONS ` ] ( ../../reference/cli/server#--provisioner-daemons )
69
+ [ ` CODER_PROVISIONER_DAEMONS ` ] ( ../../reference/cli/server.md #--provisioner-daemons )
70
70
config option). Each provisioner daemon can handle one single job (such as
71
71
start, stop, or delete) at a time and can be resource intensive. When all
72
72
provisioners are busy, workspaces enter a "pending" state until a provisioner
@@ -77,14 +77,14 @@ becomes available.
77
77
Provisioners are queue-based to reduce unpredictable load to the Coder server.
78
78
If you require a higher bandwidth of provisioner jobs, you can do so by
79
79
increasing the
80
- [ ` CODER_PROVISIONER_DAEMONS ` ] ( ../../reference/cli/server#--provisioner-daemons )
80
+ [ ` CODER_PROVISIONER_DAEMONS ` ] ( ../../reference/cli/server.md #--provisioner-daemons )
81
81
config option.
82
82
83
83
You risk overloading Coder if you use too many built-in provisioners, so we
84
84
recommend a maximum of five built-in provisioners per ` coderd ` replica. For more
85
85
than five provisioners, we recommend that you move to
86
86
[ External Provisioners] ( ../../admin/provisioners.md ) and also consider
87
- [ High Availability] ( ../../admin/networking/high-availability ) to run multiple
87
+ [ High Availability] ( ../../admin/networking/high-availability.md ) to run multiple
88
88
` coderd ` replicas.
89
89
90
90
Visit the
@@ -160,7 +160,7 @@ provider versions.
160
160
### Cache directory
161
161
162
162
Coder will instruct Terraform to cache its downloaded providers in the
163
- configured [ ` CODER_CACHE_DIRECTORY ` ] ( ../../reference/cli/server#--cache-dir )
163
+ configured [ ` CODER_CACHE_DIRECTORY ` ] ( ../../reference/cli/server.md #--cache-dir )
164
164
directory.
165
165
166
166
Ensure that this directory is set to a location on disk which will persist
0 commit comments