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

K6_STATSD_NAMESPACE env var is broken for string.empty #26

Open
olegbespalov opened this issue Aug 30, 2024 · 0 comments
Open

K6_STATSD_NAMESPACE env var is broken for string.empty #26

olegbespalov opened this issue Aug 30, 2024 · 0 comments

Comments

@olegbespalov
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant