Skip to content

Commit e531ee0

Browse files
committed
fix when pull empty config from server
1 parent 0ad2926 commit e531ee0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agent/src/config/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,7 @@ impl Default for Integration {
14961496
}
14971497

14981498
#[derive(Clone, Debug, Deserialize, PartialEq, Eq)]
1499+
#[serde(default)]
14991500
pub struct Vector {
15001501
pub enabled: bool,
15011502
pub config: serde_yaml::Value,

0 commit comments

Comments
 (0)