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

Add dd.enable_remote_configuration property #201

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

NouemanKHAL
Copy link
Member

@NouemanKHAL NouemanKHAL commented Aug 31, 2023

Adds support for remote configuration.

@NouemanKHAL NouemanKHAL added the changelog/Added Added features results into a minor version bump label Aug 31, 2023
@NouemanKHAL NouemanKHAL requested a review from a team as a code owner August 31, 2023 14:56
@NouemanKHAL NouemanKHAL changed the title Add 'dd.enable_remote_configuration' property Add 'dd.enable_remote_configuration` property Aug 31, 2023
@NouemanKHAL NouemanKHAL changed the title Add 'dd.enable_remote_configuration` property Add dd.enable_remote_configuration property Aug 31, 2023
@NouemanKHAL NouemanKHAL force-pushed the noueman/add-support-for-remote-config branch from 201bdb1 to 43d1ab5 Compare August 31, 2023 15:00
@@ -3,6 +3,11 @@
dd_url: <%= p("dd.url") %>
<% end %>

<% if p("dd.enable_remote_configuration", nil) %>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using nil as default value to avoid rendering the section and therefore keep the the agent's default behavior.
Disabled by default for versions <= 7.46.0, enabled by default for versions >=7.47.0

@NouemanKHAL NouemanKHAL merged commit 105b67e into master Sep 1, 2023
1 check passed
@NouemanKHAL NouemanKHAL deleted the noueman/add-support-for-remote-config branch September 1, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/Added Added features results into a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants