use perf_measurements attributes here

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-23 01:36:55 -04:00 committed by June
parent b7a494c40d
commit a730adb836

View file

@ -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,