Skip to content
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

feat: register module xk6-output-prometheus-remote #12

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/k6/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
_ "github.com/goharbor/xk6-harbor"
_ "github.com/grafana/xk6-output-prometheus-remote"
_ "github.com/mstoykov/xk6-counter"
k6cmd "go.k6.io/k6/cmd"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/go-openapi/swag v0.22.4
github.com/go-openapi/validate v0.22.1
github.com/google/uuid v1.3.0
github.com/grafana/xk6-output-prometheus-remote v0.2.2-0.20230804114542-d969b142f46f
github.com/mstoykov/xk6-counter v0.0.1
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.1
Expand Down Expand Up @@ -70,7 +71,6 @@ require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/grafana/xk6-browser v0.10.0 // indirect
github.com/grafana/xk6-grpc v0.1.2 // indirect
github.com/grafana/xk6-output-prometheus-remote v0.2.2-0.20230804114542-d969b142f46f // indirect
github.com/grafana/xk6-redis v0.1.1 // indirect
github.com/grafana/xk6-timers v0.1.2 // indirect
github.com/grafana/xk6-webcrypto v0.1.0 // indirect
Expand Down