[FA] Add fleet_configurable boolean#22270
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
steveny91
approved these changes
Jan 12, 2026
janine-c
approved these changes
Jan 12, 2026
Contributor
janine-c
left a comment
There was a problem hiding this comment.
Looks like there's nothing to approve from a docs perspective here, so I'll approve to unblock you :)
Contributor
|
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
FlorianVeaux
approved these changes
Jan 14, 2026
This was referenced Jan 14, 2026
3 tasks
lukepatrick
pushed a commit
to lukepatrick/integrations-core
that referenced
this pull request
Mar 17, 2026
* Add fleet_configurable boolean * Fix snmp * Add top level bool * Include all bool * Fix lint Signed-off-by: lukepatrick <lukephilips@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces the
fleet_configurable: trueproperty to a wide range of configuration options across multiple integration templates and specification files. This enhancement enables these configuration options to be managed centrally through Datadog Fleet, improving consistency and manageability for users deploying at scale.Note: all the fields tagged in this PR are already fleet configurable
Key changes by theme:
Configuration Template Updates:
fleet_configurable: trueto various options injmx.yaml,service.yaml,tags.yaml,http.yaml,perf_counters.yaml, anddefault.yamlwithin thedatadog_checks_devtemplates, making these options manageable via Fleet. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18]Integration Specification Enhancements:
fleet_configurable: trueon relevant options, supporting centralized configuration management for these integrations. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]These changes collectively standardize and streamline configuration management across integrations, paving the way for more scalable and efficient operations through Datadog Fleet.