Skip to content

Commit

Permalink
Update 00 StatsD.md (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvtrinidad authored Apr 22, 2024
1 parent a300e13 commit fb7b1d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/next/results-output/real-time/statsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then, open your terminal and run the following commands:
go install go.k6.io/xk6/cmd/xk6@latest

# Build the k6 binary
xk6 build --with github.com/grafana/xk6-output-statsd
xk6 build --with github.com/LeonAdato/xk6-output-statsd

... [INFO] Build environment ready
... [INFO] Building k6
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/v0.50.x/results-output/real-time/statsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then, open your terminal and run the following commands:
go install go.k6.io/xk6/cmd/xk6@latest

# Build the k6 binary
xk6 build --with github.com/grafana/xk6-output-statsd
xk6 build --with github.com/LeonAdato/xk6-output-statsd

... [INFO] Build environment ready
... [INFO] Building k6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ k6 can push test metrics to a [StatsD](https://github.com/statsd/statsd) service

## Build the k6 version

<InstallationInstructions extensionUrl="github.com/grafana/xk6-output-statsd"/>
<InstallationInstructions extensionUrl="github.com/LeonAdato/xk6-output-statsd"/>

## Run the k6 test

Expand Down

0 comments on commit fb7b1d1

Please sign in to comment.