mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-23 06:30:05 +00:00
refactor: remove export_metrics and related configuration (#7236)
Signed-off-by: WaterWhisperer <waterwhisperer24@qq.com>
This commit is contained in:
@@ -454,7 +454,6 @@ impl GreptimeDbClusterBuilder {
|
||||
instance,
|
||||
servers,
|
||||
heartbeat_task: Some(heartbeat_task),
|
||||
export_metrics_task: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -287,7 +287,6 @@ impl GreptimeDbStandaloneBuilder {
|
||||
instance,
|
||||
servers: ServerHandlers::default(),
|
||||
heartbeat_task: None,
|
||||
export_metrics_task: None,
|
||||
};
|
||||
|
||||
frontend.start().await.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user