Skip to content

Commit 24420f2

Browse files
Document changes around usage collection (#1722)
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent d219af5 commit 24420f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/sources/next/set-up/usage-collection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ The usage report does not contain any information about what you are testing. Th
2323
- The running program's architecture target (386, amd64, arm, s390x...)
2424
- The list of JavaScript imported modules (`k6/http`, `k6/experimental/webcrypto`, ...)
2525
- The list of used outputs (`json`, `influxdb`, ...)
26+
- The test run ID if the test was executed in the cloud or was outputed to it
27+
- The number of parsed files and how many were TypeScript files.
28+
- The number of times `require` was called.
29+
- Whether `global` was accessed.
2630

2731
> Only k6 built-in JavaScript modules and outputs are considered. Private modules and custom extensions are excluded.
2832

0 commit comments

Comments
 (0)