File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
examples/scaletests/scaletest-runner Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,22 @@ coder exp scaletest cleanup
91
91
92
92
This will delete all workspaces and users with the prefix ` scaletest- ` .
93
93
94
+ ## Scale testing template
95
+
96
+ TODO
97
+
98
+ ### Parameters
99
+
100
+ TODO
101
+
102
+ ### Kubernetes cluster
103
+
104
+ TODO
105
+
106
+ ### Observability
107
+
108
+ TODO Grafana and logs
109
+
94
110
## Autoscaling
95
111
96
112
We generally do not recommend using an autoscaler that modifies the number of
Original file line number Diff line number Diff line change @@ -736,9 +736,9 @@ resource "coder_app" "prometheus" {
736
736
agent_id = coder_agent. main . id
737
737
slug = " 01-prometheus"
738
738
display_name = " Prometheus"
739
- url = " https://grafana.corp.tld:9443"
740
- icon = " https://prometheus.io/assets/favicons/favicon-32x32.png"
741
- external = true
739
+ url = " https://grafana.corp.tld:9443"
740
+ icon = " https://prometheus.io/assets/favicons/favicon-32x32.png"
741
+ external = true
742
742
}
743
743
744
744
resource "coder_app" "manual_cleanup" {
You can’t perform that action at this time.
0 commit comments