@@ -5,7 +5,30 @@ It is recommended that all rate limits are disabled on the server before running
5
5
Usage:
6
6
coder scaletest create-workspaces [flags]
7
7
8
- Flags:
8
+ Networking Flags:
9
+ --connect-mode string Mode to use for connecting to the workspace. Can
10
+ be 'derp' or 'direct'.
11
+ Consumes $CODER_LOADTEST_CONNECT_MODE (default "derp")
12
+ --trace Whether application tracing data is collected. It
13
+ exports to a backend configured by environment
14
+ variables. See:
15
+ https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md.
16
+ Consumes $CODER_LOADTEST_TRACE
17
+ --trace-coder Whether opentelemetry traces are sent to Coder.
18
+ We recommend keeping this disabled unless we
19
+ advise you to enable it.
20
+ Consumes $CODER_LOADTEST_TRACE_CODER
21
+ Operability Flags:
22
+ --trace-honeycomb-api-key string Enables trace exporting to Honeycomb.io using the
23
+ provided API key.
24
+ Consumes $CODER_LOADTEST_TRACE_HONEYCOMB_API_KEY
25
+ --trace-propagate Enables trace propagation to the Coder backend,
26
+ which will be used to correlate server-side spans
27
+ with client-side spans. Only enable this if the
28
+ server is configured with the exact same tracing
29
+ configuration as the client.
30
+ Consumes $CODER_LOADTEST_TRACE_PROPAGATE
31
+ Other Flags:
9
32
--cleanup-concurrency int Number of concurrent cleanup jobs to run. 0 means
10
33
unlimited.
11
34
Consumes $CODER_LOADTEST_CLEANUP_CONCURRENCY
27
50
--connect-interval duration How long to wait between making requests to the
28
51
--connect-url once the connection is established.
29
52
Consumes $CODER_LOADTEST_CONNECT_INTERVAL (default 1s)
30
- --connect-mode string Mode to use for connecting to the workspace. Can
31
- be 'derp' or 'direct'.
32
- Consumes $CODER_LOADTEST_CONNECT_MODE (default "derp")
33
53
--connect-timeout duration Timeout for each request to the --connect-url.
34
54
Consumes $CODER_LOADTEST_CONNECT_TIMEOUT (default 5s)
35
55
--connect-url string URL to connect to inside the the workspace over
@@ -94,24 +114,6 @@ Flags:
94
114
--timeout duration Timeout for the entire test run. 0 means
95
115
unlimited.
96
116
Consumes $CODER_LOADTEST_TIMEOUT (default 30m0s)
97
- --trace Whether application tracing data is collected. It
98
- exports to a backend configured by environment
99
- variables. See:
100
- https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md.
101
- Consumes $CODER_LOADTEST_TRACE
102
- --trace-coder Whether opentelemetry traces are sent to Coder.
103
- We recommend keeping this disabled unless we
104
- advise you to enable it.
105
- Consumes $CODER_LOADTEST_TRACE_CODER
106
- --trace-honeycomb-api-key string Enables trace exporting to Honeycomb.io using the
107
- provided API key.
108
- Consumes $CODER_LOADTEST_TRACE_HONEYCOMB_API_KEY
109
- --trace-propagate Enables trace propagation to the Coder backend,
110
- which will be used to correlate server-side spans
111
- with client-side spans. Only enable this if the
112
- server is configured with the exact same tracing
113
- configuration as the client.
114
- Consumes $CODER_LOADTEST_TRACE_PROPAGATE
115
117
116
118
Global Flags:
117
119
--global-config coder Path to the global coder config directory.
0 commit comments