From a730adb8367b37afc99fe3453d43d291cca265bb Mon Sep 17 00:00:00 2001
From: strawberry <strawberry@puppygock.gay>
Date: Tue, 23 Apr 2024 01:36:55 -0400
Subject: [PATCH] use perf_measurements attributes here

Signed-off-by: strawberry <strawberry@puppygock.gay>
---
 src/config/mod.rs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/config/mod.rs b/src/config/mod.rs
index 16a371191..23c313060 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,
-- 
GitLab