-
Notifications
You must be signed in to change notification settings - Fork 894
chore: add prometheus monitoring of workspace traffic generation #7583
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
Changes from 1 commit
f62cf16
00b9eca
9a9778c
f00b8d7
69bc5ad
57d338d
a1d14df
fb96c4d
59ef445
6734521
4ab2314
d54af33
8c48d2b
cf00b5a
e6917e6
ea71c4f
399e506
ec96a00
a4ecd0c
fe0ecfc
239ba96
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,12 @@ project_id = "some_google_project_id" | |
1. Run `coder_init.sh <coder_url>` to setup an initial user and a pre-configured Kubernetes | ||
template. It will also download the Coder CLI from the Coder instance locally. | ||
|
||
1. Do whatever you need to do with the Coder instance. | ||
1. Do whatever you need to do with the Coder instance: | ||
|
||
> To run Coder commands against the instance, you can use `coder_shim.sh <command>`. | ||
> Note: To run Coder commands against the instance, you can use `coder_shim.sh <command>`. | ||
> You don't need to run `coder login` yourself. | ||
|
||
- To create workspaces, run `./coder_shim.sh scaletest create-workspaces --template="kubernetes" --count=N` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe that at some point you may want to include also rich parameters as they cause more DB calls in total (worst case scenario). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, that would be a good test for load related to concurrent workspace builds. |
||
- To generate workspace traffic, run `./coder_trafficgen.sh <name of loadtest from your Terraform vars>`. This will keep running until you delete the pod `coder-scaletest-workspace-traffic`. | ||
|
||
1. When you are finished, you can run `terraform destroy -var-file=override.tfvars`. |
Uh oh!
There was an error while loading. Please reload this page.