mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
refactor: rename custom_attribute_prefixes to span_attribute_header_prefixes in configuration and related handlers
This commit is contained in:
parent
aa64704ed1
commit
285d011dd6
5 changed files with 5 additions and 5 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue