We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
env var K6_STATSD_NAMESPACE = "" does not override - treated as NULL?
37
win2019
No response
set "K6_STATSD_NAMESPACE=" && k6 --out statsd run xxxx.js
tag prefix = ""
tag prefix = "k6_"
The issue is ported from grafana/k6#2549
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brief summary
env var K6_STATSD_NAMESPACE = "" does not override - treated as NULL?
k6 version
37
OS
win2019
Docker version and image (if applicable)
No response
Steps to reproduce the problem
set "K6_STATSD_NAMESPACE=" && k6 --out statsd run xxxx.js
Expected behaviour
tag prefix = ""
Actual behaviour
tag prefix = "k6_"
The issue is ported from grafana/k6#2549
The text was updated successfully, but these errors were encountered: