From 04027dd1f1e68ca2784a429c8203fc2b51a80bee Mon Sep 17 00:00:00 2001 From: viglia Date: Wed, 18 Dec 2024 11:18:17 +0100 Subject: [PATCH] chore(profiling): remove deprecated "profiling.generic_metrics.functions_ingestion.enabled option (#4400) #skip-changelog --- relay-dynamic-config/src/global.rs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/relay-dynamic-config/src/global.rs b/relay-dynamic-config/src/global.rs index 21987ba580..f4609cb610 100644 --- a/relay-dynamic-config/src/global.rs +++ b/relay-dynamic-config/src/global.rs @@ -202,17 +202,6 @@ pub struct Options { )] pub deprecated2: f32, - /// Deprecated, still forwarded for older downstream Relays. - /// Kill switch for shutting down profile function metrics - /// ingestion in the generic-metrics platform. - #[doc(hidden)] - #[serde( - rename = "profiling.generic_metrics.functions_ingestion.enabled", - deserialize_with = "default_on_error", - skip_serializing_if = "is_default" - )] - pub deprecated3: bool, - /// All other unknown options. #[serde(flatten)] other: HashMap,