Skip to content

docs: use scale testing utility #12643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More todos
  • Loading branch information
mtojek committed Mar 20, 2024
commit 7dc0d5e27f7a9c1e68dbb1272ef2ee7d547c9bfd
16 changes: 16 additions & 0 deletions docs/admin/scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,22 @@ coder exp scaletest cleanup

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

## Scale testing template

TODO

### Parameters

TODO

### Kubernetes cluster

TODO

### Observability

TODO Grafana and logs

## Autoscaling

We generally do not recommend using an autoscaler that modifies the number of
Expand Down
6 changes: 3 additions & 3 deletions examples/scaletests/scaletest-runner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -736,9 +736,9 @@ resource "coder_app" "prometheus" {
agent_id = coder_agent.main.id
slug = "01-prometheus"
display_name = "Prometheus"
url = "https://grafana.corp.tld:9443"
icon = "https://prometheus.io/assets/favicons/favicon-32x32.png"
external = true
url = "https://grafana.corp.tld:9443"
icon = "https://prometheus.io/assets/favicons/favicon-32x32.png"
external = true
}

resource "coder_app" "manual_cleanup" {
Expand Down