There was an error while loading. Please reload this page.
1 parent f84a67b commit 69b4b71Copy full SHA for 69b4b71
1 file changed
bin/agent-data-plane/src/cli/run.rs
@@ -107,9 +107,9 @@ pub async fn handle_run_command(
107
// level, etc.
108
let dynamic_config = ConfigurationLoader::default()
109
.with_key_aliases(KEY_ALIASES)
110
- .with_dynamic_configuration(ra_bootstrap.create_config_stream())
111
.add_providers([DatadogRemapper::new()])
112
.from_environment(PlatformSettings::get_env_var_prefix())?
+ .with_dynamic_configuration(ra_bootstrap.create_config_stream())
113
.into_generic()
114
.await?;
115
0 commit comments