-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not expand env variables for regular config section
After recent changes in the collector core, we can rely on the upstream to expand environmental variables along with $$ escaping. Unfortunataly we cannot do that for the config_sources section as it's custom for our distro. So we need to split the behaviour for a while just to unblock the 0.107.0 release. This change also fixes double $$ escaping bug. See the corrected integration tests that were confirming invalid behavior before. Later we can refactor it further and migrate the config sources in the config providers that can be handled upstream and significantly reduce amount of code we maintain.
- Loading branch information
Showing
17 changed files
with
363 additions
and
346 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.