Do I need subscription of k6 to show tags in data dog? I am running script in local and seding it to datadog but its doenst show tsg

hi @akankshamitrc

To run them and see them in Datadog you need to update your query.

K6_STATSD_ENABLE_TAGS=true K6_STATSD_ADDR=datadog:8125 k6 run -e ENV=staging -e PR=pr-164 --out statsd dist/sanity.spec.js

Let me know if this works for you!

1 Like