-
Notifications
You must be signed in to change notification settings - Fork 306
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
Add environment variable to disable statsd metric collection #589
Add environment variable to disable statsd metric collection #589
Conversation
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
Thanks for the quick review! |
Is there anything more I can do? I would love to start using this feature :) |
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
I completely forgot about changing it on the rest of the code 😅 |
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
Removed some whitespace too (was making the CI fail). |
/azp run DataDog.datadogpy.integration |
Azure Pipelines successfully started running 1 pipeline(s). |
Hey @jirikuncar. The PR is missing something? Can I help in any way? |
Exciting stuff! Thanks for building and shipping this ❤️ |
Hey @therve, when it's the next release planned? I would love to start using this feature :) |
When is this getting released? |
We'll schedule a release for next week, thanks for your patience. |
For anyone stumbling across this via Google, the envvar is |
What does this PR do?
Closes #576
Adds an environment variable to disable
statsd
metric collection in certain cases (e.g development).Description of the Change
Added an environment variable called
DD_DOGSTATSD_ENABLE
that is set asTrue
by default.Release Notes
Should be backward compatible.