grafana / xk6-output-prometheus-remote

k6 extension to output real-time test metrics using Prometheus Remote Write.
GNU Affero General Public License v3.0
159 stars 72 forks source link

Migrate to Buf remote packages #129

Closed pkwarren closed 1 year ago

pkwarren commented 1 year ago

Buf no longer supports the remote generation alpha (Go packages starting with go.buf.build). There are steps showing how to migrate to the new supported mechanism here: https://buf.build/docs/migration-guides/migrate-remote-generation-alpha/#go-module-proxy.

I'm happy to open a PR to migrate this project to use the new dependency. This will have the benefit of keeping up with future google protobuf-go releases in the future.

Reference: https://github.com/grafana/xk6-output-prometheus-remote/blob/34469a719af7149ae23c9fcdfedadabd847b18cf/go.mod#L12