fix: Add mongo heartbeatEnabled param to tracer entrypoint#5735
fix: Add mongo heartbeatEnabled param to tracer entrypoint#5735jeancornic wants to merge 1 commit intoDataDog:masterfrom
Conversation
|
@jeancornic thank you for the PR! We intend to move more to environment variable usage instead of programmatic one. That allows this to later on also be defined from a remote source. [Edit] I guess we should support it, due to already providing the programmatic API. So adding the TS code is good. We must port the PR though, to be opened by a maintainer. Otherwise we can't run our CI. |
PR Security UpdateAll commits in this PR up to and including 32535a1 have been reviewed and marked safe by SDLC security. For any questions, please reach out to #ci-for-external-contributors-collab on Slack. |
|
@BridgeAR thanks for your answer! Cheers from an ex DD 🐶 |
What does this PR do?
This PR intends to fix the newly added
heartbeatEnabledparameter for the mongo plugin.Motivation
While the parameter is used in the plugin's code, I cannot use it as is in the tracer config, because of the missing typing.
Additional Notes
Follows #5526 and #5562