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)]
|
#[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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue