-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upgrade k6 to v0.38.3 (breaking change) #3
Comments
I started working on a change but I'm not a Go dev and I was not able to get it to work (yet).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The upgrade to v0.38.0 has some breaking changes, see the below release notes.
The reason for this is if you need to build a k6 runner with multiple extensions. For example the below will fail.
The Go types in the stats package were moved to the metrics package grafana/k6#2433
For convenience and to facilitate further developments, the types and functionalities that used to live in k6's stats package have been moved to the metrics package. The stats package is, as of v0.38.0, removed in favor of the metrics package. Besides, grafana/k6#2442 removed the stats.New function in favor of initializing new metric via a register.NewMetric call instead.
The text was updated successfully, but these errors were encountered: