Add environment variable to disable statsd metric collection#589
Add environment variable to disable statsd metric collection#589therve merged 7 commits intoDataDog:masterfrom
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
statsdmetric collection in certain cases (e.g development).Description of the Change
Added an environment variable called
DD_DOGSTATSD_ENABLEthat is set asTrueby default.Release Notes
Should be backward compatible.