Skip to content

Commit 69b4b71

Browse files
authored
fix(agent-data-plane): switch dynamic configuration to having highest precedence in remote agent mode (#1674)
1 parent f84a67b commit 69b4b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bin/agent-data-plane/src/cli

bin/agent-data-plane/src/cli/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ pub async fn handle_run_command(
107107
// level, etc.
108108
let dynamic_config = ConfigurationLoader::default()
109109
.with_key_aliases(KEY_ALIASES)
110-
.with_dynamic_configuration(ra_bootstrap.create_config_stream())
111110
.add_providers([DatadogRemapper::new()])
112111
.from_environment(PlatformSettings::get_env_var_prefix())?
112+
.with_dynamic_configuration(ra_bootstrap.create_config_stream())
113113
.into_generic()
114114
.await?;
115115

0 commit comments

Comments
 (0)