fix: config api and export metrics default database (#4633)

This commit is contained in:
dennis zhuang
2024-08-28 22:28:49 +08:00
committed by GitHub
parent d1c635085c
commit 841e66c810
7 changed files with 50 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ pub struct SelfImportOption {
impl Default for SelfImportOption {
fn default() -> Self {
Self {
db: "information_schema".to_string(),
db: "greptime_metrics".to_string(),
}
}
}