szkiba / xk6-prometheus

Prometheus HTTP exporter for k6
MIT License
49 stars 22 forks source link

updated to k6 v0.39.0 #6

Closed phsym closed 1 year ago

phsym commented 2 years ago

To support latest k6 version (v0.39.0), package go.k6.io/k6/stats has been renamed to go.k6.io/k6/metrics.

I also updated logrus and prometheus client dependencies to latest versions

phsym commented 2 years ago

Without this change, the extension does not work on latest k6 version

knechtionscoding commented 1 year ago

@phsym if @szkiba isn't interested in maintaining, I'm happy to fork and help maintain it properly. This plugin is important to us at my work

knechtionscoding commented 1 year ago

@phsym I did fork: https://github.com/KnechtionsCoding/xk6-prometheus and updated the package name so that it can compile and be used properly. It should be updated to work on the latest k6 version and uses your contribution.

szkiba commented 1 year ago

@phsym Thank you for your contribution. Sorry for delay, I had no time for these project in the past period. Now I'm back.

szkiba commented 1 year ago

@KnechtionsCoding I'm back :) I'm glad that you found this project important in work.