File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
dd-trace/src/configuration Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -198,14 +198,14 @@ impl<T: ConfigurationValueProvider> ConfigurationValueProvider for ConfigItemRef
198
198
/// It enables the configuration system to report configuration values, their
199
199
/// origins, and associated metadata to Datadog.
200
200
pub trait ConfigurationProvider {
201
- /// Returns a telemetry configuration object representing the current state of this configuration item.
201
+ /// Returns a telemetry configuration object representing the current state of this
202
+ /// configuration item.
202
203
///
203
204
/// # Parameters
204
205
///
205
- /// - `config_id`: Optional identifier for remote configuration scenarios.
206
- /// When provided, this ID is included in the returned `Configuration` to
207
- /// track which remote configuration is responsible for the current value.
208
- ///
206
+ /// - `config_id`: Optional identifier for remote configuration scenarios. When provided, this
207
+ /// ID is included in the returned `Configuration` to track which remote configuration is
208
+ /// responsible for the current value.
209
209
fn get_configuration ( & self , config_id : Option < String > ) -> Configuration ;
210
210
}
211
211
You can’t perform that action at this time.
0 commit comments