Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@
"provider_kind",
"python3_linter_timeout",
"python_lazy_loading",
"remote_agent.configstream.enabled",
"remote_agent.configstream.consumer.enabled",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Remove the replaced configstream flag

When syncing the Datadog Agent PR referenced by this change, remote_agent.configstream.enabled is replaced by remote_agent.configstream.consumer.enabled rather than remaining alongside it; adding the new key without removing the old one leaves the compatibility inventory treating a removed core-agent setting as still known/not-applicable. Remove the old remote_agent.configstream.enabled entry when adding this replacement so the docs data matches the upstream config set.

Useful? React with 👍 / 👎.

"remote_agent.configstream.sleep_interval",
"remote_agent.registry.enabled",
"remote_agent.registry.idle_timeout",
Expand Down
Loading