This commit is contained in:
Adil Hafeez 2024-11-06 14:43:32 -08:00
parent f36cbadf2e
commit ead766a586
31 changed files with 2284 additions and 701 deletions

View file

@ -12,6 +12,7 @@ pub struct Overrides {
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
pub struct Tracing {
pub sampling_rate: Option<f64>,
pub trace_arch: Option<bool>,
}
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Hash, Default)]