use perf_measurements attributes here
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b7a494c40d
commit
a730adb836
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue