use perf_measurements attributes here
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -172,8 +172,10 @@ pub(crate) struct Config {
|
|||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub(crate) well_known: WellKnownConfig,
|
pub(crate) well_known: WellKnownConfig,
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
|
#[cfg(feature = "perf_measurements")]
|
||||||
pub(crate) allow_jaeger: bool,
|
pub(crate) allow_jaeger: bool,
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
|
#[cfg(feature = "perf_measurements")]
|
||||||
pub(crate) tracing_flame: bool,
|
pub(crate) tracing_flame: bool,
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub(crate) proxy: ProxyConfig,
|
pub(crate) proxy: ProxyConfig,
|
||||||
|
|||||||
Reference in New Issue
Block a user