diff --git a/src/config/mod.rs b/src/config/mod.rs index 16a37119..23c31306 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -172,8 +172,10 @@ pub(crate) struct Config { #[serde(default)] pub(crate) well_known: WellKnownConfig, #[serde(default)] + #[cfg(feature = "perf_measurements")] pub(crate) allow_jaeger: bool, #[serde(default)] + #[cfg(feature = "perf_measurements")] pub(crate) tracing_flame: bool, #[serde(default)] pub(crate) proxy: ProxyConfig,