mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-02 05:10:40 +00:00
fix: config api and export metrics default database (#4633)
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user