Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ nodes:
"span_id": "SpanId"
"attributes":
"message": "ParsedMessage"
disable_schema_mapping: false

# Authentication configuration (uses Azure SDK defaults)
auth:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ pub struct SchemaConfig {
/// Log record field mappings
#[serde(default)]
pub log_record_mapping: HashMap<String, Value>,

/// Disable automatic schema mapping
#[serde(default)]
pub disable_schema_mapping: bool,
}

impl Config {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ mod tests {
stream_name: "stream".to_string(),
dcr: "dcr-id".to_string(),
schema: SchemaConfig {
disable_schema_mapping: false,
resource_mapping: HashMap::new(),
scope_mapping: HashMap::new(),
log_record_mapping: HashMap::new(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ nodes:
"attributes": "Properties"
"trace_id": "TraceId"
"span_id": "SpanId"
disable_schema_mapping: false

# Authentication configuration for AKS
auth:
Expand Down
Loading
Loading