Skip to content

Commit

Permalink
Merge 0fd8c7b into fd71921
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien authored Jan 16, 2024
2 parents fd71921 + 0fd8c7b commit 4f3b9a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions release notes/v0.49.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,10 @@ Thanks to @Azhovan! :bow: :tada:

### Collect usage data on imported internal modules and outputs [#3525](https://github.com/grafana/k6/pull/3525)

// TODO fill with info


Added the data collection of the used modules and outputs when the [usage report](https://grafana.com/docs/k6/latest/misc/usage-collection) is enabled. The data collection is only related to the built-in k6 modules and outputs. Private, custom modules and extensions [are never collected](https://github.com/grafana/k6/blob/f35e67902605877ebf2c5e9c8673cd7faf4cdc1e/cmd/report.go#L33-L57).
The usage report is enabled by default in k6, but it is possible to opt-out using the [no-usage-report](https://grafana.com/docs/k6/latest/using-k6/k6-options/reference/#no-usage-report) option.
We always want to improve the product, but at the same time we need to pay attention where we allocate our resources. Having data of what are the most used modules and outputs give us a better confidence to make decisions because we are supported by data.
It will let us know what is the percentage of our users that will benefit from the introduction of a new feature and on the other side, in case of a breaking change, how many of them would be impacted.

## UX improvements and enhancements

Expand Down

0 comments on commit 4f3b9a7

Please sign in to comment.