refactor: rename custom_attribute_prefixes to span_attribute_header_prefixes in configuration and related handlers

This commit is contained in:
Musa 2026-02-06 09:33:13 -08:00
parent aa64704ed1
commit 285d011dd6
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -90,7 +90,7 @@ pub struct Overrides {
pub struct Tracing {
pub sampling_rate: Option<f64>,
pub trace_arch_internal: Option<bool>,
pub custom_attribute_prefixes: Option<Vec<String>>,
pub span_attribute_header_prefixes: Option<Vec<String>>,
}
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Hash, Default)]