Skip to content

Commit 682c1ea

Browse files
Update README.md (DataDog#2760)
Requesting the following change be made from step 3 to use the updated statsd syntax in accordance with Grafana/k6's official documentation: https://grafana.com/docs/k6/latest/results-output/real-time/statsd/
1 parent 347385a commit 682c1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k6/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For the detailed instructions, follow the [k6 documentation][2].
4848
Once the Datadog Agent service is running, run the k6 test and send the metrics to the Agent with:
4949

5050
```shell
51-
K6_STATSD_ENABLE_TAGS=true k6 run --out xk6-output-statsd script.js
51+
K6_STATSD_ENABLE_TAGS=true k6 run --out output-statsd script.js
5252
```
5353

5454
4. Visualize the k6 metrics in Datadog.

0 commit comments

Comments
 (0)