Skip to content

Commit 7dc0d5e

Browse files
committed
More todos
1 parent 4bafa5c commit 7dc0d5e

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

docs/admin/scale.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,22 @@ coder exp scaletest cleanup
9191

9292
This will delete all workspaces and users with the prefix `scaletest-`.
9393

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+
94110
## Autoscaling
95111

96112
We generally do not recommend using an autoscaler that modifies the number of

examples/scaletests/scaletest-runner/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ resource "coder_app" "prometheus" {
736736
agent_id = coder_agent.main.id
737737
slug = "01-prometheus"
738738
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
742742
}
743743

744744
resource "coder_app" "manual_cleanup" {

0 commit comments

Comments
 (0)