Skip to content

Commit

Permalink
chore(profiling): remove deprecated "profiling.generic_metrics.functi…
Browse files Browse the repository at this point in the history
…ons_ingestion.enabled option (#4400)

#skip-changelog
  • Loading branch information
viglia authored Dec 18, 2024
1 parent 18cc3ce commit 04027dd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions relay-dynamic-config/src/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, Value>,
Expand Down

0 comments on commit 04027dd

Please sign in to comment.